-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="audacious forcefpu jack openmp plugdouble threads"
+IUSE="forcefpu openmp plugdouble threads"
-REQUIRED_USE="jack? ( audacious )"
-
-_GTK_DEPEND="
- >=dev-libs/glib-2.4.7:2
- x11-libs/cairo
- x11-libs/gtk+:3
- x11-libs/pango
-"
-RDEPEND="
- sci-libs/fftw:3.0=
- audacious? ( ${_GTK_DEPEND}
- =media-sound/audacious-3.9*[gtk3(+)]
- media-libs/libsndfile
- )
- jack? ( ${_GTK_DEPEND}
- virtual/jack
- media-libs/libsndfile
- )
-"
+RDEPEND="sci-libs/fftw:3.0="
DEPEND="${RDEPEND}"
src_configure() {
--disable-profile
--disable-sample
--disable-srcnewcoeffs
- $(use_enable audacious)
- $(use_enable jack)
+ --disable-audacious
+ --disable-jack
$(use_enable openmp omp)
$(use_enable plugdouble)
$(use_enable threads pthread)
emake DESTDIR="${D}" install
einstalldocs
- if use audacious ; then
- find "${D}/usr/$(get_libdir)/audacious/" -name '*.la' -print -delete || die
- fi
-
insinto /usr/share/${PN}/samples/IR
doins samples/IR/*.wav
}
<name>Gentoo Sound project</name>
</maintainer>
<use>
- <flag name="audacious">Build Audacious plugin</flag>
<flag name="forcefpu">Disable assembly code</flag>
<flag name="plugdouble">Build plugins in double precision mode
(default is float)</flag>
# Requires stable phpunit
dev-php/PEAR-Text_Password test
-# Andreas K. Hüttel <dilfridge@gentoo.org> (2017-11-04)
-# Requires audacious, which is masked. Bug 632513
-media-libs/freeverb3 audacious jack
-
# Andreas Sturmlechner <asturm@gentoo.org> (2017-10-22)
# Requires unmaintained unstable dependency net-libs/gloox.
# The go flag requires stable masked dev-lang/go[gccgo].
# Package appears dead upstream, purpose unclear after media-sound/audacious-3.9
# is gone, bug #671828. GTK2 (3.10.1) or Qt5 (4.0) version of Audacious remains.
# Masked for removal in 30 days.
-media-libs/freeverb3
+#
+# Sebastian Pipping <sping@gentoo.org> (2020-03-24)
+# Audacious aspect dropped from Freeverb3 ebuild now so that
+# package media-libs/freeverb3 can live on.
+# Keeping Audacious 3.9* masked for removal as before.
=media-sound/audacious-3.9*
=media-plugins/audacious-plugins-3.9*