# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit cmake DESCRIPTION="Versatile ReplayGain 2.0 loudness normalizer" HOMEPAGE="https://github.com/Moonbase59/loudgain" SRC_URI="https://github.com/Moonbase59/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~x86" #REQUIRED_USE="" # Bug 922026: `av_register_all` is deprecated and maybe not present in ffmpeg-6 # (changelog: ). # says these # functions "don't do anything" so simply removing these call would work. However, # loudgain is not updated for some years and I (ebuild maintainer) am not sure # if it would work with ffmpeg-6, so restricting to