ports/opt (2.4): libtheora: Remove from opt, Danny Rawlins is adopting in contrib (currently unmaintained).
commit 59b41455a71ccad79d05c266b5637bcb36badd34 Author: Brett Goulder <predatorfreak@dcaf-security.org> Date: Tue Feb 19 07:41:13 2008 -0500 libtheora: Remove from opt, Danny Rawlins is adopting in contrib (currently unmaintained). diff --git a/libtheora/.footprint b/libtheora/.footprint deleted file mode 100644 index e218e25..0000000 --- a/libtheora/.footprint +++ /dev/null @@ -1,12 +0,0 @@ -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.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 diff --git a/libtheora/.md5sum b/libtheora/.md5sum deleted file mode 100644 index a716947..0000000 --- a/libtheora/.md5sum +++ /dev/null @@ -1 +0,0 @@ -6ed9f998a982e996ad53d3686d655cfe libtheora-1.0beta2.tar.bz2 diff --git a/libtheora/Pkgfile b/libtheora/Pkgfile deleted file mode 100644 index 59289be..0000000 --- a/libtheora/Pkgfile +++ /dev/null @@ -1,17 +0,0 @@ -# Description: A free and open video compression format from the Xiph.org Foundation -# URL: http://www.theora.org/ -# Maintainer: 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/$name-$version.tar.bz2) - -build() { - cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install - rm -rf $PKG/usr/share -}
participants (1)
-
crux@crux.nu