Сравнение libretro-snes9x-0.0.2_pre20200107 с libretro-snes9x-9999
/usr/portage/games-emulation/libretro-snes9x/libretro-snes9x-9999.ebuild 2023-10-09 14:52:31.088368390 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2018 Gentoo Foundation |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
5 | 5 | |
6 | 6 |
LIBRETRO_REPO_NAME="libretro/snes9x" |
7 |
LIBRETRO_COMMIT_SHA="6db918cfe32b157239da44096091c212fdfb3b60" |
|
8 |
KEYWORDS="~amd64 ~x86" |
|
9 | 7 |
inherit libretro-core |
10 |
DEPEND="!>=games-emulation/snes9x-1.60[libretro]" |
|
11 | 8 |
S="${S}/libretro" |
12 | 9 |
LIBRETRO_CORE_LIB_FILE="${S}/${LIBRETRO_CORE_NAME}_libretro.so" |
13 | 10 | |
... | ... | |
15 | 12 |
LICENSE="Snes9x GPL-2 GPL-2+ LGPL-2.1 LGPL-2.1+ ISC MIT ZLIB Info-ZIP" |
16 | 13 |
RESTRICT="bindist" |
17 | 14 |
SLOT="0" |
18 | ||
19 |
src_prepare() { |
|
20 |
cd .. || die |
|
21 |
eapply "${FILESDIR}"/${PN}-0.0.2_pre20200107-gcc11-const.patch |
|
22 |
cd "${S}" || die |
|
23 | ||
24 |
libretro-core_src_prepare |
|
25 |
} |