summaryrefslogtreecommitdiff
path: root/media-libs/libsidplayfp
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /media-libs/libsidplayfp
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
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.xml12
5 files changed, 0 insertions, 125 deletions
diff --git a/media-libs/libsidplayfp/Manifest b/media-libs/libsidplayfp/Manifest
deleted file mode 100644
index 8f4dad8a9cb5..000000000000
--- a/media-libs/libsidplayfp/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index c93d38355e5d..000000000000
--- a/media-libs/libsidplayfp/libsidplayfp-2.11.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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
deleted file mode 100644
index 0c5ffef70679..000000000000
--- a/media-libs/libsidplayfp/libsidplayfp-2.14.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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
deleted file mode 100644
index 67f5961ea6c4..000000000000
--- a/media-libs/libsidplayfp/libsidplayfp-3.0.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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
deleted file mode 100644
index 0aa9a273246b..000000000000
--- a/media-libs/libsidplayfp/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/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>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>