1
0
forked from ports/opt

pilot-link libtunepimp libdvdcss libdvdnav libdvdread liba52 speex: import from CLC

This commit is contained in:
Nick Steeves 2005-12-14 10:00:55 +00:00
parent 0d9da856c7
commit 95918b0ded
22 changed files with 433 additions and 0 deletions

17
liba52/.footprint Normal file
View File

@ -0,0 +1,17 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/a52dec
-rwxr-xr-x root/root usr/bin/extract_a52
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/a52dec/
-rw-r--r-- root/root usr/include/a52dec/a52.h
-rw-r--r-- root/root usr/include/a52dec/attributes.h
-rw-r--r-- root/root usr/include/a52dec/audio_out.h
-rw-r--r-- root/root usr/include/a52dec/mm_accel.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/liba52.a
-rwxr-xr-x root/root usr/lib/liba52.la
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/a52dec.1.gz
-rw-r--r-- root/root usr/man/man1/extract_a52.1.gz

1
liba52/.md5sum Normal file
View File

@ -0,0 +1 @@
caa9f5bc44232dc8aeea773fea56be80 a52dec-0.7.4.tar.gz

16
liba52/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: a free ATSC A/52 stream decoder
# URL: http://liba52.sourceforge.net
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager: Matt Housh, jaeger at morpheus dot net
name=liba52
version=0.7.4
release=1
source=(http://liba52.sourceforge.net/files/a52dec-$version.tar.gz)
build() {
cd a52dec-$version
./configure --prefix=/usr --disable-solaris-audio --disable-win
make
make prefix=$PKG/usr install
}

10
libdvdcss/.footprint Normal file
View File

@ -0,0 +1,10 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/dvdcss/
-rw-r--r-- root/root usr/include/dvdcss/dvdcss.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libdvdcss.a
-rwxr-xr-x root/root usr/lib/libdvdcss.la
lrwxrwxrwx root/root usr/lib/libdvdcss.so -> libdvdcss.so.2.0.7
lrwxrwxrwx root/root usr/lib/libdvdcss.so.2 -> libdvdcss.so.2.0.7
-rwxr-xr-x root/root usr/lib/libdvdcss.so.2.0.7

1
libdvdcss/.md5sum Normal file
View File

@ -0,0 +1 @@
0749d05f4cc14daaf20af9e40fd6a2f0 libdvdcss-1.2.8.tar.bz2

16
libdvdcss/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: a library which provides functions for reading DVD video disks.
# URL: http://www.dtek.chalmers.se/groups/dvd
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager: Olle Gustafsson, ogg at linux dot se
name=libdvdcss
version=1.2.8
release=1
source=(http://www.videolan.org/pub/videolan/libdvdcss/$version/libdvdcss-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

23
libdvdnav/.footprint Normal file
View File

@ -0,0 +1,23 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/dvdnav-config
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/dvdnav/
-rw-r--r-- root/root usr/include/dvdnav/dvd_reader.h
-rw-r--r-- root/root usr/include/dvdnav/dvd_types.h
-rw-r--r-- root/root usr/include/dvdnav/dvdnav.h
-rw-r--r-- root/root usr/include/dvdnav/dvdnav_events.h
-rw-r--r-- root/root usr/include/dvdnav/ifo_print.h
-rw-r--r-- root/root usr/include/dvdnav/ifo_read.h
-rw-r--r-- root/root usr/include/dvdnav/ifo_types.h
-rw-r--r-- root/root usr/include/dvdnav/nav_print.h
-rw-r--r-- root/root usr/include/dvdnav/nav_read.h
-rw-r--r-- root/root usr/include/dvdnav/nav_types.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libdvdnav.la
lrwxrwxrwx root/root usr/lib/libdvdnav.so -> libdvdnav.so.4.0.0
lrwxrwxrwx root/root usr/lib/libdvdnav.so.4 -> libdvdnav.so.4.0.0
-rwxr-xr-x root/root usr/lib/libdvdnav.so.4.0.0
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/dvdnav.m4

1
libdvdnav/.md5sum Normal file
View File

@ -0,0 +1 @@
c8ddee96ba1182d73447eaf0bb6fde81 libdvdnav-0.1.10.tar.gz

19
libdvdnav/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: DVD Navigation library needed by the xine-dvdnav plugin
# URL: http://dvd.sourceforge.net
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager: Younès Hafri <ycrux@club-internet.fr>
# Depends on: libdvdcss, libdvdread
name=libdvdnav
version=0.1.10
release=1
source=(http://puzzle.dl.sourceforge.net/sourceforge/dvd/$name-$version.tar.gz)
build() {
cd $name-$version
rm -rf missing
./configure --prefix=/usr
make
make DESTDIR=$PKG install
chown -R root:root $PKG
}

16
libdvdread/.footprint Normal file
View File

@ -0,0 +1,16 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/dvdread/
-rw-r--r-- root/root usr/include/dvdread/dvd_reader.h
-rw-r--r-- root/root usr/include/dvdread/ifo_print.h
-rw-r--r-- root/root usr/include/dvdread/ifo_read.h
-rw-r--r-- root/root usr/include/dvdread/ifo_types.h
-rw-r--r-- root/root usr/include/dvdread/nav_print.h
-rw-r--r-- root/root usr/include/dvdread/nav_read.h
-rw-r--r-- root/root usr/include/dvdread/nav_types.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libdvdread.a
-rwxr-xr-x root/root usr/lib/libdvdread.la
lrwxrwxrwx root/root usr/lib/libdvdread.so -> libdvdread.so.3.0.0
lrwxrwxrwx root/root usr/lib/libdvdread.so.3 -> libdvdread.so.3.0.0
-rwxr-xr-x root/root usr/lib/libdvdread.so.3.0.0

1
libdvdread/.md5sum Normal file
View File

@ -0,0 +1 @@
06353d7b14541ff8b431e69ad404db84 libdvdread-0.9.4.tar.gz

16
libdvdread/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: Add's dvd support to mplayer and Xine
# URL: http://www.dtek.chalmers.se/groups/dvd
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager: Olle Gustafsson, ogg at linux dot se
name=libdvdread
version=0.9.4
release=1
source=(http://www.dtek.chalmers.se/groups/dvd/dist/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

17
libtunepimp/.footprint Normal file
View File

@ -0,0 +1,17 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/tp_tagger
-rwxr-xr-x root/root usr/bin/trm
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/tunepimp/
-rw-r--r-- root/root usr/include/tunepimp/context.h
-rw-r--r-- root/root usr/include/tunepimp/defs.h
-rw-r--r-- root/root usr/include/tunepimp/tp_c.h
-rw-r--r-- root/root usr/include/tunepimp/track.h
-rw-r--r-- root/root usr/include/tunepimp/tunepimp.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libtunepimp.a
-rwxr-xr-x root/root usr/lib/libtunepimp.la
lrwxrwxrwx root/root usr/lib/libtunepimp.so -> libtunepimp.so.2.0.0
lrwxrwxrwx root/root usr/lib/libtunepimp.so.2 -> libtunepimp.so.2.0.0
-rwxr-xr-x root/root usr/lib/libtunepimp.so.2.0.0

2
libtunepimp/.md5sum Normal file
View File

@ -0,0 +1,2 @@
0a2290651498463e317e2f24946d10f2 libtunepimp-0.3.0.patch
f1f506914150c4917ec730f847ad4709 libtunepimp-0.3.0.tar.gz

18
libtunepimp/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: the musicbrainz client library, and simple tagger
# URL: http://www.musicbrainz.org/products/tunepimp/download.html
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Depends on: libvorbis, flac, libmad, libogg, expat, libmusicbrainz, libid3tag
name=libtunepimp
version=0.3.0
release=2
source=(http://ftp.musicbrainz.org/pub/musicbrainz/$name-$version.tar.gz \
$name-$version.patch)
build() {
cd $name-$version
patch -p1 < $SRC/$name-$version.patch
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
}

View File

@ -0,0 +1,52 @@
diff -Nru libtunepimp-0.3.0/configure libtunepimp-0.3.0-new/configure
--- libtunepimp-0.3.0/configure 2004-03-30 11:42:24.000000000 +0200
+++ libtunepimp-0.3.0-new/configure 2004-09-06 17:05:51.348758754 +0200
@@ -19591,7 +19591,7 @@
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lreadline -ltermcap $LIBS"
+LIBS="-lreadline -lncurses $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -19650,7 +19650,7 @@
echo "$as_me:$LINENO: result: $ac_cv_lib_readline_readline" >&5
echo "${ECHO_T}$ac_cv_lib_readline_readline" >&6
if test $ac_cv_lib_readline_readline = yes; then
- READLINE_LIBS="-lreadline -ltermcap"
+ READLINE_LIBS="-lreadline -lncurses"
cat >>confdefs.h <<\_ACEOF
#define HAVE_LIBREADLINE 1
diff -Nru libtunepimp-0.3.0/configure.in libtunepimp-0.3.0-new/configure.in
--- libtunepimp-0.3.0/configure.in 2004-03-30 11:40:04.000000000 +0200
+++ libtunepimp-0.3.0-new/configure.in 2004-09-06 17:05:51.349758217 +0200
@@ -46,14 +46,14 @@
dnl Check for readline. This is optional.
AC_CHECK_LIB(readline, readline,
- [READLINE_LIBS="-lreadline -ltermcap"
+ [READLINE_LIBS="-lreadline -lncurses"
AC_DEFINE(HAVE_LIBREADLINE,1,[Readline Support])],
[echo "*"
echo "* The GNU readline library isn't installed."
echo "* This means the sample tagger, tp_tagger, won't"
echo "* have readline support."
echo "*"
- ],-ltermcap)
+ ],-lncurses)
dnl Check for MAD decoder lib for mp3 support
AC_CHECK_LIB(mad,mad_version,
diff -Nru libtunepimp-0.3.0/lib/threads/posix/thread.h libtunepimp-0.3.0-new/lib/threads/posix/thread.h
--- libtunepimp-0.3.0/lib/threads/posix/thread.h 2004-03-25 10:20:15.000000000 +0100
+++ libtunepimp-0.3.0-new/lib/threads/posix/thread.h 2004-09-06 17:29:30.996443199 +0200
@@ -28,6 +28,7 @@
#define __THREAD_H_
#include <pthread.h>
+#include <signal.h>
#include "semaphore.h"
#include "defs.h"

137
pilot-link/.footprint Normal file
View File

@ -0,0 +1,137 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/addresses
-rwxr-xr-x root/root usr/bin/ccexample
-rwxr-xr-x root/root usr/bin/debugsh
-rwxr-xr-x root/root usr/bin/dlpsh
-rwxr-xr-x root/root usr/bin/hinotes
-rwxr-xr-x root/root usr/bin/install-datebook
-rwxr-xr-x root/root usr/bin/install-expenses
-rwxr-xr-x root/root usr/bin/install-hinote
-rwxr-xr-x root/root usr/bin/install-memo
-rwxr-xr-x root/root usr/bin/install-netsync
-rwxr-xr-x root/root usr/bin/install-todo
-rwxr-xr-x root/root usr/bin/install-todos
-rwxr-xr-x root/root usr/bin/install-user
-rwxr-xr-x root/root usr/bin/memos
-rwxr-xr-x root/root usr/bin/money2qif
-rwxr-xr-x root/root usr/bin/pi-csd
-rwxr-xr-x root/root usr/bin/pi-getram
-rwxr-xr-x root/root usr/bin/pi-getrom
-rwxr-xr-x root/root usr/bin/pi-getromtoken
-rwxr-xr-x root/root usr/bin/pi-nredir
-rwxr-xr-x root/root usr/bin/pilot-addresses
-rwxr-xr-x root/root usr/bin/pilot-archive
-rwxr-xr-x root/root usr/bin/pilot-clip
-rwxr-xr-x root/root usr/bin/pilot-datebook
-rwxr-xr-x root/root usr/bin/pilot-dedupe
-rwxr-xr-x root/root usr/bin/pilot-file
-rwxr-xr-x root/root usr/bin/pilot-foto
-rwxr-xr-x root/root usr/bin/pilot-prc
-rwxr-xr-x root/root usr/bin/pilot-schlep
-rwxr-xr-x root/root usr/bin/pilot-xfer
-rwxr-xr-x root/root usr/bin/read-expenses
-rwxr-xr-x root/root usr/bin/read-ical
-rwxr-xr-x root/root usr/bin/read-notepad
-rwxr-xr-x root/root usr/bin/read-palmpix
-rwxr-xr-x root/root usr/bin/read-todos
-rwxr-xr-x root/root usr/bin/reminders
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/pi-address.h
-rw-r--r-- root/root usr/include/pi-address.hxx
-rw-r--r-- root/root usr/include/pi-appinfo.h
-rw-r--r-- root/root usr/include/pi-appinfo.hxx
-rw-r--r-- root/root usr/include/pi-args.h
-rw-r--r-- root/root usr/include/pi-cmp.h
-rw-r--r-- root/root usr/include/pi-datebook.h
-rw-r--r-- root/root usr/include/pi-datebook.hxx
-rw-r--r-- root/root usr/include/pi-debug.h
-rw-r--r-- root/root usr/include/pi-dlp.h
-rw-r--r-- root/root usr/include/pi-dlp.hxx
-rw-r--r-- root/root usr/include/pi-expense.h
-rw-r--r-- root/root usr/include/pi-file.h
-rw-r--r-- root/root usr/include/pi-header.h
-rw-r--r-- root/root usr/include/pi-hinote.h
-rw-r--r-- root/root usr/include/pi-inet.h
-rw-r--r-- root/root usr/include/pi-macros.h
-rw-r--r-- root/root usr/include/pi-mail.h
-rw-r--r-- root/root usr/include/pi-md5.h
-rw-r--r-- root/root usr/include/pi-memo.h
-rw-r--r-- root/root usr/include/pi-memo.hxx
-rw-r--r-- root/root usr/include/pi-money.h
-rw-r--r-- root/root usr/include/pi-net.h
-rw-r--r-- root/root usr/include/pi-notepad.h
-rw-r--r-- root/root usr/include/pi-padp.h
-rw-r--r-- root/root usr/include/pi-palmpix.h
-rw-r--r-- root/root usr/include/pi-serial.h
-rw-r--r-- root/root usr/include/pi-slp.h
-rw-r--r-- root/root usr/include/pi-sockaddr.h
-rw-r--r-- root/root usr/include/pi-socket.h
-rw-r--r-- root/root usr/include/pi-source.h
-rw-r--r-- root/root usr/include/pi-sync.h
-rw-r--r-- root/root usr/include/pi-sys.h
-rw-r--r-- root/root usr/include/pi-syspkt.h
-rw-r--r-- root/root usr/include/pi-todo.h
-rw-r--r-- root/root usr/include/pi-todo.hxx
-rw-r--r-- root/root usr/include/pi-usb.h
-rw-r--r-- root/root usr/include/pi-util.h
-rw-r--r-- root/root usr/include/pi-version.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libpisock++.a
-rwxr-xr-x root/root usr/lib/libpisock++.la
lrwxrwxrwx root/root usr/lib/libpisock++.so -> libpisock++.so.0.0.0
lrwxrwxrwx root/root usr/lib/libpisock++.so.0 -> libpisock++.so.0.0.0
-rwxr-xr-x root/root usr/lib/libpisock++.so.0.0.0
-rw-r--r-- root/root usr/lib/libpisock.a
-rwxr-xr-x root/root usr/lib/libpisock.la
lrwxrwxrwx root/root usr/lib/libpisock.so -> libpisock.so.8.0.5
lrwxrwxrwx root/root usr/lib/libpisock.so.8 -> libpisock.so.8.0.5
-rwxr-xr-x root/root usr/lib/libpisock.so.8.0.5
-rw-r--r-- root/root usr/lib/libpisync.a
-rwxr-xr-x root/root usr/lib/libpisync.la
lrwxrwxrwx root/root usr/lib/libpisync.so -> libpisync.so.0.0.1
lrwxrwxrwx root/root usr/lib/libpisync.so.0 -> libpisync.so.0.0.1
-rwxr-xr-x root/root usr/lib/libpisync.so.0.0.1
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/addresses.1.gz
-rw-r--r-- root/root usr/man/man1/dlpsh.1.gz
-rw-r--r-- root/root usr/man/man1/hinotes.1.gz
-rw-r--r-- root/root usr/man/man1/ietf2datebook.1.gz
-rw-r--r-- root/root usr/man/man1/install-datebook.1.gz
-rw-r--r-- root/root usr/man/man1/install-expenses.1.gz
-rw-r--r-- root/root usr/man/man1/install-hinote.1.gz
-rw-r--r-- root/root usr/man/man1/install-memo.1.gz
-rw-r--r-- root/root usr/man/man1/install-netsync.1.gz
-rw-r--r-- root/root usr/man/man1/install-todo.1.gz
-rw-r--r-- root/root usr/man/man1/install-user.1.gz
-rw-r--r-- root/root usr/man/man1/memos.1.gz
-rw-r--r-- root/root usr/man/man1/pi-getram.1.gz
-rw-r--r-- root/root usr/man/man1/pi-getrom.1.gz
-rw-r--r-- root/root usr/man/man1/pilot-addresses.1.gz
-rw-r--r-- root/root usr/man/man1/pilot-foto.1.gz
-rw-r--r-- root/root usr/man/man1/pilot-xfer.1.gz
-rw-r--r-- root/root usr/man/man1/read-expenses.1.gz
-rw-r--r-- root/root usr/man/man1/read-ical.1.gz
-rw-r--r-- root/root usr/man/man1/read-notepad.1.gz
-rw-r--r-- root/root usr/man/man1/read-palmpix.1.gz
-rw-r--r-- root/root usr/man/man1/read-todos.1.gz
drwxr-xr-x root/root usr/man/man7/
-rw-r--r-- root/root usr/man/man7/pilot-link.7.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/pilot-link.m4
drwxr-xr-x root/root usr/share/pilot-link/
-rw-r--r-- root/root usr/share/pilot-link/getrom.prc
-rw-r--r-- root/root usr/share/pilot-link/getrom2.prc
drwxr-xr-x root/root usr/share/pilot-link/pix/
-rw-r--r-- root/root usr/share/pilot-link/pix/b1.gif
-rw-r--r-- root/root usr/share/pilot-link/pix/b2.gif
-rw-r--r-- root/root usr/share/pilot-link/pix/b3.gif
-rw-r--r-- root/root usr/share/pilot-link/pix/b4.gif
-rw-r--r-- root/root usr/share/pilot-link/pix/b5.gif
-rw-r--r-- root/root usr/share/pilot-link/pix/b6.gif
-rw-r--r-- root/root usr/share/pilot-link/pix/b7.gif
-rw-r--r-- root/root usr/share/pilot-link/pix/case.gif
-rw-r--r-- root/root usr/share/pilot-link/pix/case.xbm
-rw-r--r-- root/root usr/share/pilot-link/pix/casemask.xbm

1
pilot-link/.md5sum Normal file
View File

@ -0,0 +1 @@
586f84add601e8b86da3093ab784e997 pilot-link-0.11.8.tar.bz2

16
pilot-link/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: Tools for connecting palm or palm-compatible PDAs to unix/linux
# URL: http://www.pilot-link.org
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
name=pilot-link
version=0.11.8
release=1
source=(ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

34
speex/.footprint Normal file
View File

@ -0,0 +1,34 @@
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

1
speex/.md5sum Normal file
View File

@ -0,0 +1 @@
01d6a2de0a88a861304bf517615dea79 speex-1.0.5.tar.gz

18
speex/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: an open-source patent-free voice codec
# URL: http://www.speex.org
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Depends on: libogg
name=speex
version=1.0.5
release=1
source=(http://www.speex.org/download/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/
}