media-sound/aacgain: new ebuild

This commit is contained in:
2024-02-21 08:24:57 -08:00
parent c49da0db50
commit c3179f074c
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST aacgain-2.0.0.tar.xz 63266832 BLAKE2B a3df6a6b852fbc8520d4964b2ae235093a259f11f44a46f4e1f0fd30beda34a15f1c04b0d2f8ef4ac421723d5d54aa8f921015f5dbcbeb3ec8ba06fc249b545d SHA512 2900a7e1499237a2bf01c3776f275b5dac06c4d93f8b27328f3f7e7b26f37cbbc694bf0965007673923454ac5d4cd5b81567ee23daf7a69c7d492588be836e7a

View File

@@ -0,0 +1,27 @@
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
}

View File

@@ -0,0 +1,9 @@
DEFINED_PHASES=compile configure install
DESCRIPTION=a port of mp3gain that also works with .m4a files
EAPI=8
HOMEPAGE=https://github.com/dgilman/aacgain
KEYWORDS=amd64
LICENSE=GPL-2
SLOT=0
SRC_URI=https://alfter.us/wp-content/uploads/2024/02/aacgain-2.0.0.tar.xz
_md5_=2c9b913f4be1bc5051b60e25e6717ce7