media-sound/dr14_tmeter: update ebuilds

This commit is contained in:
2023-03-05 19:35:55 +03:00
parent 037692f2c2
commit 5ac13e701e
3 changed files with 55 additions and 3 deletions

View File

@@ -7,11 +7,17 @@ PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1 git-r3
inherit distutils-r1
DESCRIPTION="Compute the DR14 value of the given audio files"
HOMEPAGE="http://dr14tmeter.sourceforge.net/"
EGIT_REPO_URI="https://github.com/simon-r/dr14_t.meter.git"
if [[ ${PV} == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/simon-r/dr14_t.meter.git"
else
KEYWORDS="~amd64"
SRC_URI="https://github.com/simon-r/dr14_t.meter/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi
LICENSE="GPL-3+"
SLOT="0"