diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-28 20:26:19 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-28 20:56:13 +0200 |
commit | 6bbab50a9ec5f939367e4478d14e4f1d1d600ac1 (patch) | |
tree | 6c925d81e798f622d23cf272eb43bb4c2deaf6d6 /media-plugins/audacious-plugins | |
parent | media-plugins/audacious-plugins: Drop 3.10.1-r2 (diff) | |
download | gentoo-6bbab50a9ec5f939367e4478d14e4f1d1d600ac1.tar.gz gentoo-6bbab50a9ec5f939367e4478d14e4f1d1d600ac1.tar.bz2 gentoo-6bbab50a9ec5f939367e4478d14e4f1d1d600ac1.zip |
media-plugins/audacious-plugins: Drop leftover IUSE libav
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-plugins/audacious-plugins')
-rw-r--r-- | media-plugins/audacious-plugins/audacious-plugins-3.10.1-r3.ebuild | 4 | ||||
-rw-r--r-- | media-plugins/audacious-plugins/audacious-plugins-4.0.3.ebuild | 9 |
2 files changed, 6 insertions, 7 deletions
diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.10.1-r3.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.10.1-r3.ebuild index 5880699581b2..90d1e42911e3 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-3.10.1-r3.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-3.10.1-r3.ebuild @@ -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[@]}" diff --git a/media-plugins/audacious-plugins/audacious-plugins-4.0.3.ebuild b/media-plugins/audacious-plugins/audacious-plugins-4.0.3.ebuild index eb2e7c2e88e7..5dc53ffed93c 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-4.0.3.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-4.0.3.ebuild @@ -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[@]}" |