From a8740c066ec84634b873663dff07db1b7d1ce0be Mon Sep 17 00:00:00 2001 From: David Seifert Date: Wed, 15 Nov 2017 20:01:35 +0100 Subject: [PATCH] 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 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)) -- 2.26.2