commit:     a8740c066ec84634b873663dff07db1b7d1ce0be
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 15 19:01:35 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Nov 15 19:02:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8740c06

media-plugins/audacious-plugins: Pass --enable-speedpitch conditionally

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 | 2 +-
 media-plugins/audacious-plugins/audacious-plugins-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild 
b/media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild
index 0bafc219b4b..4f71f7575bf 100644
--- a/media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild
+++ b/media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild
@@ -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))

diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild 
b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
index 0bafc219b4b..4f71f7575bf 100644
--- a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
+++ b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild
@@ -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))

Reply via email to