ports/opt (2.6): [notify] mpeg2dec: dropped in favour of libmpeg2
commit f01679849c50277147ba4d9daca664992474f359 Author: Thomas Penteker <tek@serverop.de> Date: Wed Sep 23 22:28:16 2009 +0200 [notify] mpeg2dec: dropped in favour of libmpeg2 please change your local installation to use libmpeg2 instead of mpeg2dec diff --git a/mpeg2dec/.footprint b/mpeg2dec/.footprint deleted file mode 100644 index 0da852d..0000000 --- a/mpeg2dec/.footprint +++ /dev/null @@ -1,21 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/corrupt_mpeg2 --rwxr-xr-x root/root usr/bin/extract_mpeg2 --rwxr-xr-x root/root usr/bin/mpeg2dec -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/mpeg2dec/ --rw-r--r-- root/root usr/include/mpeg2dec/mpeg2.h --rw-r--r-- root/root usr/include/mpeg2dec/mpeg2convert.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libmpeg2.a --rwxr-xr-x root/root usr/lib/libmpeg2.la --rw-r--r-- root/root usr/lib/libmpeg2convert.a --rwxr-xr-x root/root usr/lib/libmpeg2convert.la -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/libmpeg2.pc --rw-r--r-- root/root usr/lib/pkgconfig/libmpeg2convert.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/extract_mpeg2.1.gz --rw-r--r-- root/root usr/man/man1/mpeg2dec.1.gz diff --git a/mpeg2dec/.md5sum b/mpeg2dec/.md5sum deleted file mode 100644 index e4af5d3..0000000 --- a/mpeg2dec/.md5sum +++ /dev/null @@ -1 +0,0 @@ -7631b0a4bcfdd0d78c0bb0083080b0dc mpeg2dec-0.4.1.tar.gz diff --git a/mpeg2dec/Pkgfile b/mpeg2dec/Pkgfile deleted file mode 100644 index d740142..0000000 --- a/mpeg2dec/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -# Description: MPEG1/MPEG2 decoder (includes libmpeg2) -# URL: http://libmpeg2.sourceforge.net/ -# Maintainer: Thomas Penteker, tek at serverop dot de -# Packager: Tilman Sauerbeck, tilman at code-monkey dot de - -name=mpeg2dec -version=0.4.1 -release=1 -source=(http://libmpeg2.sourceforge.net/files/$name-$version.tar.gz) - -build () { - cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install -}
participants (1)
-
crux@crux.nu