[Demudi-commits] r1059 - linuxsampler/trunk/debian

Free Ekanayaka free-guest at alioth.debian.org
Tue Feb 6 12:44:00 CET 2007


Author: free-guest
Date: 2007-02-06 12:43:59 +0100 (Tue, 06 Feb 2007)
New Revision: 1059

Modified:
   linuxsampler/trunk/debian/changelog
   linuxsampler/trunk/debian/rules
Log:
* Increased max-voices to 128 and max-streams to 160

Modified: linuxsampler/trunk/debian/changelog
===================================================================
--- linuxsampler/trunk/debian/changelog	2007-02-06 11:43:24 UTC (rev 1058)
+++ linuxsampler/trunk/debian/changelog	2007-02-06 11:43:59 UTC (rev 1059)
@@ -1,6 +1,7 @@
 linuxsampler (0.4.0-1+cvs070205) UNRELEASED; urgency=low
 
   * New cvs snapshot
+  * Increased max-voices to 128 and max-streams to 160
 
  -- Free Ekanayaka <free at 64studio.com>  Mon,  5 Feb 2007 10:35:43 +0100
 

Modified: linuxsampler/trunk/debian/rules
===================================================================
--- linuxsampler/trunk/debian/rules	2007-02-06 11:43:24 UTC (rev 1058)
+++ linuxsampler/trunk/debian/rules	2007-02-06 11:43:59 UTC (rev 1059)
@@ -31,7 +31,7 @@
 	$(MAKE) -f Makefile.cvs
 	chmod a+x configure
 endif
-	CXXFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+	CXXFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-max-voices=128 --enable-max-streams=160
 	touch configure-stamp
 
 




More information about the Demudi-commits mailing list