libtheora: picked up port from opt

This commit is contained in:
Danny Rawlins 2008-02-20 00:33:35 +11:00
parent d3f7b5940b
commit 78ac37e56b
3 changed files with 35 additions and 0 deletions

11
libtheora/.footprint Normal file
View File

@ -0,0 +1,11 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/theora/
-rw-r--r-- root/root usr/include/theora/theora.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libtheora.la
lrwxrwxrwx root/root usr/lib/libtheora.so -> libtheora.so.0.3.2
lrwxrwxrwx root/root usr/lib/libtheora.so.0 -> libtheora.so.0.3.2
-rwxr-xr-x root/root usr/lib/libtheora.so.0.3.2
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/theora.pc

1
libtheora/.md5sum Normal file
View File

@ -0,0 +1 @@
6ed9f998a982e996ad53d3686d655cfe libtheora-1.0beta2.tar.bz2

23
libtheora/Pkgfile Normal file
View File

@ -0,0 +1,23 @@
# Description: A free and open video compression format from the Xiph.org Foundation.
# URL: http://www.theora.org/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Matt Housh, jaeger at crux dot nu
# Depends on: libogg libvorbis
name=libtheora
version=1.0beta2
release=1
source=(http://downloads.xiph.org/releases/theora/libtheora-$version.tar.bz2)
build() {
cd libtheora-$version
./configure \
--prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}