public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/rubberband/
Date: Sat, 23 Oct 2021 06:58:58 +0000 (UTC)	[thread overview]
Message-ID: <1634972336.72f98ac4d83b78ed043ca364275dd74b813475a0.fordfrog@gentoo> (raw)

commit:     72f98ac4d83b78ed043ca364275dd74b813475a0
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 23 06:58:46 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Oct 23 06:58:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f98ac4

media-libs/rubberband: bump to 2.0.0

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/rubberband/Manifest                |  1 +
 media-libs/rubberband/rubberband-2.0.0.ebuild | 54 +++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/media-libs/rubberband/Manifest b/media-libs/rubberband/Manifest
index 0bc792056f2..cf8d1d55064 100644
--- a/media-libs/rubberband/Manifest
+++ b/media-libs/rubberband/Manifest
@@ -1 +1,2 @@
 DIST rubberband-1.9.2.tar.bz2 164178 BLAKE2B dc8e5b4c773dbb5c556331fa56e6cf4a5dd3f8a0fc7dcfed1fbe53d1a7635f12db6a884e775fbff8022e252d98b4e14a46a2395a5d4cb7645522ddf3e6b5482f SHA512 b1c763ab2a428aa2f1f8e5d0be6e9eb669808059ee5389e94f12de25f1a05cd89022656d98906c90b616773da11ab1f596ae2c5a9d300118e88049e1443121f2
+DIST rubberband-2.0.0.tar.bz2 175527 BLAKE2B 5b4b8c98ade57f8b7776902166e8aa33e8f89d4de3fe659425a7ef14c1cf3c8a48ad474d2fe0f13483844b4f931ca8128ca57bb7e6dbf6e9d96deadac8856ee0 SHA512 a915a3eea75f0345e83010cc3ffd3c5e0c68a0c1d88da11b11a5fd5010196167c81db611a38c2c2b8d5c5a1f828f2c74a134e6ca8bb3a543af3ef70ce8d56101

diff --git a/media-libs/rubberband/rubberband-2.0.0.ebuild b/media-libs/rubberband/rubberband-2.0.0.ebuild
new file mode 100644
index 00000000000..c364d139838
--- /dev/null
+++ b/media-libs/rubberband/rubberband-2.0.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson-multilib
+
+DESCRIPTION="An audio time-stretching and pitch-shifting library and utility program"
+HOMEPAGE="https://www.breakfastquay.com/rubberband/"
+SRC_URI="https://breakfastquay.com/files/releases/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="ladspa jni static-libs +programs vamp"
+
+BDEPEND="
+	virtual/pkgconfig
+"
+CDEPEND="
+	media-libs/libsamplerate[${MULTILIB_USEDEP}]
+	sci-libs/fftw:3.0[${MULTILIB_USEDEP}]
+	jni? ( >=virtual/jdk-1.8:* )
+	ladspa? ( media-libs/ladspa-sdk )
+	programs? ( media-libs/libsndfile )
+	vamp? ( media-libs/vamp-plugin-sdk[${MULTILIB_USEDEP}] )
+"
+RDEPEND="${CDEPEND}"
+DEPEND="${CDEPEND}"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-1.9.2-build.patch"
+)
+
+multilib_src_configure() {
+	local emesonargs=(
+		--buildtype=release
+		-Dfft=fftw
+		-Dresampler=libsamplerate
+		$(meson_use static-libs static)
+		$(meson_use ladspa)
+		$(meson_use jni)
+		$(meson_use programs)
+		$(meson_use vamp)
+	)
+	use jni && emesonargs+=(
+		-Dextra_include_dirs="$(java-config -g JAVA_HOME)/include,$(java-config -g JAVA_HOME)/include/linux"
+	)
+	meson_src_configure
+}
+
+multilib_src_install_all() {
+	! use jni && find "${ED}" -name "*.a" -delete
+}


             reply	other threads:[~2021-10-23  6:59 UTC|newest]

