diff options
author | David Seifert <soap@gentoo.org> | 2017-11-15 20:01:35 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-11-15 20:02:10 +0100 |
commit | a8740c066ec84634b873663dff07db1b7d1ce0be (patch) | |
tree | 4dd0479df472b2467f2a7e0851f9b5957b1f8b19 /media-plugins | |
parent | media-libs/harfbuzz: Removed old. (diff) | |
download | gentoo-a8740c066ec84634b873663dff07db1b7d1ce0be.tar.gz gentoo-a8740c066ec84634b873663dff07db1b7d1ce0be.tar.bz2 gentoo-a8740c066ec84634b873663dff07db1b7d1ce0be.zip |
media-plugins/audacious-plugins: Pass --enable-speedpitch conditionally
Closes: https://bugs.gentoo.org/637622
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/audacious-plugins/audacious-plugins-3.9-r1.ebuild | 2 | ||||
-rw-r--r-- | 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)) |