public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/freeverb3/
Date: Wed, 25 May 2022 12:26:01 +0000 (UTC)	[thread overview]
Message-ID: <1653481422.6af4079ed854af39b652961834707ebc6d73f71a.sping@gentoo> (raw)

commit:     6af4079ed854af39b652961834707ebc6d73f71a
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 12:23:42 2022 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed May 25 12:23:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af4079e

media-libs/freeverb3: Drop .la file + EAPI 8

Closes: https://bugs.gentoo.org/847403
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3

 media-libs/freeverb3/freeverb3-3.2.1-r3.ebuild | 44 ++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/media-libs/freeverb3/freeverb3-3.2.1-r3.ebuild b/media-libs/freeverb3/freeverb3-3.2.1-r3.ebuild
new file mode 100644
index 000000000000..bcb433a11e05
--- /dev/null
+++ b/media-libs/freeverb3/freeverb3-3.2.1-r3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Reverb and Impulse Response Convolution plug-ins (Audacious/JACK)"
+HOMEPAGE="https://savannah.nongnu.org/projects/freeverb3"
+SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="forcefpu openmp plugdouble threads"
+
+RDEPEND="sci-libs/fftw:3.0="
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	local myeconfargs=(
+		--enable-release
+		--enable-undenormal
+		--disable-autocflags
+		--disable-pluginit
+		--disable-profile
+		--disable-sample
+		--disable-srcnewcoeffs
+		--disable-audacious
+		--disable-jack
+		$(use_enable openmp omp)
+		$(use_enable plugdouble)
+		$(use_enable threads pthread)
+	)
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+	einstalldocs
+
+	insinto /usr/share/${PN}/samples/IR
+	doins samples/IR/*.wav
+
+	find "${D}" -name '*.la' -delete || die  # bug 847403
+}


             reply	other threads:[~2022-05-25 12:26 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-25 12:26 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
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
2016-02-08  1:09 Sebastian Pipping
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=1653481422.6af4079ed854af39b652961834707ebc6d73f71a.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