normalize: adopted
This commit is contained in:
parent
754ae7cefe
commit
1d9e99a871
@ -1,5 +1,5 @@
|
|||||||
untrusted comment: verify with /etc/ports/contrib.pub
|
untrusted comment: verify with /etc/ports/contrib.pub
|
||||||
RWSagIOpLGJF38vRQFpuJWnG/7QDv+0qrPPm1SpkM29GOhIE++DiOYDzsy6VOaujXN4zi9bB4qvobv/rT1BE1D+14KYCJ3LgWgI=
|
RWSagIOpLGJF39XRpsh8hw6CwgoKNhn5kh1LkxOSzAnxXCKlBUh5YvEjDesNSrT1MpZwuNi4tkX0LCDo0PGgcCo6xBVt6CLj9Q0=
|
||||||
SHA256 (Pkgfile) = 9871c7fbad35da86f2f184990f38857d3264286ea5bcd6031b0e853656671198
|
SHA256 (Pkgfile) = 5dd460a32b58a8357270815a18cd7af4cabe15ad2a015bd5a1028fdcf9df451e
|
||||||
SHA256 (.footprint) = fd0cc8ceebec06dae0899a8ad8b4829d5b3774e3ee1db6cd07339cf2dbc6a71d
|
SHA256 (.footprint) = fd0cc8ceebec06dae0899a8ad8b4829d5b3774e3ee1db6cd07339cf2dbc6a71d
|
||||||
SHA256 (normalize-0.7.7.tar.bz2) = ef9d8558515cc942518981d3db8fa2490fba6d6b5b74e0a3b75336fbc66c6bd8
|
SHA256 (normalize-0.7.7.tar.bz2) = ef9d8558515cc942518981d3db8fa2490fba6d6b5b74e0a3b75336fbc66c6bd8
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Description: Normalize mp3 and wav files.
|
# Description: Normalize mp3 and wav files.
|
||||||
# URL: http://normalize.nongnu.org/
|
# URL: http://normalize.nongnu.org/
|
||||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
# Maintainer: John McQuah, jmcquah at disroot dot org
|
||||||
# Depends on: lame libmad vorbisgain
|
# Depends on: lame libmad
|
||||||
|
|
||||||
name=normalize
|
name=normalize
|
||||||
version=0.7.7
|
version=0.7.7
|
||||||
@ -9,12 +9,13 @@ release=2
|
|||||||
source=(https://download.savannah.gnu.org/releases/$name/$name-$version.tar.bz2)
|
source=(https://download.savannah.gnu.org/releases/$name/$name-$version.tar.bz2)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd normalize-$version
|
cd $name-$version
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--mandir=/usr/share/man \
|
--mandir=/usr/share/man \
|
||||||
--disable-nls
|
--disable-nls \
|
||||||
|
--with-audiofile=no
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user