From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsbsms/
Date: Thu, 23 Sep 2021 06:43:46 +0000 (UTC) [thread overview]
Message-ID: <1632379423.d832e08719414fad8c566257397e3fad6afbdbe8.fordfrog@gentoo> (raw)
commit: d832e08719414fad8c566257397e3fad6afbdbe8
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 23 06:43:26 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Sep 23 06:43:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d832e087
media-libs/libsbsms: bump to 2.3.0
Closes: https://bugs.gentoo.org/810574
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-libs/libsbsms/Manifest | 1 +
media-libs/libsbsms/libsbsms-2.3.0.ebuild | 37 +++++++++++++++++++++++++++++++
media-libs/libsbsms/metadata.xml | 2 +-
3 files changed, 39 insertions(+), 1 deletion(-)
diff --git a/media-libs/libsbsms/Manifest b/media-libs/libsbsms/Manifest
index 03f1d397375..9451b5824f5 100644
--- a/media-libs/libsbsms/Manifest
+++ b/media-libs/libsbsms/Manifest
@@ -1 +1,2 @@
DIST libsbsms-2.0.2.tar.gz 450170 BLAKE2B a9e75f1f2a3da2a407d21bd267fe842d2c2367f85e4cb588902ae34e56b76297c2f60968113ae7a08a6652e57bc20376f1a60e97d6d59863f9f1ae30589e0723 SHA512 8aaab3e191f3e10e559683ab4ebdcb8d951cf0e776390234f25675a98640d60d20aed872061ba72fdc3bd7827b7d46bc27225fe947cdd7fa4312f75cbdd78e6c
+DIST libsbsms-2.3.0.tar.gz 450111 BLAKE2B 3707b573ffef414e5373526704d4e54bf0f53b6bc5d9ce6e69bf22e11e5380eccb65a6c26e3598ee4bf43f341a7dcc6e1a7d7f5113bb649ef9e94b01ba36cc0f SHA512 e5b544c2bdbaa2169236987c7a043838c8d1761b25280c476d7a32656d482c6485cb33f579ea9d1ce586ec7b2913ed8fdcf1abe5c7cc8b9e4eef9ce87de54627
diff --git a/media-libs/libsbsms/libsbsms-2.3.0.ebuild b/media-libs/libsbsms/libsbsms-2.3.0.ebuild
new file mode 100644
index 00000000000..0519a044dd7
--- /dev/null
+++ b/media-libs/libsbsms/libsbsms-2.3.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+AUTOTOOLS_AUTORECONF=true
+inherit autotools
+
+DESCRIPTION="A library for high quality time and pitch scale modification"
+HOMEPAGE="https://github.com/claytonotey/libsbsms http://sbsms.sourceforge.net/"
+SRC_URI="https://github.com/claytonotey/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~ppc64 ~riscv ~x86"
+IUSE="cpu_flags_x86_sse static-libs"
+
+PATCHES=( "${FILESDIR}/${PN}-2.0.2-cflags.patch" )
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ --enable-shared \
+ $(use_enable static-libs static) \
+ $(use_enable cpu_flags_x86_sse sse) \
+ --disable-multithreaded
+ # threaded version causes segfaults
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
diff --git a/media-libs/libsbsms/metadata.xml b/media-libs/libsbsms/metadata.xml
index 8af19e1a74b..7342d79ed0b 100644
--- a/media-libs/libsbsms/metadata.xml
+++ b/media-libs/libsbsms/metadata.xml
@@ -6,6 +6,6 @@
<name>Gentoo ProAudio Project</name>
</maintainer>
<upstream>
- <remote-id type="sourceforge">sbsms</remote-id>
+ <remote-id type="github">claytonotey/libsbsms</remote-id>
</upstream>
</pkgmetadata>
next reply other threads:[~2021-09-23 6:43 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-23 6:43 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-06-19 6:47 [gentoo-commits] repo/gentoo:master commit in: media-libs/libsbsms/ Miroslav Šulc
2022-03-13 5:54 Sam James
2021-10-24 8:42 Miroslav Šulc
2021-10-24 8:13 Sam James
2021-10-24 8:13 Sam James
2021-10-24 8:08 Sam James
2021-10-24 8:08 Sam James
2021-09-22 14:30 Yixun Lan
2020-08-06 2:35 Sam James
2018-09-15 2:31 Andreas Sturmlechner
2018-09-13 11:09 Mikle Kolyada
2018-08-25 18:55 Sergei Trofimovich
2018-08-25 18:25 Sergei Trofimovich
2018-08-23 1:41 Thomas Deutschmann
2018-04-16 17:01 Johannes Huber
2018-04-16 17:01 Johannes Huber
2015-09-21 4:01 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=1632379423.d832e08719414fad8c566257397e3fad6afbdbe8.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