diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /libtheora | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'libtheora')
-rw-r--r-- | libtheora/.footprint | 12 | ||||
-rw-r--r-- | libtheora/.md5sum | 1 | ||||
-rw-r--r-- | libtheora/Pkgfile | 17 |
3 files changed, 30 insertions, 0 deletions
diff --git a/libtheora/.footprint b/libtheora/.footprint new file mode 100644 index 000000000..f29a432e6 --- /dev/null +++ b/libtheora/.footprint @@ -0,0 +1,12 @@ +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/ +-rw-r--r-- root/root usr/lib/libtheora.a +-rwxr-xr-x root/root usr/lib/libtheora.la +lrwxrwxrwx root/root usr/lib/libtheora.so -> libtheora.so.0.2.0 +lrwxrwxrwx root/root usr/lib/libtheora.so.0 -> libtheora.so.0.2.0 +-rwxr-xr-x root/root usr/lib/libtheora.so.0.2.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/theora.pc diff --git a/libtheora/.md5sum b/libtheora/.md5sum new file mode 100644 index 000000000..24dc680f0 --- /dev/null +++ b/libtheora/.md5sum @@ -0,0 +1 @@ +41940562932a8b7bf795d79e4190b21a libtheora-1.0alpha5.tar.bz2 diff --git a/libtheora/Pkgfile b/libtheora/Pkgfile new file mode 100644 index 000000000..23a1da291 --- /dev/null +++ b/libtheora/Pkgfile @@ -0,0 +1,17 @@ +# Description: An open video codec from the xiph.org foundation's ogg project +# URL: http://www.theora.org/ +# Maintainer: Matt Housh, jaeger at morpheus dot net +# Depends on: libogg, libvorbis + +name=libtheora +version=1.0alpha5 +release=1 +source=(http://downloads.xiph.org/releases/theora/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/share +} |