summaryrefslogtreecommitdiff
path: root/media-libs/libsidplayfp
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
commitbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch)
tree0d7a74b4463ee387f9cf9368ceb1b757f694f72a /media-libs/libsidplayfp
parentf716a9fe6455d39eef01e718aae68dae61c19704 (diff)
downloadbaldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'media-libs/libsidplayfp')
-rw-r--r--media-libs/libsidplayfp/Manifest3
-rw-r--r--media-libs/libsidplayfp/libsidplayfp-2.11.0.ebuild33
-rw-r--r--media-libs/libsidplayfp/libsidplayfp-2.14.0.ebuild40
-rw-r--r--media-libs/libsidplayfp/libsidplayfp-3.0.0.ebuild37
-rw-r--r--media-libs/libsidplayfp/metadata.xml15
5 files changed, 128 insertions, 0 deletions
diff --git a/media-libs/libsidplayfp/Manifest b/media-libs/libsidplayfp/Manifest
new file mode 100644
index 000000000000..8f4dad8a9cb5
--- /dev/null
+++ b/media-libs/libsidplayfp/Manifest
@@ -0,0 +1,3 @@
+DIST libsidplayfp-2.11.0.tar.gz 813488 BLAKE2B 6bb8f37e5272c166ba5fe804395c676becb366fbf2adff0831236eaa46f889811f9173f99a7b0e67f986dfbc8e58b4957b27a39c7b7da2571a7014776bc92c1b SHA512 5f8c32d6964cdd651db0718b8f02d7fcbf829c58ed15bc8fa07f5cc0a452954ec93b041f54641744b597a8e67b6c723df6031b00685231e931f6388c294ea172
+DIST libsidplayfp-2.14.0.tar.gz 851923 BLAKE2B b506092554e0c738eb1ca6cada78114f03bde412a266dcae35611a7e2f999d955891124dc4475ab527f4107956b79975eddc8d1fd54304eea8386a6dbd8e6e2a SHA512 549c86312da60a62d94d205ddc0810258d48595c8a35c40bcda5b18f1e7834d4110307beb382afcbf02184625828a491b665c180e8b091d8d22c9237d5fd373f
+DIST libsidplayfp-3.0.0.tar.gz 704819 BLAKE2B 57eaba024104f087bece6a861fab88393df53f22bf0db1c84f5dd0c534742bcb20fd983face8a4cc57b1c114500afadf51fb1b1b235be63ac54f401dcc5b96e6 SHA512 a4239d224ecda919d933568055f95c90e5139b82697642d013c5d016d6a1bc078217947f8150f8946b7a934593b15db14f3b145786ed295e2548a6c3627d9e0d
diff --git a/media-libs/libsidplayfp/libsidplayfp-2.11.0.ebuild b/media-libs/libsidplayfp/libsidplayfp-2.11.0.ebuild
new file mode 100644
index 000000000000..c93d38355e5d
--- /dev/null
+++ b/media-libs/libsidplayfp/libsidplayfp-2.11.0.ebuild
@@ -0,0 +1,33 @@
+# 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://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/6"
+KEYWORDS="amd64 ~hppa ~riscv x86"
+IUSE="static-libs test"
+RESTRICT="!test? ( test )"
+
+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() {
+ econf \
+ $(use_enable static-libs static) \
+ $(use_enable test tests)
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
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..0c5ffef70679
--- /dev/null
+++ b/media-libs/libsidplayfp/libsidplayfp-2.14.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2026 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 ~ppc ~ppc64 ~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
+}
diff --git a/media-libs/libsidplayfp/libsidplayfp-3.0.0.ebuild b/media-libs/libsidplayfp/libsidplayfp-3.0.0.ebuild
new file mode 100644
index 000000000000..67f5961ea6c4
--- /dev/null
+++ b/media-libs/libsidplayfp/libsidplayfp-3.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2026 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/7"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+IUSE="test usb"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=media-libs/libresidfp-1.0.2:=
+ usb? ( >=virtual/libusb-1-r2:1 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+ local myeconfargs=(
+ # Avoid automagic media-libs/resid dep, can wire up if requested
+ --without-exsid
+ $(use_with usb usbsid)
+ $(use_enable test tests)
+ )
+
+ econf "${myeconfargs[@]}"
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
diff --git a/media-libs/libsidplayfp/metadata.xml b/media-libs/libsidplayfp/metadata.xml
new file mode 100644
index 000000000000..5dd6e689766f
--- /dev/null
+++ b/media-libs/libsidplayfp/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sound@gentoo.org</email>
+ <name>Gentoo Sound project</name>
+ </maintainer>
+ <use>
+ <flag name="usb">Support USBSID-Pico hardware SID via libusb</flag>
+ </use>
+ <upstream>
+ <remote-id type="sourceforge">sidplay-residfp</remote-id>
+ <remote-id type="github">libsidplayfp/libsidplayfp</remote-id>
+ </upstream>
+</pkgmetadata>