Diff ppsspp-1.15.4 with a ppsspp-1.16
/usr/portage/games-emulation/ppsspp/ppsspp-1.16.ebuild 2023-10-09 14:52:31.092368390 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
6 |
PYTHON_COMPAT=( python3_{10..12} ) |
|
7 | 7 | |
8 | 8 |
inherit python-any-r1 xdg cmake |
9 | 9 | |
10 | 10 |
DESCRIPTION="A PSP emulator written in C++" |
11 | 11 |
HOMEPAGE="https://www.ppsspp.org/ |
12 | 12 |
https://github.com/hrydgard/ppsspp/" |
13 |
SRC_URI="https://github.com/hrydgard/${PN}/releases/download/v${PV}/${P}.tar.xz" |
|
13 | ||
14 |
if [[ ${PV} == *9999* ]] ; then |
|
15 |
inherit git-r3 |
|
16 |
EGIT_REPO_URI="https://github.com/hrydgard/${PN}.git" |
|
17 |
else |
|
18 |
SRC_URI="https://github.com/hrydgard/${PN}/releases/download/v${PV}/${P}.tar.xz" |
|
19 |
KEYWORDS="~amd64" |
|
20 |
fi |
|
14 | 21 | |
15 | 22 |
LICENSE="Apache-2.0 BSD BSD-2 GPL-2 JSON MIT" |
16 | 23 |
SLOT="0" |
17 |
KEYWORDS="amd64" |
|
18 | 24 |
IUSE="discord qt5" |
19 | 25 |
RESTRICT="test" |
20 | 26 | |
... | ... | |
37 | 43 |
) |
38 | 44 |
!qt5? ( media-libs/libsdl2[X,opengl,sound,video] ) |
39 | 45 |
" |
40 |
DEPEND="${RDEPEND}" |
|
41 |
BDEPEND="${PYTHON_DEPS}" |
|
46 |
DEPEND=" |
|
47 |
${RDEPEND} |
|
48 |
" |
|
49 |
BDEPEND=" |
|
50 |
${PYTHON_DEPS} |
|
51 |
" |
|
42 | 52 | |
43 | 53 |
PATCHES=( |
54 |
"${FILESDIR}"/${PN}-1.16-MIPSTables-fix-includes.patch |
|
44 | 55 |
"${FILESDIR}"/${PN}-CMakeLists-flags.patch |
45 | 56 |
"${FILESDIR}"/${PN}-disable-ccache-autodetection.patch |
46 | 57 |
) |