summaryrefslogtreecommitdiff
path: root/media-sound/sndfile-tools
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /media-sound/sndfile-tools
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'media-sound/sndfile-tools')
-rw-r--r--media-sound/sndfile-tools/Manifest1
-rw-r--r--media-sound/sndfile-tools/metadata.xml21
-rw-r--r--media-sound/sndfile-tools/sndfile-tools-1.5.ebuild38
-rw-r--r--media-sound/sndfile-tools/sndfile-tools-9999.ebuild38
4 files changed, 0 insertions, 98 deletions
diff --git a/media-sound/sndfile-tools/Manifest b/media-sound/sndfile-tools/Manifest
deleted file mode 100644
index 8c293a61adb1..000000000000
--- a/media-sound/sndfile-tools/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sndfile-tools-1.5.tar.bz2 555122 BLAKE2B c273bb655163816dcad81f15b089fa36a227a73b3b331d51bc16f91025afdca4a994b5d3838c5cf61335b5f900e8da3a299f9dd9cf8e34d2c9b2c21987625809 SHA512 04926a6c489634762efaa787e468ab653990762d5b96ba3cdfca595102c1d5eeb86411c9010d5640b1b3ec2b38d8d9d434fb549c52446e4b88d5b2a1d06a2bc6
diff --git a/media-sound/sndfile-tools/metadata.xml b/media-sound/sndfile-tools/metadata.xml
deleted file mode 100644
index f9cfd2e46510..000000000000
--- a/media-sound/sndfile-tools/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?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>
- <longdescription lang="en">
- Sndfile-tools is a small collection of programs that use libsndfile and
- other libraries to do useful things. The collection currently includes
- the following programs:
-
- * sndfile-generate-chirp
- * sndfile-jackplay
- * sndfile-spectrogram
- * sndfile-mix-to-mono
- </longdescription>
- <upstream>
- <remote-id type="github">libsndfile/sndfile-tools</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/media-sound/sndfile-tools/sndfile-tools-1.5.ebuild b/media-sound/sndfile-tools/sndfile-tools-1.5.ebuild
deleted file mode 100644
index cea855aff343..000000000000
--- a/media-sound/sndfile-tools/sndfile-tools-1.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Small collection of programs that use libsndfile"
-HOMEPAGE="https://libsndfile.github.io/sndfile-tools/"
-
-if [[ ${PV} == *9999 ]]; then
- inherit autotools git-r3
- EGIT_REPO_URI="https://github.com/libsndfile/sndfile-tools.git"
-else
- SRC_URI="https://github.com/libsndfile/sndfile-tools/releases/download/${PV}/${P}.tar.bz2"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="jack"
-
-DEPEND="
- media-libs/libsamplerate
- media-libs/libsndfile
- x11-libs/cairo
- sci-libs/fftw:3.0=
- jack? ( virtual/jack )"
-RDEPEND="${DEPEND}
- !<media-libs/libsamplerate-0.1.9-r1"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
- default
- [[ ${PV} == *9999 ]] && eautoreconf
-}
-
-src_configure() {
- econf $(use_enable jack)
-}
diff --git a/media-sound/sndfile-tools/sndfile-tools-9999.ebuild b/media-sound/sndfile-tools/sndfile-tools-9999.ebuild
deleted file mode 100644
index cea855aff343..000000000000
--- a/media-sound/sndfile-tools/sndfile-tools-9999.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Small collection of programs that use libsndfile"
-HOMEPAGE="https://libsndfile.github.io/sndfile-tools/"
-
-if [[ ${PV} == *9999 ]]; then
- inherit autotools git-r3
- EGIT_REPO_URI="https://github.com/libsndfile/sndfile-tools.git"
-else
- SRC_URI="https://github.com/libsndfile/sndfile-tools/releases/download/${PV}/${P}.tar.bz2"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="jack"
-
-DEPEND="
- media-libs/libsamplerate
- media-libs/libsndfile
- x11-libs/cairo
- sci-libs/fftw:3.0=
- jack? ( virtual/jack )"
-RDEPEND="${DEPEND}
- !<media-libs/libsamplerate-0.1.9-r1"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
- default
- [[ ${PV} == *9999 ]] && eautoreconf
-}
-
-src_configure() {
- econf $(use_enable jack)
-}