1
0
Fork 0

media-libs/libaudec: treeclean

This library is no longer maintained, and Zrythm no longer depends on
it.
This commit is contained in:
Ryan Fox 2024-03-25 23:52:32 -07:00
parent 2c5a8e5fb3
commit 8cac7fd9bb
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
4 changed files with 0 additions and 59 deletions

View File

@ -1 +0,0 @@
DIST libaudec-0.3.4.tar.gz 627395 BLAKE2B e19236b6df29c25ecbdbb4f8fafcbb8de6fdb6317936006c2487d14cac3d726c8a5a534f5f7f1e97e1599936821f12cf83ca34483ebe2cb2352d6df8ff3fbba9 SHA512 9c50b866e2f0d1897d7a55a83263e74c3a1cf77772a52bd446632c9a92f2ccbbb3e2e1ecfde8b05fc41e59e4d60a57935a656ec8f40b6680fc4bbe201ea045ef

View File

@ -1,25 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.sr.ht/~alextee/libaudec"
else
SRC_URI="https://git.sr.ht/~alextee/libaudec/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
MY_P="${PN}-v${PV}"
S="${WORKDIR}/${MY_P}"
fi
DESCRIPTION="A library for reading and resampling audio files"
HOMEPAGE="https://git.zrythm.org/zrythm/libaudec"
LICENSE="AGPL-3"
SLOT="0"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=">=dev-util/meson-0.55.0"

View File

@ -1,25 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.sr.ht/~alextee/libaudec"
else
SRC_URI="https://git.sr.ht/~alextee/libaudec/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
MY_P="${PN}-v${PV}"
S="${WORKDIR}/${MY_P}"
fi
DESCRIPTION="A library for reading and resampling audio files"
HOMEPAGE="https://git.zrythm.org/zrythm/libaudec"
LICENSE="AGPL-3"
SLOT="0"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=">=dev-util/meson-0.55.0"

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
</pkgmetadata>