[SCM] csound/master: Beats is a frontend, and needs bison and flex

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Tue Feb 22 02:14:09 UTC 2011


The following commit has been merged in the master branch:
commit f7379ef20460da56e1eca6e54df84f7472eab15d
Author: Felipe Sateler <fsateler at debian.org>
Date:   Fri Feb 18 17:01:07 2011 -0300

    Beats is a frontend, and needs bison and flex

diff --git a/debian/rules b/debian/rules
index c31dc4a..dd5844a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,7 +61,6 @@ DEB_SCONS_OPTIONS = \
 	Lib64=0 \
 	useAltivec=0 \
 	useOpenMP=0 \
-	buildBeats=1 \
 	withICL=0 \
 	withMSVC=0 \
 	withSunStudio=0 \
@@ -117,6 +116,7 @@ DEB_SCONS_OPTIONS += \
 
 # Frontends
 DEB_SCONS_OPTIONS += \
+	buildBeats=1 \
 	buildCSEditor=0 \
 	buildCsoundAC=1 \
 	buildCsoundVST=0 \
@@ -346,7 +346,9 @@ CDBS_BUILD_DEPENDS += , \
 	libpng12-dev, \
 	dssi-dev, \
 	libstk0-dev, \
-	libgmm++-dev
+	libgmm++-dev, \
+	bison, \
+	flex
 
 # Needed for documentation build process
 # (should go to Build-Depends-Indep when we have proper build-arch support)

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list