milis/talimatname/genel/faac/talimat

26 lines
652 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: FAAC bir MPEG-4 ve MPEG-2 AAC kodlayıcıdır.FAAC kalitesinin şu anda mevcut olan en iyi AAC enkoderlerle eşit olmadığını unutmayın.
# URL: http://www.audiocoding.com
# Packager: milisarge
# Depends on: libmp4v2
name=faac
version=1.28
release=2
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz
altivec.patch
mp4v2-1.9.patch
mp4v2-2.0.0.patch
)
build() {
cd $name-$version
patch -p1 -i ../mp4v2-1.9.patch
patch -p0 -i ../mp4v2-2.0.0.patch
patch -p0 -i ../altivec.patch
find . -type f -print0 | xargs -0 sed -i 's/\r//g'
./bootstrap
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}