Install this version:
emerge -a =media-sound/aacgain-2.0.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-sound/aacgain-2.0.0
Or alternatively:
emerge --autounmask-write -a =media-sound/aacgain-2.0.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.0.0 | 8 | ~amd64 | 0 |
EAPI=8
DESCRIPTION="a port of mp3gain that also works with .m4a files"
HOMEPAGE=https://github.com/dgilman/aacgain
SRC_URI=https://alfter.us/wp-content/uploads/2024/02/$P.tar.xz
LICENSE=GPL-2
SLOT=0
KEYWORDS="~amd64"
#inherit cmake
# working around the author's janky use of cmake that doesn't play well
# with cmake.eclass
src_configure()
{
cmake .
}
src_compile()
{
emake
}
src_install()
{
dobin aacgain/aacgain
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | aacgain-2.0.0.tar.xz | 63266832 bytes | https://alfter.us/wp-content/uploads/2024/02/aacgain-2.0.0.tar.xz |