milis/talimatname/genel/l/lame/talimat

19 lines
536 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: MP3 kodlayıcı, sıkıştırılmış ses dosyalarını analiz etmek için kullanışlı bir MP3 çerçeve analizörü.
# URL: http://lame.sourceforge.net/index.php
# Paketçi: milisarge
# Gerekler: libsndfile nasm
# Grup: medya
isim=lame
surum=3.99.5
devir=2
kaynak=(http://downloads.sourceforge.net/$isim/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
sed -i -e '/xmmintrin\.h/d' configure
./configure --prefix=/usr --enable-mp3rtp --disable-static
make
make DESTDIR=$PKG pkghtmldir=/usr/share/doc/$isim-$surum install
}