From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/rubberband/
Date: Thu, 27 Jan 2022 08:25:17 +0000 (UTC) [thread overview]
Message-ID: <1643271912.b418e201eda126a3cd2f3fbad0bc1d1086e81472.fordfrog@gentoo> (raw)
commit: b418e201eda126a3cd2f3fbad0bc1d1086e81472
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 27 08:25:12 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Jan 27 08:25:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b418e201
media-libs/rubberband: removed obsolete 1.9.2
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/rubberband/Manifest | 1 -
media-libs/rubberband/rubberband-1.9.2.ebuild | 54 ---------------------------
2 files changed, 55 deletions(-)
diff --git a/media-libs/rubberband/Manifest b/media-libs/rubberband/Manifest
index 56cd5f0b3ba6..44aa5942fa31 100644
--- a/media-libs/rubberband/Manifest
+++ b/media-libs/rubberband/Manifest
@@ -1,3 +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
DIST rubberband-2.0.1.tar.bz2 179107 BLAKE2B 98449967ec099851197220d037c47aa2ade07b1c40994639f5f4c42763051b67027188a50a8e742c661b2289d0a655e24f639578ac21ff24db0152237a1776f9 SHA512 7e120dbf20625980462cf5910b933b9631fd8a0b0e2ea927ca2417b352327c6398dc1d9bb89e2a1ed79118c840ef39ba5c0c52a0a4d4b494d68ae1dbb74f1cb1
diff --git a/media-libs/rubberband/rubberband-1.9.2.ebuild b/media-libs/rubberband/rubberband-1.9.2.ebuild
deleted file mode 100644
index f7f615276046..000000000000
--- a/media-libs/rubberband/rubberband-1.9.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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}/${P}-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
-}
next reply other threads:[~2022-01-27 8:25 UTC|newest]
Thread overview: 123+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-27 8:25 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
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-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=1643271912.b418e201eda126a3cd2f3fbad0bc1d1086e81472.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