media-plugins/audacious-plugins: Drop leftover IUSE libav
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 28 May 2020 18:26:19 +0000 (20:26 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 28 May 2020 18:56:13 +0000 (20:56 +0200)
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-plugins/audacious-plugins/audacious-plugins-3.10.1-r3.ebuild
media-plugins/audacious-plugins/audacious-plugins-4.0.3.ebuild

index 5880699581b200a8320df874a6ad3be71c2881f0..90d1e42911e3aee7c128e0c817f78a2952a5d642 100644 (file)
@@ -17,7 +17,7 @@ HOMEPAGE="https://audacious-media-player.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="aac +alsa bs2b cdda cue ffmpeg flac fluidsynth http gme jack lame libav libnotify libsamplerate
+IUSE="aac +alsa bs2b cdda cue ffmpeg flac fluidsynth http gme jack lame libnotify libsamplerate
        lirc mms modplug mp3 nls opengl pulseaudio scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack"
 REQUIRED_USE="|| ( alsa jack pulseaudio sdl )"
 
@@ -148,7 +148,7 @@ src_configure() {
                $(use_enable speedpitch)
                $(use_enable vorbis)
                $(use_enable wavpack)
-               $(use_with ffmpeg ffmpeg $(usex libav libav ffmpeg))
+               $(use_with ffmpeg ffmpeg ffmpeg)
        )
 
        econf "${myeconfargs[@]}"
index eb2e7c2e88e7fb10ec1f2b0b52cf0027166a6584..5dc53ffed93c079675bd7c71f9e90c315a110d8f 100644 (file)
@@ -17,10 +17,9 @@ HOMEPAGE="https://audacious-media-player.org/"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="aac +alsa ampache bs2b cdda cue ffmpeg flac fluidsynth gme http jack
-       lame libav libnotify libsamplerate lirc mms modplug mp3 nls opengl
-       pulseaudio qtmedia scrobbler sdl sid sndfile soxr speedpitch streamtuner
-       vorbis wavpack"
+IUSE="aac +alsa ampache bs2b cdda cue ffmpeg flac fluidsynth gme http jack lame
+       libnotify libsamplerate lirc mms modplug mp3 nls opengl pulseaudio qtmedia
+       scrobbler sdl sid sndfile soxr speedpitch streamtuner vorbis wavpack"
 REQUIRED_USE="
        || ( alsa jack pulseaudio qtmedia sdl )
        ampache? ( http ) streamtuner? ( http )"
@@ -159,7 +158,7 @@ src_configure() {
                $(use_enable streamtuner)
                $(use_enable vorbis)
                $(use_enable wavpack)
-               $(use_with ffmpeg ffmpeg $(usex libav libav ffmpeg))
+               $(use_with ffmpeg ffmpeg ffmpeg)
        )
 
        econf "${myeconfargs[@]}"