media-sound/cyanrip: new package, add 0.9.2

This commit is contained in:
odrling 2024-03-21 18:24:18 +01:00
parent b3e62edc06
commit 67ced7af94
Signed by: odrling
GPG Key ID: 2D8C2F151EDB7392
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST cyanrip-0.9.2.tar.gz 67574 BLAKE2B c6ee578c459f2e1d3d6817df464ee29b2dbca1ad0b70e19c99990521c396e15ab9c7890889e112d70d1402314e2e5eec70a7fe2740967a225bf001838f8863cd SHA512 bae86ab799a28f5bbdfaf664c03a66c3c2d9c296239811163cbc04f1ce42646e086f33e505ceeb379ffb289d6b89f66f0abd6d36b323e873f9aae97878a3fc2e

View File

@ -0,0 +1,31 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Bule-ish CD ripper"
HOMEPAGE="https://github.com/cyanreg/cyanrip"
LICENSE="LGPL-2.1"
SLOT="0"
inherit meson
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/cyanreg/cyanrip.git"
else
SRC_URI="
https://github.com/cyanreg/cyanrip/archive/v${PV}.tar.gz -> ${P}.tar.gz
"
KEYWORDS="~amd64 ~arm64"
fi
RDEPEND="
>=media-video/ffmpeg-4.0
>=dev-libs/libcdio-2.0
>=dev-libs/libcdio-paranoia-2.0
>=media-libs/musicbrainz-5.1
>=net-misc/curl-7.66.0
"
DEPEND="$RDEPEND"