milis/talimatname/genel/l/libtheora/talimat

19 lines
433 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: Xiph.org tarafından geliştirilen açık bir video codec bileşeni
# URL: http://www.xiph.org
# Paketçi: milisarge
# Gerekler: libogg libvorbis
# Grup: medya
isim=libtheora
surum=1.1.1
devir=1
kaynak=(http://downloads.xiph.org/releases/theora/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
sed -i 's/png_\(sizeof\)/\1/g' examples/png2theora.c
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}