public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/rubberband/
Date: Tue,  2 Oct 2018 22:05:34 +0000 (UTC)	[thread overview]
Message-ID: <1538517910.fb8383cf78edfc6fb2c5dee4cab55289e5a79eb2.asturm@gentoo> (raw)

commit:     fb8383cf78edfc6fb2c5dee4cab55289e5a79eb2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 28 20:08:50 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct  2 22:05:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8383cf

media-libs/rubberband: 1.8.2 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 media-libs/rubberband/Manifest                |  1 +
 media-libs/rubberband/rubberband-1.8.2.ebuild | 52 +++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/media-libs/rubberband/Manifest b/media-libs/rubberband/Manifest
index 6d6fc035313..bfeba18d2f2 100644
--- a/media-libs/rubberband/Manifest
+++ b/media-libs/rubberband/Manifest
@@ -1 +1,2 @@
 DIST rubberband-1.8.1.tar.bz2 177501 BLAKE2B 57ca56abc7db2f2a25ff7c900daf24f32a892a1ef27099d34ab8ad290344ea8c5884cbace9206bfdf75262ee0c30bec8d736ae5398d5aaf92f73d0d5980e6932 SHA512 9721eaa36b80574f90b8ae5cfae388159a239e4257b8c85b9e55e7cf0dbbb9a996b857213a6a172a4ada5ff712e6936a16adbe08396e2ab1df3fd8d5a02a3620
+DIST rubberband-1.8.2.tar.bz2 182232 BLAKE2B 991debac51e0a5516a35e1d063d5ea2c51b9d193b6a183200b0869a6743e184fe4296168d6caaea7b811a4022d25c08ca7909f05491a0e91cfe7dda532ed29cb SHA512 da677f9a843711c44c52c0153faa62e587ac7c010569523ef4fef7ce941b9d292e566f46147700e496f6cfff4c9f22f9901dcc93f2d701fdb9de152ddac0c3a6

diff --git a/media-libs/rubberband/rubberband-1.8.2.ebuild b/media-libs/rubberband/rubberband-1.8.2.ebuild
new file mode 100644
index 00000000000..ae950d2a992
--- /dev/null
+++ b/media-libs/rubberband/rubberband-1.8.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-minimal
+
+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 ~sparc ~x86"
+IUSE="static-libs"
+
+RDEPEND="
+	media-libs/ladspa-sdk
+	media-libs/libsamplerate[${MULTILIB_USEDEP}]
+	media-libs/libsndfile
+	media-libs/vamp-plugin-sdk[${MULTILIB_USEDEP}]
+	sci-libs/fftw:3.0[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+src_prepare() {
+	default
+	if ! use static-libs ; then
+		sed -e '/^all:/s/$(STATIC_TARGET)//' \
+			-e '/^\tcp $(STATIC_TARGET)/d' \
+			-i Makefile.in || die
+	fi
+
+	sed -e '/cp -f.*JNI_TARGET/d' -i Makefile.in || die
+
+	multilib_copy_sources
+}
+
+multilib_src_install() {
+	emake INSTALL_BINDIR="${ED}/usr/bin" \
+		INSTALL_INCDIR="${ED}/usr/include/rubberband" \
+		INSTALL_LIBDIR="${ED}/usr/$(get_libdir)" \
+		INSTALL_VAMPDIR="${ED}/usr/$(get_libdir)/vamp" \
+		INSTALL_LADSPADIR="${ED}/usr/$(get_libdir)/ladspa" \
+		INSTALL_LRDFDIR="${ED}/usr/share/ladspa/rdf" \
+		INSTALL_PKGDIR="${ED}/usr/$(get_libdir)/pkgconfig" \
+		install
+}
+
+multilib_src_install_all() {
+	einstalldocs
+}


             reply	other threads:[~2018-10-02 22:05 UTC|newest]

Thread overview: 120+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-02 22:05 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-01 22:07 [gentoo-commits] repo/gentoo:master commit in: media-libs/rubberband/ 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-10-23  6:58 Miroslav Šulc
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-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=1538517910.fb8383cf78edfc6fb2c5dee4cab55289e5a79eb2.asturm@gentoo \
    --to=asturm@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