From 7aebae3b5d510b19b207fffe890a7aac505c736d Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Sun, 11 May 2008 14:17:44 +1000 Subject: [PATCH] libtheora: 1.0beta2 -> 1.0beta3 --- libtheora/.footprint | 19 ++++++++++++++++--- libtheora/.md5sum | 2 +- libtheora/Pkgfile | 9 ++++++--- 3 files changed, 23 insertions(+), 7 deletions(-) diff --git a/libtheora/.footprint b/libtheora/.footprint index 293938441..9be0a2a20 100644 --- a/libtheora/.footprint +++ b/libtheora/.footprint @@ -1,11 +1,24 @@ 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/codec.h -rw-r--r-- root/root usr/include/theora/theora.h +-rw-r--r-- root/root usr/include/theora/theoradec.h +-rw-r--r-- root/root usr/include/theora/theoraenc.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 +lrwxrwxrwx root/root usr/lib/libtheora.so -> libtheora.so.0.3.3 +lrwxrwxrwx root/root usr/lib/libtheora.so.0 -> libtheora.so.0.3.3 +-rwxr-xr-x root/root usr/lib/libtheora.so.0.3.3 +-rwxr-xr-x root/root usr/lib/libtheoradec.la +lrwxrwxrwx root/root usr/lib/libtheoradec.so -> libtheoradec.so.1.0.0 +lrwxrwxrwx root/root usr/lib/libtheoradec.so.1 -> libtheoradec.so.1.0.0 +-rwxr-xr-x root/root usr/lib/libtheoradec.so.1.0.0 +-rwxr-xr-x root/root usr/lib/libtheoraenc.la +lrwxrwxrwx root/root usr/lib/libtheoraenc.so -> libtheoraenc.so.1.0.0 +lrwxrwxrwx root/root usr/lib/libtheoraenc.so.1 -> libtheoraenc.so.1.0.0 +-rwxr-xr-x root/root usr/lib/libtheoraenc.so.1.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/theora.pc +-rw-r--r-- root/root usr/lib/pkgconfig/theoradec.pc +-rw-r--r-- root/root usr/lib/pkgconfig/theoraenc.pc diff --git a/libtheora/.md5sum b/libtheora/.md5sum index a71694764..2c888c7d6 100644 --- a/libtheora/.md5sum +++ b/libtheora/.md5sum @@ -1 +1 @@ -6ed9f998a982e996ad53d3686d655cfe libtheora-1.0beta2.tar.bz2 +04b3e1055da49daba6afce93f3214b1f libtheora-1.0beta3.tar.bz2 diff --git a/libtheora/Pkgfile b/libtheora/Pkgfile index 21ad9dc23..d452f7714 100644 --- a/libtheora/Pkgfile +++ b/libtheora/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libvorbis name=libtheora -version=1.0beta2 +version=1.0beta3 release=1 source=(http://downloads.xiph.org/releases/theora/libtheora-$version.tar.bz2) @@ -14,10 +14,13 @@ build() { ./configure \ --prefix=/usr \ - --disable-static + --mandir=/usr/man \ + --disable-static \ + --disable-sdl \ + --disable-examples make make DESTDIR=$PKG install - rm -rf $PKG/usr/share + rm -r $PKG/usr/share }