--- audacious-plugins-3.7.1.ebuild (revision 274) +++ audacious-plugins-3.7.1.ebuild (working copy) @@ -15,8 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 ~arm ~hppa ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" -IUSE="aac +adplug alsa bs2b cdda cue elibc_uclibc ffmpeg flac fluidsynth gnome http gtk gtk3 jack -lame libnotify libsamplerate lirc mms mp3 nls pulseaudio qt5 scrobbler sdl sid sndfile vorbis wavpack" +IUSE="aac +adplug alsa bs2b cdda cue elibc_uclibc ffmpeg flac fluidsynth gnome http gtk gtk3 jack lame libnotify libsamplerate libsoxr lirc mms mp3 nls pulseaudio qt5 scrobbler sdl sid sndfile vorbis wavpack" REQUIRED_USE=" ?? ( gtk gtk3 qt5 ) " @@ -52,6 +51,7 @@ lame? ( media-sound/lame ) libnotify? ( x11-libs/libnotify ) libsamplerate? ( media-libs/libsamplerate ) + libsoxr? ( media-libs/soxr ) lirc? ( app-misc/lirc ) mms? ( >=media-libs/libmms-0.3 ) mp3? ( >=media-sound/mpg123-1.12.1 ) @@ -123,7 +123,7 @@ ${notify} \ --enable-modplug \ --enable-statusicon \ - --disable-soxr \ + $(use_enable libsoxr soxr) \ $(use_enable adplug) \ $(use_enable aac) \ $(use_enable alsa) \