faad2: adopted port

This commit is contained in:
Tim Biermann 2023-08-18 20:01:44 +02:00
parent 0b48bb63b1
commit a65ab75290
2 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34mLz8EsWlCrXrYyYER4aXRScDxGKi0ixJhnKGzC4kM+LDS7e+H1okxL69OeIzPLBGNY9Ite9OOtmU1IXJMIQwA=
SHA256 (Pkgfile) = b7b34001a4b9410d771153832679639c95e8ec9ceaf2d72d01f631603c959214
RWSagIOpLGJF30nkLzT0Ev1fyMGHjS//Marm7EDnkl29ooXniKtJIjI/fvZdRH/KfWTQxj8X5Qye8x3A9ArkQb/CkjSEy95+kQ4=
SHA256 (Pkgfile) = 8e91e1bcd5d579493cf015ff2ddbaae24be5234bf90207667391dc1b3d294084
SHA256 (.footprint) = 4c68787e0392e72f151a26a743d1a3ef25c3f2e2eb4b867c18cd87a2f3a20c4e
SHA256 (faad2-2.10.1.tar.gz) = 4c16c71295ca0cbf7c3dfe98eb11d8fa8d0ac3042e41604cfd6cc11a408cf264

View File

@ -1,18 +1,18 @@
# Description: AAC audio decoding library.
# Description: AAC audio decoding library
# URL: https://www.audiocoding.com/faad2.html
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: Tim Biermann, tbier at posteo dot de
name=faad2
version=2.10.1
release=1
source=(https://github.com/knik0/$name/archive/$version/$name-$version.tar.gz)
source=(https://github.com/knik0/faad2/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
}