From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsidplayfp/
Date: Fri, 23 May 2025 03:05:52 +0000 (UTC) [thread overview]
Message-ID: <1747969400.d5c9fb86dbbe59161e1cbc8d483770ddb702950e.sam@gentoo> (raw)
commit: d5c9fb86dbbe59161e1cbc8d483770ddb702950e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 23 02:55:07 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 23 03:03:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c9fb86
media-libs/libsidplayfp: add 2.14.0
* Drop USE=static-libs (nothing using it)
* Disable resid use (fix automagic)
Bug: https://bugs.gentoo.org/932535
Closes: https://bugs.gentoo.org/943938
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/libsidplayfp/Manifest | 1 +
media-libs/libsidplayfp/libsidplayfp-2.14.0.ebuild | 40 ++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/media-libs/libsidplayfp/Manifest b/media-libs/libsidplayfp/Manifest
index 42f818b53432..67d945b81f37 100644
--- a/media-libs/libsidplayfp/Manifest
+++ b/media-libs/libsidplayfp/Manifest
@@ -1 +1,2 @@
DIST libsidplayfp-2.11.0.tar.gz 813488 BLAKE2B 6bb8f37e5272c166ba5fe804395c676becb366fbf2adff0831236eaa46f889811f9173f99a7b0e67f986dfbc8e58b4957b27a39c7b7da2571a7014776bc92c1b SHA512 5f8c32d6964cdd651db0718b8f02d7fcbf829c58ed15bc8fa07f5cc0a452954ec93b041f54641744b597a8e67b6c723df6031b00685231e931f6388c294ea172
+DIST libsidplayfp-2.14.0.tar.gz 851923 BLAKE2B b506092554e0c738eb1ca6cada78114f03bde412a266dcae35611a7e2f999d955891124dc4475ab527f4107956b79975eddc8d1fd54304eea8386a6dbd8e6e2a SHA512 549c86312da60a62d94d205ddc0810258d48595c8a35c40bcda5b18f1e7834d4110307beb382afcbf02184625828a491b665c180e8b091d8d22c9237d5fd373f
diff --git a/media-libs/libsidplayfp/libsidplayfp-2.14.0.ebuild b/media-libs/libsidplayfp/libsidplayfp-2.14.0.ebuild
new file mode 100644
index 000000000000..2e242e1cfa09
--- /dev/null
+++ b/media-libs/libsidplayfp/libsidplayfp-2.14.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Library for the sidplay2 fork with resid-fp"
+HOMEPAGE="https://github.com/libsidplayfp/libsidplayfp"
+SRC_URI="https://github.com/libsidplayfp/libsidplayfp/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0/6"
+KEYWORDS="~amd64 ~hppa ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-libs/libgcrypt:="
+DEPEND="${RDEPEND}"
+BDEPEND="test? ( dev-libs/unittest++ )"
+
+src_prepare() {
+ default
+
+ # fix automagic. warning: modifying .ac triggers maintainer mode.
+ sed -i -e 's:doxygen:dIsAbLe&:' configure || die
+}
+
+src_configure() {
+ local myeconfargs=(
+ # Avoid automagic media-libs/resid dep, can wire up if requested
+ --without-exsid
+ $(use_enable test tests)
+ )
+
+ econf "${myeconfargs[@]}"
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
next reply other threads:[~2025-05-23 3:05 UTC|newest]
Thread overview: 88+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-23 3:05 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-23 3:05 [gentoo-commits] repo/gentoo:master commit in: media-libs/libsidplayfp/ Sam James
2025-05-21 18:04 Sam James
2024-12-07 14:01 Miroslav Šulc
2024-12-06 10:13 Sam James
2024-12-06 10:04 Sam James
2024-11-25 8:20 Miroslav Šulc
2024-11-23 8:55 Arthur Zamarin
2024-11-10 10:02 Miroslav Šulc
2024-11-07 8:53 Sam James
2024-11-04 9:13 Miroslav Šulc
2024-10-22 9:25 Miroslav Šulc
2024-10-07 9:02 Miroslav Šulc
2024-09-17 9:37 Miroslav Šulc
2024-09-16 23:55 Jakov Smolić
2024-09-16 23:55 Jakov Smolić
2024-08-16 15:55 Miroslav Šulc
2024-07-14 10:25 Miroslav Šulc
2024-07-13 15:21 Arthur Zamarin
2024-07-13 15:18 Arthur Zamarin
2024-06-21 7:49 Miroslav Šulc
2024-06-20 18:40 Arthur Zamarin
2024-06-20 17:11 Sam James
2024-06-12 9:19 Miroslav Šulc
2024-05-20 9:23 Miroslav Šulc
2024-05-01 8:21 Miroslav Šulc
2024-04-30 15:31 Sam James
2024-04-30 15:31 Sam James
2024-03-30 9:13 Miroslav Šulc
2024-02-05 9:32 Miroslav Šulc
2024-02-03 8:22 Arthur Zamarin
2024-02-03 8:22 Arthur Zamarin
2024-01-27 8:50 Miroslav Šulc
2024-01-26 8:45 Sam James
2024-01-26 8:45 Sam James
2024-01-03 8:58 Miroslav Šulc
2023-12-25 9:30 Miroslav Šulc
2023-07-06 8:28 Miroslav Šulc
2023-07-05 20:52 Sam James
2023-07-05 20:52 Sam James
2023-06-04 7:55 Miroslav Šulc
2023-03-05 8:56 Miroslav Šulc
2023-03-04 10:15 Arthur Zamarin
2023-03-04 6:17 Arthur Zamarin
2023-02-01 9:23 Miroslav Šulc
2022-12-22 8:23 Miroslav Šulc
2022-12-21 15:56 Arthur Zamarin
2022-12-21 15:56 Arthur Zamarin
2022-12-17 9:31 Miroslav Šulc
2022-12-15 16:51 Arthur Zamarin
2022-12-15 16:51 Arthur Zamarin
2022-11-21 6:29 Miroslav Šulc
2022-11-14 6:53 Miroslav Šulc
2022-01-11 8:41 Miroslav Šulc
2022-01-10 11:23 Jakov Smolić
2022-01-10 9:25 Jakov Smolić
2021-12-10 9:07 Miroslav Šulc
2021-10-26 6:40 Miroslav Šulc
2021-10-26 3:12 Sam James
2021-10-26 3:12 Sam James
2021-09-24 6:44 Miroslav Šulc
2021-09-24 6:43 Miroslav Šulc
2021-09-23 5:41 Yixun Lan
2021-09-22 6:58 Agostino Sarubbo
2021-09-21 6:35 Agostino Sarubbo
2021-08-24 6:56 Miroslav Šulc
2021-08-23 22:16 Agostino Sarubbo
2021-08-23 5:35 Sam James
2021-08-08 6:19 Miroslav Šulc
2021-07-22 9:30 Miroslav Šulc
2021-06-30 11:23 Miroslav Šulc
2021-06-30 9:30 Sam James
2021-06-30 9:29 Sam James
2021-05-31 6:38 Miroslav Šulc
2021-05-31 6:11 Agostino Sarubbo
2021-05-29 16:30 Miroslav Šulc
2021-05-29 16:26 Miroslav Šulc
2021-05-29 15:23 Sam James
2021-05-29 8:51 Miroslav Šulc
2021-04-28 18:14 Miroslav Šulc
2019-04-01 19:33 Andreas Sturmlechner
2019-04-01 17:21 Thomas Deutschmann
2019-03-16 21:39 Agostino Sarubbo
2019-03-10 23:57 Andreas Sturmlechner
2019-02-09 20:58 Andreas Sturmlechner
2019-02-09 20:58 Andreas Sturmlechner
2018-03-10 19:43 David Seifert
2015-08-30 11:00 Alexis Ballier
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=1747969400.d5c9fb86dbbe59161e1cbc8d483770ddb702950e.sam@gentoo \
--to=sam@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