From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/freeverb3/
Date: Mon, 8 Feb 2016 01:09:09 +0000 (UTC) [thread overview]
Message-ID: <1454893722.a6d986f374e55606cb8a8be9c19b8aed155dcbd7.sping@gentoo> (raw)
commit: a6d986f374e55606cb8a8be9c19b8aed155dcbd7
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 8 01:08:24 2016 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Feb 8 01:08:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6d986f3
media-libs/freeverb3: Handle Audacious >=2.7
Package-Manager: portage-2.2.27
.../freeverb3-3.1.2_pre20151102-r1.ebuild | 78 ++++++++++++++++++++++
1 file changed, 78 insertions(+)
diff --git a/media-libs/freeverb3/freeverb3-3.1.2_pre20151102-r1.ebuild b/media-libs/freeverb3/freeverb3-3.1.2_pre20151102-r1.ebuild
new file mode 100644
index 0000000..be5e45d
--- /dev/null
+++ b/media-libs/freeverb3/freeverb3-3.1.2_pre20151102-r1.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils multilib versionator
+
+MY_PV=796b552e8a32cc8e63d40dfb94b8a6209731060b
+DESCRIPTION="Reverb and Impulse Response Convolution library including Audacious/JACK plugins"
+HOMEPAGE="https://savannah.nongnu.org/projects/freeverb3"
+SRC_URI="https://www.hartwork.org/public/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+_IUSE_INSTRUCTION_SETS="cpu_flags_x86_3dnow cpu_flags_x86_avx cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_sse4_1"
+IUSE="${_IUSE_INSTRUCTION_SETS} audacious forcefpu jack openmp plugdouble threads"
+
+_GTK_DEPEND=">=dev-libs/glib-2.4.7:2
+ >=x11-libs/gtk+-3.0.0:3
+ x11-libs/pango
+ x11-libs/cairo"
+
+RDEPEND=">=sci-libs/fftw-3.0.1
+ audacious? (
+ || ( >=media-sound/audacious-3.7[gtk3]
+ ( >=media-sound/audacious-3.6 <media-sound/audacious-3.7 ) )
+ ${_GTK_DEPEND}
+ media-libs/libsndfile )
+ jack? ( media-sound/jack-audio-connection-kit
+ ${_GTK_DEPEND}
+ media-libs/libsndfile )"
+DEPEND=${RDEPEND}
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_prepare() {
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ --disable-profile \
+ --enable-release \
+ --disable-autocflags \
+ --enable-undenormal \
+ $(use_enable threads pthread) \
+ $(use_enable forcefpu) \
+ --disable-force3dnow \
+ $(use_enable cpu_flags_x86_3dnow 3dnow) \
+ $(use_enable cpu_flags_x86_sse sse) \
+ $(use_enable cpu_flags_x86_sse2 sse2) \
+ $(use_enable cpu_flags_x86_sse3 sse3) \
+ $(use_enable cpu_flags_x86_sse4_1 sse4) \
+ $(use_enable cpu_flags_x86_avx avx) \
+ --disable-fma \
+ --disable-fma4 \
+ $(use_enable openmp omp) \
+ --disable-sample \
+ $(use_enable jack) \
+ $(use_enable audacious) \
+ --disable-srcnewcoeffs \
+ $(use_enable plugdouble) \
+ --disable-pluginit \
+ || die "econf failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc ChangeLog README || die 'dodoc failed'
+
+ 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 || die
+}
next reply other threads:[~2016-02-08 1:09 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-08 1:09 Sebastian Pipping [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-07 2:53 [gentoo-commits] repo/gentoo:master commit in: media-libs/freeverb3/ Sam James
2023-02-04 10:58 Sam James
2022-11-29 1:18 Sebastian Pipping
2022-06-27 3:37 Miroslav Šulc
2022-06-26 8:47 Agostino Sarubbo
2022-06-26 8:46 Agostino Sarubbo
2022-05-25 12:26 Sebastian Pipping
2019-12-08 12:04 Andreas Sturmlechner
2019-04-09 21:12 Mikle Kolyada
2018-12-12 16:40 Mikle Kolyada
2018-11-27 21:55 Thomas Deutschmann
2018-11-25 18:52 Andreas Sturmlechner
2018-11-25 18:52 Andreas Sturmlechner
2018-11-25 16:44 Sebastian Pipping
2018-11-25 15:45 Sebastian Pipping
2018-03-27 22:14 Sebastian Pipping
2018-01-06 21:20 Sebastian Pipping
2018-01-06 21:20 Sebastian Pipping
2018-01-06 19:46 Mikle Kolyada
2017-01-19 15:25 Sebastian Pipping
2016-08-06 16:51 Michał Górny
2015-12-24 21:42 Manuel Rüger
2015-12-24 18:58 Agostino Sarubbo
2015-12-09 10:47 Agostino Sarubbo
2015-12-07 21:41 Sebastian Pipping
2015-11-02 12:30 Sebastian Pipping
2015-08-30 17:35 Sebastian Pipping
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1454893722.a6d986f374e55606cb8a8be9c19b8aed155dcbd7.sping@gentoo \
--to=sping@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox