media-plugins/audacious-plugins: Pass --enable-speedpitch conditionally
authorDavid Seifert <soap@gentoo.org>
Wed, 15 Nov 2017 19:01:35 +0000 (20:01 +0100)
committerDavid Seifert <soap@gentoo.org>
Wed, 15 Nov 2017 19:02:10 +0000 (20:02 +0100)
Closes: https://bugs.gentoo.org/637622
Package-Manager: Portage-2.3.13, Repoman-2.3.4

media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild
media-plugins/audacious-plugins/audacious-plugins-9999.ebuild

index 0bafc219b4b29bde95e4d61a51842927af39074f..4f71f7575bfc45e559be68c7153bfc9bef4affb2 100644 (file)
@@ -135,7 +135,6 @@ src_configure() {
        econf \
                --enable-mpris2 \
                --enable-songchange \
-               --enable-speedpitch \
                --disable-oss4 \
                --disable-qtaudio \
                --disable-qtglspectrum \
@@ -172,6 +171,7 @@ src_configure() {
                $(use_enable sid) \
                $(use_enable sndfile) \
                $(use_enable soxr) \
+               $(use_enable speedpitch) \
                $(use_enable vorbis) \
                $(use_enable wavpack) \
                $(use_with ffmpeg ffmpeg $(usex libav libav ffmpeg))
index 0bafc219b4b29bde95e4d61a51842927af39074f..4f71f7575bfc45e559be68c7153bfc9bef4affb2 100644 (file)
@@ -135,7 +135,6 @@ src_configure() {
        econf \
                --enable-mpris2 \
                --enable-songchange \
-               --enable-speedpitch \
                --disable-oss4 \
                --disable-qtaudio \
                --disable-qtglspectrum \
@@ -172,6 +171,7 @@ src_configure() {
                $(use_enable sid) \
                $(use_enable sndfile) \
                $(use_enable soxr) \
+               $(use_enable speedpitch) \
                $(use_enable vorbis) \
                $(use_enable wavpack) \
                $(use_with ffmpeg ffmpeg $(usex libav libav ffmpeg))