[SCM] csound/master: Disable lua opcodes, they were broken

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Thu Apr 19 12:52:41 UTC 2012


The following commit has been merged in the master branch:
commit df31a892bb71ef87239948049eb39f6d4f0b98db
Author: Felipe Sateler <fsateler at debian.org>
Date:   Wed Apr 18 20:01:26 2012 -0300

    Disable lua opcodes, they were broken

diff --git a/debian/libcsound64-5.2.install b/debian/libcsound64-5.2.install
index 49a092d..d866fa6 100644
--- a/debian/libcsound64-5.2.install
+++ b/debian/libcsound64-5.2.install
@@ -14,7 +14,6 @@ usr/lib/csound/plugins*/libimage.so
 usr/lib/csound/plugins*/libjacko.so
 usr/lib/csound/plugins*/libjackTransport.so
 usr/lib/csound/plugins*/liblinear_algebra.so
-usr/lib/csound/plugins*/libLuaCsound.so
 usr/lib/csound/plugins*/libmixer.so
 usr/lib/csound/plugins*/libosc.so
 usr/lib/csound/plugins*/libpmidi.so
diff --git a/debian/rules b/debian/rules
index a52b8e9..206ba53 100755
--- a/debian/rules
+++ b/debian/rules
@@ -92,7 +92,7 @@ DEB_CMAKE_EXTRA_FLAGS += \
 	-DBUILD_OSC_OPCODES=ON \
 	-DBUILD_IMAGE_OPCODES=ON \
 	-DBUILD_PYTHON_OPCODES=ON \
-	-DBUILD_LUA_OPCODES=ON \
+	-DBUILD_LUA_OPCODES=OFF \
 	-DBUILD_PD_CLASS=ON \
 	-DBUILD_WIIMOTE_OPCODES=OFF
 

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list