media-plugins/audacious-plugins: Add libsamplerate to RDEPEND for USE=speedpitch
authorDavid Seifert <soap@gentoo.org>
Tue, 14 Nov 2017 09:43:07 +0000 (10:43 +0100)
committerDavid Seifert <soap@gentoo.org>
Tue, 14 Nov 2017 09:47:38 +0000 (10:47 +0100)
Closes: https://bugs.gentoo.org/636938
Package-Manager: Portage-2.3.13, Repoman-2.3.4

media-plugins/audacious-plugins/audacious-plugins-3.9.ebuild
media-plugins/audacious-plugins/metadata.xml

index b22b3308d9b8f5ec2c95c46e4cd158e05ece033f..0bafc219b4b29bde95e4d61a51842927af39074f 100644 (file)
@@ -21,7 +21,7 @@ fi
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth gnome hotkeys http gme gtk gtk3 jack lame libav
-       libnotify libsamplerate lirc mms modplug mp3 nls pulseaudio qt5 scrobbler sdl sid sndfile soxr vorbis wavpack"
+       libnotify libsamplerate lirc mms modplug mp3 nls pulseaudio qt5 scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack"
 REQUIRED_USE="
        ^^ ( gtk gtk3 qt5 )
        qt5? ( !libnotify )
@@ -86,7 +86,7 @@ RDEPEND="
        )
        lame? ( media-sound/lame )
        libnotify? ( x11-libs/libnotify )
-       libsamplerate? ( media-libs/libsamplerate )
+       libsamplerate? ( media-libs/libsamplerate:= )
        lirc? ( app-misc/lirc )
        mms? ( >=media-libs/libmms-0.3 )
        modplug? ( media-libs/libmodplug )
@@ -97,6 +97,7 @@ RDEPEND="
        sid? ( >=media-libs/libsidplayfp-1.0.0 )
        sndfile? ( >=media-libs/libsndfile-1.0.17-r1 )
        soxr? ( media-libs/soxr )
+       speedpitch? ( media-libs/libsamplerate:= )
        vorbis? (
                >=media-libs/libvorbis-1.2.0
                >=media-libs/libogg-1.1.3
index 1e9c7798ca0f31f2fa509d76023769e5355fe616..4fc91fc80a7656e0a7824c4f9ff30584beba5609 100644 (file)
@@ -23,5 +23,6 @@
                <flag name="scrobbler">Build with scrobbler/LastFM submission support</flag>
                <flag name="sid">Build with SID (Commodore 64 Audio) support</flag>
                <flag name="soxr">Build with SoX Resampler support</flag>
+               <flag name="speedpitch">Enable speed/pitch effects</flag>
        </use>
 </pkgmetadata>