diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-25 23:03:26 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-25 23:03:26 +0300 |
commit | cffb28923edf23bdb14f2e330e9efb82dabb0feb (patch) | |
tree | 45235b1982dbec8b4d80ca18337462c583bd4ab2 /games-emulation/dolphin | |
parent | media-libs/mlt: migrate from libav (diff) | |
download | gentoo-cffb28923edf23bdb14f2e330e9efb82dabb0feb.tar.gz gentoo-cffb28923edf23bdb14f2e330e9efb82dabb0feb.tar.bz2 gentoo-cffb28923edf23bdb14f2e330e9efb82dabb0feb.zip |
games-emulation/dolphin: 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/dolphin')
-rw-r--r-- | games-emulation/dolphin/dolphin-5.0.ebuild | 7 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/games-emulation/dolphin/dolphin-5.0.ebuild b/games-emulation/dolphin/dolphin-5.0.ebuild index 153155a8a7ab..156b83d9fd20 100644 --- a/games-emulation/dolphin/dolphin-5.0.ebuild +++ b/games-emulation/dolphin/dolphin-5.0.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://www.dolphin-emu.org/" LICENSE="GPL-2" SLOT="0" -IUSE="alsa ao bluetooth doc egl +evdev ffmpeg libav log lto openal +pch portaudio profile pulseaudio qt5 sdl upnp +wxwidgets" +IUSE="alsa ao bluetooth doc egl +evdev ffmpeg log lto openal +pch portaudio profile pulseaudio qt5 sdl upnp +wxwidgets" RESTRICT=test @@ -42,10 +42,7 @@ RDEPEND=" dev-libs/libevdev virtual/udev ) - ffmpeg? ( - libav? ( media-video/libav:= ) - !libav? ( media-video/ffmpeg:= ) - ) + ffmpeg? ( media-video/ffmpeg:= ) openal? ( media-libs/openal media-libs/libsoundtouch diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index ba80667dcd71..30c89c3c2a9a 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="https://www.dolphin-emu.org/" LICENSE="GPL-2" SLOT="0" -IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg libav log lto profile pulseaudio +qt5 systemd upnp" +IUSE="alsa bluetooth discord-presence doc +evdev ffmpeg log lto profile pulseaudio +qt5 systemd upnp" RDEPEND=" dev-libs/hidapi:0= @@ -48,10 +48,7 @@ RDEPEND=" dev-libs/libevdev virtual/udev ) - ffmpeg? ( - libav? ( media-video/libav:= ) - !libav? ( media-video/ffmpeg:= ) - ) + ffmpeg? ( media-video/ffmpeg:= ) profile? ( dev-util/oprofile ) pulseaudio? ( media-sound/pulseaudio ) qt5? ( |