Thread overview: 123+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-23  6:58 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-29 14:30 [gentoo-commits] repo/gentoo:master commit in: media-libs/rubberband/ Arthur Zamarin
2024-10-29  9:57 Miroslav Šulc
2024-10-26  7:46 Miroslav Šulc
2024-03-01 22:07 Sam James
2023-09-19 17:48 Arthur Zamarin
2023-09-10 14:01 Sam James
2023-08-30  6:28 Miroslav Šulc
2023-08-30  6:25 Miroslav Šulc
2023-08-29 19:09 Sam James
2023-08-29 19:09 Sam James
2023-08-29 18:46 Sam James
2023-08-29 18:46 Sam James
2023-08-29 18:46 Sam James
2023-08-29 18:46 Sam James
2023-07-29  7:44 Miroslav Šulc
2023-05-29 20:34 Sam James
2023-05-29 20:34 Sam James
2023-05-27 13:06 Sam James
2023-05-27 13:06 Sam James
2023-05-27 10:30 Sam James
2023-05-27 10:30 Sam James
2023-05-23 15:16 Arthur Zamarin
2023-05-23 15:16 Arthur Zamarin
2023-05-23 15:16 Arthur Zamarin
2023-05-23 15:16 Arthur Zamarin
2023-04-23  4:32 Miroslav Šulc
2023-04-19 11:07 Sam James
2023-04-19  9:11 Arthur Zamarin
2023-04-19  8:07 Arthur Zamarin
2023-04-19  7:59 Arthur Zamarin
2023-04-19  7:59 Arthur Zamarin
2023-04-19  7:49 Arthur Zamarin
2023-04-06 11:36 Miroslav Šulc
2023-03-10  7:41 Miroslav Šulc
2022-12-21  4:56 Sam James
2022-11-29 15:58 WANG Xuerui
2022-11-03  8:08 Agostino Sarubbo
2022-11-02 20:07 Sam James
2022-11-02 10:57 Arthur Zamarin
2022-11-02  8:44 Arthur Zamarin
2022-11-02  8:30 Arthur Zamarin
2022-11-02  8:30 Arthur Zamarin
2022-08-12 11:55 Agostino Sarubbo
2022-08-10  8:04 Arthur Zamarin
2022-08-10  8:04 Arthur Zamarin
2022-08-09  7:43 Agostino Sarubbo
2022-08-08 18:01 Arthur Zamarin
2022-08-08 18:01 Arthur Zamarin
2022-07-08  3:54 Miroslav Šulc
2022-03-06  8:02 Sam James
2022-03-06  7:38 Sam James
2022-03-05  0:07 Sam James
2022-01-27  8:27 Miroslav Šulc
2022-01-27  8:25 Miroslav Šulc
2021-12-07  0:49 Sam James
2021-12-07  0:27 Sam James
2021-11-24 23:59 Sam James
2021-11-24  9:08 Agostino Sarubbo
2021-11-23 17:02 Sam James
2021-11-23 17:02 Sam James
2021-11-23 10:48 Sam James
2021-11-23  9:12 Jakov Smolić
2021-07-16 21:52 Miroslav Šulc
2021-07-13  4:02 Sam James
2021-07-11 20:51 Sam James
2021-07-10  0:48 Sam James
2021-07-10  0:48 Sam James
2021-07-10  0:48 Sam James
2021-06-04  1:14 Matt Turner
2021-04-16  0:40 Sam James
2021-04-12 15:55 Sam James
2021-04-12 15:55 Sam James
2021-04-12 15:55 Sam James
2021-04-12 15:52 Sam James
2021-04-12 15:50 Sam James
2021-04-12  7:55 Miroslav Šulc
2021-03-13 11:36 Miroslav Šulc
2020-11-03  8:54 Miroslav Šulc
2020-11-02 13:57 Sam James
2020-10-25 23:08 Thomas Deutschmann
2020-10-24 17:46 Sergei Trofimovich
2020-10-24 11:08 Sergei Trofimovich
2020-10-20 17:41 Sergei Trofimovich
2020-10-20  9:46 Sam James
2020-10-20  9:46 Sam James
2020-09-20 13:37 Miroslav Šulc
2020-09-20  8:31 Miroslav Šulc
2020-08-11 16:04 Miroslav Šulc
2018-11-29  8:55 Andreas Sturmlechner
2018-11-28 12:15 Tobias Klausmann
2018-11-18 10:38 Sergei Trofimovich
2018-11-17 18:39 Andreas Sturmlechner
2018-11-17 16:00 Mikle Kolyada
2018-11-09 17:53 Mikle Kolyada
2018-11-08 23:35 Sergei Trofimovich
2018-11-07 23:44 Thomas Deutschmann
2018-11-07  0:17 Sergei Trofimovich
2018-11-07  0:15 Sergei Trofimovich
2018-10-02 22:05 Andreas Sturmlechner
2018-09-14 12:17 Tobias Klausmann
2018-09-09  6:59 Mikle Kolyada
2018-09-07 23:03 Sergei Trofimovich
2018-09-07 22:54 Sergei Trofimovich
2018-09-07 22:43 Sergei Trofimovich
2018-09-02 23:46 Thomas Deutschmann
2018-08-26 12:34 Andreas Sturmlechner
2018-07-13  0:03 Lars Wendler
2018-07-12 19:00 Matt Thode
2018-05-24  0:42 Aaron Bauman
2018-03-06 22:35 Sergei Trofimovich
2017-06-18 11:56 Alexis Ballier
2017-06-10 20:14 Sergei Trofimovich
2017-02-23 12:35 Michael Weber
2017-02-17 17:28 Markus Meier
2017-01-04 12:12 Alexis Ballier
2016-10-01 12:41 Jeroen Roovers
2016-02-04 21:48 Tobias Klausmann
2016-01-15 15:23 Agostino Sarubbo
2015-11-12 10:37 Agostino Sarubbo
2015-09-23 14:23 Alexis Ballier
2015-09-16 13:20 Tobias Klausmann
2015-09-06  6:18 Jeroen Roovers

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=1634972336.72f98ac4d83b78ed043ca364275dd74b813475a0.fordfrog@gentoo \
    --to=fordfrog@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