[SCM] csound/master: Enable new parser

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Sun Oct 23 16:16:13 UTC 2011


The following commit has been merged in the master branch:
commit 8fa575b9c8f5ecfac5470d7ca532af6d572c05a4
Author: Felipe Sateler <fsateler at debian.org>
Date:   Sat Oct 22 19:50:31 2011 -0300

    Enable new parser
    
    New parser is built by default upstream, but it is not used by default yet

diff --git a/debian/rules b/debian/rules
index 6068839..23fc889 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,7 +49,7 @@ DEB_INSTALL_DOCS_ALL = readme-csound5.txt AUTHORS
 DEB_SCONS_OPTIONS = \
 	dynamicCsoundLibrary=1 \
 	useDouble=1 \
-	buildNewParser=0 \
+	buildNewParser=1 \
 	NewParserDebug=0 \
 	buildMultiCore=0 \
 	useGettext=1 \
@@ -210,6 +210,7 @@ clean::
 	rm -f libCsoundAC.so*
 	rm -rf doc/html
 	rm -f csnd.py
+	rm -f Engine/csound_orcparse.output
 # Localisation stuff
 	rm -rf po/*/
 # fail-missing stuff

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list