[Lunar-commits]
CVS: moonbase/audio/audacity BUILD, 1.5, 1.6 DEPENDS, 1.5, 1.6
Jan Eidtmann
cmak at lunar-linux.org
Sat Jan 3 16:42:15 GMT 2004
Update of /var/cvs/lunar/moonbase/audio/audacity
In directory dbguin.lunar-linux.org:/tmp/cvs-serv20732
Modified Files:
BUILD DEPENDS
Log Message:
i used optional_depends wrong in the first place. fixed
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/audacity/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD 2 Jan 2004 22:56:01 -0000 1.5
+++ BUILD 3 Jan 2004 16:42:12 -0000 1.6
@@ -6,7 +6,8 @@
--sysconfdir=/etc \
--localstatedir=/var \
--with-libsndfile=system \
- --with-libresample=yes \
+ --with-libresample=no \
+ --with-libsamplerate=system \
$OPTS &&
make &&
prepare_install &&
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/audacity/DEPENDS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DEPENDS 2 Jan 2004 22:56:01 -0000 1.5
+++ DEPENDS 3 Jan 2004 16:42:12 -0000 1.6
@@ -1,5 +1,6 @@
depends wxGTK &&
depends libsndfile &&
+depends libsamplerate &&
optional_depends "libid3tag" \
"--with-id3tag=system" \
@@ -17,13 +18,13 @@
"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" \
More information about the Lunar-commits
mailing list