--- /var/portage/tree/media-plugins/audacious-plugins/audacious-plugins-3.3.4.ebuild 2013-02-07 08:10:53.000000000 +0100 +++ audacious-plugins/audacious-plugins-3.4.ebuild 2013-08-18 10:56:18.706498964 +0200 @@ -14,14 +14,15 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" -IUSE="aac adplug alsa bs2b cdda cue ffmpeg flac fluidsynth gnome ipv6 jack -lame libnotify libsamplerate lirc midi mms mp3 nls pulseaudio scrobbler sdl sid sndfile vorbis wavpack" +IUSE="aac adplug alsa bs2b cdda cue ffmpeg flac fluidsynth gnome jack lame + libnotify libsamplerate lirc midi mms mp3 nls pulseaudio scrobbler sdl sid + sndfile libsoxr vorbis spectrum wavpack" RDEPEND="app-arch/unzip >=dev-libs/dbus-glib-0.60 dev-libs/libxml2:2 media-libs/libmodplug - ~media-sound/audacious-3.3.4 + ~media-sound/audacious-3.4 >=net-libs/neon-0.26.4 x11-libs/gtk+:3 ( || ( >=dev-libs/glib-2.32.2 dev-util/gdbus-codegen ) ) @@ -47,8 +48,9 @@ pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) scrobbler? ( net-misc/curl ) sdl? ( media-libs/libsdl[audio] ) - sid? ( >=media-libs/libsidplay-2.1.1-r2 ) + sid? ( media-libs/libsidplayfp ) sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) + libsoxr? ( media-libs/soxr ) vorbis? ( >=media-libs/libvorbis-1.2.0 >=media-libs/libogg-1.1.3 ) wavpack? ( >=media-sound/wavpack-4.50.1-r1 )" @@ -93,7 +95,6 @@ $(use_enable flac flacng) \ $(use_enable fluidsynth amidiplug-flsyn) \ $(use_enable flac filewriter_flac) \ - $(use_enable ipv6) \ $(use_enable jack) \ $(use_enable gnome gnomeshortcuts) \ $(use_enable lame filewriter_mp3) \ @@ -105,10 +106,12 @@ $(use_enable midi amidiplug) \ $(use_enable nls) \ $(use_enable pulseaudio pulse) \ - $(use_enable scrobbler) \ + $(use_enable scrobbler scrobbler2) \ $(use_enable sdl sdlout) \ $(use_enable sid) \ $(use_enable sndfile) \ + $(use_enable libsoxr soxr) \ $(use_enable vorbis) \ + $(use_enable spectrum glspectrum) \ $(use_enable wavpack) }