milis/talimatname/genel/libtheora/talimat

18 lines
434 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: Xiph.org tarafından geliştirilen açık bir video codec bileşeni
# URL: http://www.xiph.org
# Packager: milisarge
# Depends on: libogg libvorbis
name=libtheora
version=1.1.1
release=1
source=(http://downloads.xiph.org/releases/theora/$name-$version.tar.xz)
build() {
cd $name-$version
sed -i 's/png_\(sizeof\)/\1/g' examples/png2theora.c
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}