From 641372abdbbd729890f4171af68c860fd154e224 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sat, 25 Apr 2020 23:15:58 +0300 Subject: games-emulation/ppsspp: migrate from libav Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada --- games-emulation/ppsspp/ppsspp-1.5.4-r2.ebuild | 7 ++----- games-emulation/ppsspp/ppsspp-9999.ebuild | 9 +++------ 2 files changed, 5 insertions(+), 11 deletions(-) (limited to 'games-emulation') 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}" -- cgit v1.2.3-65-gdbad