1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-01-06 13:54:23 +01:00

Corrected PPSSPP ebuilds

This commit is contained in:
2021-01-10 22:00:31 +01:00
parent 957e5b31e3
commit 7e274d62e8
3 changed files with 82 additions and 8 deletions

View File

@@ -1,14 +1,17 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2021 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=7
inherit eutils cmake-utils git-r3
DESCRIPTION="A PSP emulator written in C++."
HOMEPAGE="http://www.ppsspp.org/"
EGIT_REPO_URI="git://github.com/hrydgard/${PN}.git"
EGIT_REPO_URI="https://github.com/hrydgard/${PN}"
if [[ "$PV" != "9999" ]]; then
# for 9999 use master branch, otherwise use the branch/tag
EGIT_COMMIT="v${PV}"
fi
LICENSE="GPL-2"
SLOT="0"
@@ -17,9 +20,6 @@ IUSE="qt5 +sdl"
REQUIRED_USE="
?? ( sdl )
"
#EGIT_SUBMODULES=( '*' '-ffmpeg' )
# !libav? ( media-video/ffmpeg:= )
# libav? ( media-video/libav:= )
RDEPEND=""