media-sound/ffmpeg-normalize: Drop package from overlay

This commit is contained in:
Nils Freydank 2021-08-05 14:22:50 +02:00
parent d0d4494d7b
commit 217d2a4de0
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
4 changed files with 0 additions and 54 deletions

View File

@ -1 +0,0 @@
DIST ffmpeg-normalize-1.22.1.tar.gz 1965311 BLAKE2B 205bf5b90dd02f215b9bd8399ef4d5070165c49188aadcfc1d670ea66f808e1fddef51f44a5d3ad3295c7f49d743e3984fdac6bf24f6dda768ea1aeeb2e14a28 SHA512 64208842a8cfc4231be1b176f61f29ecf86b7b3f6f9d817f85bb958b98bc8c52c56e1ce5d7d064480f939cb8968a2efa1fbd556e803724851496dd023ff61185

View File

@ -1,29 +0,0 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1
DESCRIPTION="Utility for batch-normalizing audio using ffmpeg"
HOMEPAGE="https://github.com/slhck/ffmpeg-normalize"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="${HOMEPAGE}"
else
#SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="MIT"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND="
${DEPEND}
media-video/ffmpeg
"

View File

@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>holgersson@posteo.de</email>
<name>Nils Freydank</name>
</maintainer>
<longdescription lang="en">
Quoting upstream: This program normalizes media files to a certain
loudness level using the EBU R128 loudness normalization procedure. It
can also perform RMS-based normalization (where the mean is lifted or
attenuated), or peak normalization to a certain target level.
</longdescription>
<upstream>
<remote-id type="github">slhck/ffmpeg-normalize</remote-id>
<bugs-to>https://github.com/slhck/ffmpeg-normalize/issues</bugs-to>
</upstream>
</pkgmetadata>

View File

@ -3,9 +3,3 @@
# syntax:
# author <email address> (LANG=C date -u +"%Y-%m-%d)
# reason
# Nils Freydank <holgersson@posteo.de> (2021-07-23)
# Remove ffmpeg-normalize after 2021-07-31.
# I don't use it anymore and it needs ffmpeg-progress-yield which is
# not packaged so far.
media-sound/ffmpeg-normalize