[Lunar-commits] r17577 - moonbase/trunk/audio/sox
Dennis Veatch
stumbles at lunar-linux.org
Tue Dec 6 04:10:44 UTC 2005
Author: stumbles
Date: 2005-12-06 04:10:42 +0000 (Tue, 06 Dec 2005)
New Revision: 17577
Modified:
moonbase/trunk/audio/sox/BUILD
moonbase/trunk/audio/sox/DETAILS
Log:
Converted alsa driver to use asoundlib instead of directly
talking to kernel driver. This also means that device names
are now the ALSA logical names instead of /dev type names.
Added ALSA support to play/rec scripts.
When seek()ing in AIFF, SMP, and WAV handlers, remaining samples were
incorrectly computed based on bytes and not samples.
And more. Based on the ALSA stuff above I have removed the --diable-alsa-dsp
if I proves to be a problem I will add it.
Compile with gcc-3.4.4 and glibc-2.3.6
Modified: moonbase/trunk/audio/sox/BUILD
===================================================================
--- moonbase/trunk/audio/sox/BUILD 2005-12-06 02:59:53 UTC (rev 17576)
+++ moonbase/trunk/audio/sox/BUILD 2005-12-06 04:10:42 UTC (rev 17577)
@@ -3,7 +3,6 @@
./configure --build=$BUILD \
--prefix=/usr \
--sysconfdir=/etc \
- --disable-alsa-dsp \
$OPTS &&
default_make
Modified: moonbase/trunk/audio/sox/DETAILS
===================================================================
--- moonbase/trunk/audio/sox/DETAILS 2005-12-06 02:59:53 UTC (rev 17576)
+++ moonbase/trunk/audio/sox/DETAILS 2005-12-06 04:10:42 UTC (rev 17577)
@@ -1,11 +1,11 @@
- MODULE=sox
- VERSION=12.17.8
+ MODULE=sox
+ VERSION=12.17.9
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=sha1:b26da0d7ef936801ac2cdc1711d0332af10e02a4
- WEB_SITE=http://sox.sourceforge.net
+ SOURCE_VFY=sha1:1c20f73a38cc5dfe15102df0565c7f2cea7e0bd8
+ WEB_SITE=http://sox.sourceforge.net/
ENTERED=20010922
- UPDATED=20050827
+ UPDATED=20051205
SHORT="SOX is the Swiss Army knife of sound processing tools."
cat << EOF
More information about the Lunar-commits
mailing list