[Lunar-commits]
CVS: moonbase/audio/audacity BUILD, 1.3, 1.4 DEPENDS,
1.2, 1.3 DETAILS, 1.2, 1.3
Jan Eidtmann
cmak at lunar-linux.org
Fri Jan 2 20:13:53 GMT 2004
Update of /var/cvs/lunar/moonbase/audio/audacity
In directory dbguin.lunar-linux.org:/tmp/cvs-serv25920/audacity
Modified Files:
BUILD DEPENDS DETAILS
Log Message:
ardour wants all this ... (and i wanna update ardour)
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/audacity/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 15 Sep 2003 21:59:40 -0000 1.3
+++ BUILD 2 Jan 2004 20:13:50 -0000 1.4
@@ -7,6 +7,8 @@
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
+ --with-libsndfile=system \
+ --with-libresample=yes \
$OPTS &&
make &&
prepare_install &&
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/audacity/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS 4 Mar 2003 19:07:27 -0000 1.2
+++ DEPENDS 2 Jan 2004 20:13:50 -0000 1.3
@@ -1,3 +1,32 @@
depends wxGTK &&
-optional_depends "libogg" "" "" "enable ogg support" &&
-optional_depends "id3lib" "" "" "enable id3 support"
+depends libsndfile &&
+
+optional_depends "libid3tag" \
+ "" \
+ "--with-id3tag=system" \
+ "enable id3 support" &&
+
+optional_depends "lame" \
+ "" \
+ "" \
+ "enable mp3 support" &&
+
+optional_depends "libvorbis" \
+ "--with-vorbis=system" \
+ "" \
+ "enable ogg support" &&
+
+optional_depends "libmad" \
+ "" \
+ "--with-libmad=system" \
+ "for fast mp3 decoding" &&
+
+optional_depends "flac" \
+ "" \
+ "--with-flac=system" \
+ "for flac encoding" &&
+
+optional_depends "ladspa_sdk" \
+ "" \
+ "" \
+ "for ladspa plugin support"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/audacity/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 4 Mar 2003 19:07:27 -0000 1.2
+++ DETAILS 2 Jan 2004 20:13:50 -0000 1.3
@@ -1,12 +1,14 @@
- MODULE=audacity
- VERSION=src-1.1.1-3
- SOURCE=$MODULE-$VERSION.tgz
+ MODULE=audacity
+ VERSION=src-1.2.0-pre3
+ SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
+ SOURCE_URL[0]=http://audacity.sourceforge.net/beta/audacity-src.php/$MODULE-src.tar.bz2
+ #SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
WEB_SITE=http://audacity.sourceforge.net/
MAINTAINER=scarecrow.143 at attbi.com
+ SOURCE_VFY=md5:a7efddd64e2ce3e380614796d689e11f
ENTERED=20011217
- UPDATED=20020727
+ UPDATED=20040102
SHORT="audacity is a simple soundfile editor"
cat << EOF
Audacity is a program that lets you manipulate digital audio waveforms.
More information about the Lunar-commits
mailing list