commit 8b660ce03d720b014949584bda965343387db6b8 Author: Tilman Sauerbeck <tilman@code-monkey.de> Date: Wed Oct 18 17:41:06 2006 +0000 speex: moved to attic diff --git a/speex/.footprint b/speex/.footprint deleted file mode 100644 index b7c0adb..0000000 --- a/speex/.footprint +++ /dev/null @@ -1,34 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/speexdec --rwxr-xr-x root/root usr/bin/speexenc -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/speex.h -drwxr-xr-x root/root usr/include/speex/ --rw-r--r-- root/root usr/include/speex/speex.h --rw-r--r-- root/root usr/include/speex/speex_bits.h --rw-r--r-- root/root usr/include/speex/speex_callbacks.h --rw-r--r-- root/root usr/include/speex/speex_header.h --rw-r--r-- root/root usr/include/speex/speex_stereo.h --rw-r--r-- root/root usr/include/speex_bits.h --rw-r--r-- root/root usr/include/speex_callbacks.h --rw-r--r-- root/root usr/include/speex_header.h --rw-r--r-- root/root usr/include/speex_stereo.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libspeex.a --rwxr-xr-x root/root usr/lib/libspeex.la -lrwxrwxrwx root/root usr/lib/libspeex.so -> libspeex.so.1.3.0 -lrwxrwxrwx root/root usr/lib/libspeex.so.1 -> libspeex.so.1.3.0 --rwxr-xr-x root/root usr/lib/libspeex.so.1.3.0 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/speex.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/speexdec.1.gz --rw-r--r-- root/root usr/man/man1/speexenc.1.gz -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/aclocal/ --rw-r--r-- root/root usr/share/aclocal/speex.m4 -drwxr-xr-x root/root usr/share/doc/ -drwxr-xr-x root/root usr/share/doc/speex-1.0.5/ --rw-r--r-- root/root usr/share/doc/speex-1.0.5/manual.pdf diff --git a/speex/.md5sum b/speex/.md5sum deleted file mode 100644 index 02356ab..0000000 --- a/speex/.md5sum +++ /dev/null @@ -1 +0,0 @@ -01d6a2de0a88a861304bf517615dea79 speex-1.0.5.tar.gz diff --git a/speex/Pkgfile b/speex/Pkgfile deleted file mode 100644 index 9dbd091..0000000 --- a/speex/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: an open-source patent-free voice codec -# URL: http://www.speex.org -# Maintainer: -# Packager: -# Depends on: libogg - -name=speex -version=1.0.5 -release=1 -source=(ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/ahze/speex-$version.tar.gz) - -build () { - cd speex-$version - ./configure --prefix=/usr - make CFLAGS="$CFLAGS" - make prefix=$PKG/usr install - mv $PKG/usr/share/man $PKG/usr/ -}