Update of /cvsroot/audacity/audacity-src/scripts
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv14478/scripts
Modified Files:
maketarball
Log Message:
Changes to not include libtwolame in the source tarball
Index: maketarball
===================================================================
RCS file: /cvsroot/audacity/audacity-src/scripts/maketarball,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- maketarball 28 Oct 2006 21:38:33 -0000 1.12
+++ maketarball 28 Oct 2006 22:13:34 -0000 1.13
@@ -48,6 +48,7 @@
`rm -rf lib-src/libid3tag`;
`rm -rf lib-src/iAVC lib-src/libsamplerate`;
`rm -rf lib-src/wave++ lib-src/libflac`;
+`rm -rf lib-src/twolame`;
print "removing qa\n";
`rm -rf qa`;
@@ -79,13 +80,13 @@
}
print "Changing Windows header so that it doesn't build with\n";
-print "support for libmad, libid3tag, or libvorbis by default.\n";
+print "support for libmad, libid3tag, libtwolame or libvorbis by default.\n";
print "\n";
open FP, ">>win/configwin.h";
print FP "\n\n";
print FP "// The Audacity source tarball does NOT come with\n";
-print FP "// libmad, libid3tag, libogg, or libvorbis.\n";
+print FP "// libmad, libid3tag, libtwolame, libogg, or libvorbis.\n";
print FP "\n";
print FP "// Delete the following lines if you install them manually.\n";
print FP "\n";
@@ -93,6 +94,7 @@
print FP "#undef USE_LIBID3TAG\n";
print FP "#undef USE_LIBMAD\n";
print FP "#undef USE_LIBVORBIS\n";
+print FP "#undef USE_LIBTWOLAME\n";
close FP;
#print "Using the VC++ workspace that doesn't depend on libmad, libid3tag,\n";
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs