faac: adopted port

This commit is contained in:
Tim Biermann 2023-08-18 20:02:38 +02:00
parent a65ab75290
commit 07f7ce5d6b
2 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30bu5NSmKkP57hLt2PDlgkXA1WockNW5nRI89dP6L2RTLDeoFCDJDPSaNGiUQHfn7tYcrn+NS7ez8lH13a4smQ4=
SHA256 (Pkgfile) = 9ca683f8ece5f7064f1a99d541cf5e5a48cb15313cdcfc379e899150dfff5258
RWSagIOpLGJF3xQT7ImkzQ9fKHc+IHlLwi7ywAgMWhMuK+sTeq+yKvjjamp+ZVaWR1IFvB4cJcuPuk05Cco8apqBynql2L2ibAc=
SHA256 (Pkgfile) = 5c705d8814da55e4785c6448267901f5b7b1e159c21621a6a78dfb28e0f0ab4a
SHA256 (.footprint) = a2b93bd1352ba7adabf902b7897be3110e8fe6e686d1d8e0cb26e5995b46cf74
SHA256 (faac-1_30.tar.gz) = adc387ce588cca16d98c03b6ec1e58f0ffd9fc6eadb00e254157d6b16203b2d2

View File

@ -1,6 +1,6 @@
# Description: MPEG-4 audio codecs.
# Description: MPEG-4 audio codecs
# URL: https://www.audiocoding.com/
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: Tim Biermann, tbier at posteo dot de
name=faac
version=1.30
@ -8,11 +8,11 @@ release=2
source=(https://github.com/knik0/faac/archive/${version/./_}/$name-${version/./_}.tar.gz)
build() {
cd $name-${version/./_}
cd $name-${version/./_}
./bootstrap
./configure --prefix=/usr
./bootstrap
./configure --prefix=/usr
make
make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
}