From: David Seifert Date: Wed, 15 Nov 2017 19:01:35 +0000 (+0100) Subject: media-plugins/audacious-plugins: Pass --enable-speedpitch conditionally X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a8740c066ec84634b873663dff07db1b7d1ce0be;p=gentoo.git media-plugins/audacious-plugins: Pass --enable-speedpitch conditionally Closes: https://bugs.gentoo.org/637622 Package-Manager: Portage-2.3.13, Repoman-2.3.4 --- 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 0bafc219b4b2..4f71f7575bfc 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 0bafc219b4b2..4f71f7575bfc 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))