ffmpeg-normalize-1.28.2fem-overlay
download
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Audio normalizer using ffmpeg"
HOMEPAGE="https://github.com/slhck/ffmpeg-normalize"
SRC_URI="https://github.com/slhck/ffmpeg-normalize/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
>=dev-python/colorlog-6.7.0[${PYTHON_USEDEP}]
>=dev-python/ffmpeg-progress-yield-0.7.4[${PYTHON_USEDEP}]
>=dev-python/tqdm-4.64.1[${PYTHON_USEDEP}]
"
# tests disabled for now, fail horribly