[SCM] csound/master: Update cmake options

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Sun Jul 3 19:02:29 UTC 2016


The following commit has been merged in the master branch:
commit 39142526a9371fb98ab3421108f1d193df5fbb9e
Author: Felipe Sateler <fsateler at debian.org>
Date:   Fri May 20 21:02:09 2016 -0400

    Update cmake options
    
    - Disable scansyn opcodes
    - Enable framebuffer opcode
    - Disable websocket option (needs additional libwebsocket)

diff --git a/debian/rules b/debian/rules
index 6d4ee39..b51e533 100755
--- a/debian/rules
+++ b/debian/rules
@@ -94,6 +94,9 @@ DEB_CMAKE_EXTRA_FLAGS += \
 	-DBUILD_BUCHLA_OPCODES=ON \
 	-DBUILD_PADSYNTH_OPCODES=ON \
 	-DBUILD_HDF5_OPCODES=OFF \
+	-DBUILD_SCANSYN_OPCODES=OFF \
+	-DBUILD_FRAMEBUFFER_OPCODES=ON \
+	-DBUILD_WEBSOCKET_OPCODE=OFF \
 
 
 # Language Wrappers

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list