diff --git a/normalize/.signature b/normalize/.signature index 369357eac..f06a5d1c2 100644 --- a/normalize/.signature +++ b/normalize/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF38vRQFpuJWnG/7QDv+0qrPPm1SpkM29GOhIE++DiOYDzsy6VOaujXN4zi9bB4qvobv/rT1BE1D+14KYCJ3LgWgI= -SHA256 (Pkgfile) = 9871c7fbad35da86f2f184990f38857d3264286ea5bcd6031b0e853656671198 +RWSagIOpLGJF39XRpsh8hw6CwgoKNhn5kh1LkxOSzAnxXCKlBUh5YvEjDesNSrT1MpZwuNi4tkX0LCDo0PGgcCo6xBVt6CLj9Q0= +SHA256 (Pkgfile) = 5dd460a32b58a8357270815a18cd7af4cabe15ad2a015bd5a1028fdcf9df451e SHA256 (.footprint) = fd0cc8ceebec06dae0899a8ad8b4829d5b3774e3ee1db6cd07339cf2dbc6a71d SHA256 (normalize-0.7.7.tar.bz2) = ef9d8558515cc942518981d3db8fa2490fba6d6b5b74e0a3b75336fbc66c6bd8 diff --git a/normalize/Pkgfile b/normalize/Pkgfile index 91d377432..3ba74de33 100644 --- a/normalize/Pkgfile +++ b/normalize/Pkgfile @@ -1,7 +1,7 @@ # Description: Normalize mp3 and wav files. # URL: http://normalize.nongnu.org/ -# Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: lame libmad vorbisgain +# Maintainer: John McQuah, jmcquah at disroot dot org +# Depends on: lame libmad name=normalize version=0.7.7 @@ -9,12 +9,13 @@ release=2 source=(https://download.savannah.gnu.org/releases/$name/$name-$version.tar.bz2) build() { - cd normalize-$version + cd $name-$version ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ - --disable-nls + --disable-nls \ + --with-audiofile=no make make DESTDIR=$PKG install