[Lunar-commits]
CVS: moonbase/audio/audacity BUILD, 1.4, 1.5 DEPENDS, 1.4, 1.5
Jan Eidtmann
cmak at lunar-linux.org
Fri Jan 2 22:56:03 GMT 2004
Update of /var/cvs/lunar/moonbase/audio/audacity
In directory dbguin.lunar-linux.org:/tmp/cvs-serv1469/audacity
Modified Files:
BUILD DEPENDS
Log Message:
readability: fixing indents (fixed my ~/.vimrc :)
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/audacity/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD 2 Jan 2004 20:13:50 -0000 1.4
+++ BUILD 2 Jan 2004 22:56:01 -0000 1.5
@@ -2,21 +2,14 @@
(
-# Fix for bug #370 - just commenting out for now...
-# if `grep -q UNICODE=n /etc/lunar/local/depends/wxGTK`; then
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --with-libsndfile=system \
- --with-libresample=yes \
- $OPTS &&
- make &&
- prepare_install &&
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --with-libsndfile=system \
+ --with-libresample=yes \
+ $OPTS &&
+ make &&
+ prepare_install &&
make install
-# else
-# message "Audacity will not compile with wxGTK compiled with unicode support."
-# message "Please recompile wxGTK with out unicode support."
-# false
-# fi
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/audacity/DEPENDS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DEPENDS 2 Jan 2004 21:55:22 -0000 1.4
+++ DEPENDS 2 Jan 2004 22:56:01 -0000 1.5
@@ -2,31 +2,31 @@
depends libsndfile &&
optional_depends "libid3tag" \
- "--with-id3tag=system" \
- "" \
- "enable id3 support" &&
+ "--with-id3tag=system" \
+ "" \
+ "enable id3 support" &&
optional_depends "lame" \
- "" \
- "" \
- "enable mp3 support" &&
+ "" \
+ "" \
+ "enable mp3 support" &&
optional_depends "libvorbis" \
- "--with-vorbis=system" \
- "" \
- "enable ogg support" &&
+ "--with-vorbis=system" \
+ "" \
+ "enable ogg support" &&
optional_depends "libmad" \
- "" \
- "--with-libmad=system" \
- "for fast mp3 decoding" &&
+ "" \
+ "--with-libmad=system" \
+ "for fast mp3 decoding" &&
optional_depends "flac" \
- "" \
- "--with-flac=system" \
- "for flac encoding" &&
+ "" \
+ "--with-flac=system" \
+ "for flac encoding" &&
optional_depends "ladspa_sdk" \
- "" \
- "" \
- "for ladspa plugin support"
+ "" \
+ "" \
+ "for ladspa plugin support"
More information about the Lunar-commits
mailing list