Module submission - speex
jean.bruenn@ip-minds.de
jean.bruenn at ip-minds.de
Wed Feb 15 22:35:11 UTC 2006
module name : speex
suggested section : audio
update (y/n) : y
bugfix (y/n) : n
security (y/n) : n
new version of speex found, PSAFE=no is needed.
wdp
-------------- next part --------------
--- speex/BUILD 2005-05-19 21:05:31.000000000 +0200
+++ speex/BUILD 2006-02-15 23:24:14.000000000 +0100
@@ -1,9 +1,16 @@
(
- default_build &&
-
- # This isn't where docs go... put um in the right place
- rm -Rf /usr/share/doc/$MODULE-$VERSION &&
- gather_docs doc/manual.pdf
+ cd ${SOURCE_DIRECTORY} &&
+ if grep -qw sse /proc/cpuinfo ; then OPTS="$OPTS --enable-sse" ; fi
+ ./configure --build=$BUILD \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ $OPTS &&
+ make &&
+ prepare_install &&
+ make install
) > $C_FIFO 2>&1
--- speex/DEPENDS 2005-05-07 20:06:52.000000000 +0200
+++ speex/DEPENDS 2006-02-15 22:50:57.000000000 +0100
@@ -1 +1 @@
-optional_depends "libogg" "" "" "to enable Ogg support"
+optional_depends "libogg" "" "--disable-oggtest" "to enable Ogg support"
--- speex/DETAILS 2005-12-14 17:31:40.000000000 +0100
+++ speex/DETAILS 2006-02-15 23:34:28.000000000 +0100
@@ -1,12 +1,14 @@
MODULE=speex
- VERSION=1.1.11.1
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://downloads.xiph.org/releases/$MODULE/
- SOURCE_VFY=sha1:59cac04ddce85087b7143e20bdb3959a1d62e107
+ VERSION=1.1.12
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}-${VERSION}/
+ SOURCE_URL[0]=http://downloads.us.xiph.org/releases/speex/
+ SOURCE_VFY=sha1:8d52c5fc51ae5fd3b1297e5aaa48872dd045a671
WEB_SITE=http://www.speex.org
ENTERED=20031027
- UPDATED=20051214
+ UPDATED=20060215
SHORT="An OSF patent-free audio compression format for speech"
+ PSAFE=no
cat << EOF
Speex is an Open Source/Free Software patent-free audio compression
-------------- next part --------------
lvu submit speex 8d145338b0023ef51bad44b1c22c781f -
2.6.14.5 2.6.12 gcc-3.4.5 glibc-2.3.6
More information about the Lunar
mailing list