2017-04-03 14:48:30 +02:00
|
|
|
|
# Description: Xiph.org tarafından geliştirilen açık bir video codec bileşeni
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://www.xiph.org
|
2017-04-03 14:48:30 +02:00
|
|
|
|
# Packager: milisarge
|
|
|
|
|
# Depends on: libogg libvorbis
|
|
|
|
|
|
2016-02-24 01:27:23 +01:00
|
|
|
|
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
|
|
|
|
|
}
|