diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-25 23:15:58 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-25 23:15:58 +0300 |
commit | 641372abdbbd729890f4171af68c860fd154e224 (patch) | |
tree | 4f1f8fa0aedeab80df4367bb04e5854132ff7430 /games-emulation | |
parent | games-emulation/pcsxr: migrate from libav (diff) | |
download | gentoo-641372abdbbd729890f4171af68c860fd154e224.tar.gz gentoo-641372abdbbd729890f4171af68c860fd154e224.tar.bz2 gentoo-641372abdbbd729890f4171af68c860fd154e224.zip |
games-emulation/ppsspp: migrate from libav
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild | 7 | ||||
-rw-r--r-- | games-emulation/ppsspp/ppsspp-9999.ebuild | 9 |
2 files changed, 5 insertions, 11 deletions
diff --git a/games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild b/games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild index 8de0ecaf7478..e83d7dac0129 100644 --- a/games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild +++ b/games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild @@ -22,7 +22,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="headless libav +qt5 sdl +system-ffmpeg" +IUSE="headless +qt5 sdl +system-ffmpeg" REQUIRED_USE="!qt5? ( sdl )" RDEPEND=" @@ -39,10 +39,7 @@ RDEPEND=" !sdl? ( dev-qt/qtmultimedia:5 ) ) sdl? ( media-libs/libsdl2 ) - system-ffmpeg? ( - !libav? ( media-video/ffmpeg:= ) - libav? ( media-video/libav:= ) - ) + system-ffmpeg? ( media-video/ffmpeg:= ) " DEPEND="${RDEPEND}" diff --git a/games-emulation/ppsspp/ppsspp-9999.ebuild b/games-emulation/ppsspp/ppsspp-9999.ebuild index 536c4d6c89ee..1f03ec0b1d0d 100644 --- a/games-emulation/ppsspp/ppsspp-9999.ebuild +++ b/games-emulation/ppsspp/ppsspp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ EGIT_SUBMODULES=( '*' ) LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="headless libav +qt5 sdl +system-ffmpeg" +IUSE="headless +qt5 sdl +system-ffmpeg" REQUIRED_USE="!qt5? ( sdl )" RDEPEND=" @@ -30,10 +30,7 @@ RDEPEND=" !sdl? ( dev-qt/qtmultimedia:5 ) ) sdl? ( media-libs/libsdl2 ) - system-ffmpeg? ( - !libav? ( media-video/ffmpeg:= ) - libav? ( media-video/libav:= ) - ) + system-ffmpeg? ( media-video/ffmpeg:= ) " DEPEND="${RDEPEND}" |