milis/talimatname/genel/f/faac/talimat

26 lines
637 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.

# Tanım: 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
# Paketçi: milisarge
# Gerekler: libmp4v2
isim=faac
surum=1.28
devir=2
kaynak=(http://downloads.sourceforge.net/$isim/$isim-$surum.tar.gz
altivec.patch
mp4v2-1.9.patch
mp4v2-2.0.0.patch
)
derle() {
cd $isim-$surum
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
}