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-sound/sidplayfp/
Date: Mon,  7 Oct 2024 09:03:51 +0000 (UTC)	[thread overview]
Message-ID: <1728291824.8dae3226492937f15849fa12eaea530f41bf6aa3.fordfrog@gentoo> (raw)

commit:     8dae3226492937f15849fa12eaea530f41bf6aa3
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 09:03:44 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 09:03:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dae3226

media-sound/sidplayfp: bump to 2.10.0

Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/sidplayfp/Manifest                |  1 +
 media-sound/sidplayfp/sidplayfp-2.10.0.ebuild | 51 +++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/media-sound/sidplayfp/Manifest b/media-sound/sidplayfp/Manifest
index 84825a6a2d8f..19d1d8df933e 100644
--- a/media-sound/sidplayfp/Manifest
+++ b/media-sound/sidplayfp/Manifest
@@ -1 +1,2 @@
+DIST sidplayfp-2.10.0.tar.gz 244263 BLAKE2B 62406febe1ba9074779b3ed77e5ceddea35d472eae94bfec13245ce9503c812d5cefeb0fa1d870e00380535145a031427463d58c8d1262ff8a43a2b470b58073 SHA512 7d59f21690d8219fd2d077541ffe90499f4b44b79e1fc4f43f3f048a01e935ad7b4723cd111acb9c9a287a1b8960b187a8e82463b9725a3171d98c32e391b15f
 DIST sidplayfp-2.9.0.tar.gz 247965 BLAKE2B 11ff3c33360aca182886418bda8dbfb534de6c6e76b854dfaf78599ce388b5c493221cf8d0f13fdb5ccb7cae7d352484b56505cbef3f955cac5cb26d933d35e1 SHA512 2a59cca74456e04ff6cd5bf3c8f47eb8687e577cd907979188713d38f1602ec8933d467222ae4f5e630116bc71832435bd911901c666b3285c796bb1c5d03393

diff --git a/media-sound/sidplayfp/sidplayfp-2.10.0.ebuild b/media-sound/sidplayfp/sidplayfp-2.10.0.ebuild
new file mode 100644
index 000000000000..2d76084b9af7
--- /dev/null
+++ b/media-sound/sidplayfp/sidplayfp-2.10.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Sidplay2 fork with resid-fp"
+HOMEPAGE="https://sourceforge.net/projects/sidplay-residfp/"
+SRC_URI="https://downloads.sourceforge.net/sidplay-residfp/${PN}/$(ver_cut 1-2)/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+alsa oss pulseaudio"
+
+BDEPEND="virtual/pkgconfig"
+CDEPEND="
+	media-libs/libsidplayfp
+	alsa? ( media-libs/alsa-lib )
+	pulseaudio? ( media-libs/libpulse )
+"
+RDEPEND="
+	${CDEPEND}
+	media-plugins/mpg123-output-plugins
+"
+DEPEND="${CDEPEND}
+	oss? ( virtual/os-headers )
+"
+
+DOCS=( AUTHORS README TODO )
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.4.4-musl-limits.patch
+)
+
+src_prepare() {
+	default
+
+	if ! use alsa; then
+		sed -i -e 's:alsa >= 1.0:dIsAbLe&:' configure || die
+	fi
+
+	if ! use pulseaudio; then
+		sed -i -e 's:libpulse-simple >= 1.0:dIsAbLe&:' configure || die
+	fi
+}
+
+src_configure() {
+	export ac_cv_header_linux_soundcard_h=$(usex oss)
+
+	econf
+}


             reply	other threads:[~2024-10-07  9:03 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-07  9:03 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-04 11:42 [gentoo-commits] repo/gentoo:master commit in: media-sound/sidplayfp/ Miroslav Šulc
2025-01-01 18:14 Sam James
2024-12-07 14:01 Miroslav Šulc
2024-12-06 10:13 Sam James
2024-12-01 20:57 Miroslav Šulc
2024-11-10 10:02 Miroslav Šulc
2024-11-04  9:13 Miroslav Šulc
2024-09-30  7:42 Miroslav Šulc
2024-09-29 11:22 Sam James
2024-08-29 11:31 Miroslav Šulc
2024-07-14 10:24 Miroslav Šulc
2024-07-10 11:38 Jakov Smolić
2024-07-10 11:04 Miroslav Šulc
2024-07-10 10:55 Miroslav Šulc
2024-06-10  8:16 Miroslav Šulc
2024-05-05  7:31 Miroslav Šulc
2024-05-01  8:44 Sam James
2024-03-31 16:47 Jakov Smolić
2024-03-31  8:48 Miroslav Šulc
2024-03-31  8:45 Miroslav Šulc
2024-01-12 14:09 Miroslav Šulc
2024-01-10  9:41 Miroslav Šulc
2024-01-03  8:58 Miroslav Šulc
2023-12-24 10:46 Miroslav Šulc
2023-10-16  8:29 Miroslav Šulc
2023-10-16  8:28 Miroslav Šulc
2019-03-10 23:57 Andreas Sturmlechner
2019-02-09 20:58 Andreas Sturmlechner
2019-02-09 20:58 Andreas Sturmlechner

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=1728291824.8dae3226492937f15849fa12eaea530f41bf6aa3.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