[SCM] csound packaging branch, master, updated. debian/5.12.1.dfsg-2-1-g5bbc4e1

fsateler-guest at users.alioth.debian.org fsateler-guest at users.alioth.debian.org
Sun Jun 6 02:53:37 UTC 2010


The following commit has been merged in the master branch:
commit 5bbc4e1dea4251c310fc4bda7d1224a68bb8c066
Author: Felipe Sateler <fsateler at gmail.com>
Date:   Sat Jun 5 22:51:58 2010 -0400

    Disable csound5gui and cseditor
    
    Deprecated upstream in favour of qutecsound

diff --git a/debian/csound-gui.install b/debian/csound-gui.install
index 72b5b5d..824da8d 100644
--- a/debian/csound-gui.install
+++ b/debian/csound-gui.install
@@ -1,5 +1,3 @@
-usr/bin/cseditor
-usr/bin/csound5gui
 usr/bin/winsound
 # All GUI opcodes
 usr/lib/csound/plugins*/libvirtual.so
diff --git a/debian/rules b/debian/rules
index 8236522..dd50b24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -115,10 +115,10 @@ DEB_SCONS_OPTIONS += \
 
 # Frontends
 DEB_SCONS_OPTIONS += \
-	buildCSEditor=1 \
+	buildCSEditor=0 \
 	buildCsoundAC=1 \
 	buildCsoundVST=0 \
-	buildCsound5GUI=1 \
+	buildCsound5GUI=0 \
 	buildOSXGUI=0 \
 	buildWinsound=1
 

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list