[SCM] csound/master: Link dssi4cs with dl

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


The following commit has been merged in the master branch:
commit dec6c346557de4403c5b3f9aa563f273cf53f492
Author: Felipe Sateler <fsateler at debian.org>
Date:   Wed Apr 18 23:08:06 2012 -0300

    Link dssi4cs with dl

diff --git a/debian/patches/0002-link-dssi-dl.patch b/debian/patches/0002-link-dssi-dl.patch
new file mode 100644
index 0000000..853dfda
--- /dev/null
+++ b/debian/patches/0002-link-dssi-dl.patch
@@ -0,0 +1,11 @@
+--- a/Opcodes/CMakeLists.txt
++++ b/Opcodes/CMakeLists.txt
+@@ -69,7 +69,7 @@
+ check_deps(BUILD_DSSI_OPCODES LADSPA_H)
+ if(BUILD_DSSI_OPCODES)
+     set(dssi_SRC dssi4cs/src/load.c dssi4cs/src/dssi4cs.c)
+-    make_plugin(dssi4cs "${dssi_SRC}" )
++    make_plugin(dssi4cs "${dssi_SRC}" dl)
+ endif()
+ 
+ check_deps(BUILD_FLUID_OPCODES FLUIDSYNTH_H)
diff --git a/debian/patches/series b/debian/patches/series
index e732167..4047ca4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,6 @@
 0000-backported-cmake-additions.diff
 0001-functions-custom-cmake.diff
+0002-link-dssi-dl.patch
 2000-avoid-nonfree-scansyn-plugin.diff
 2001-lua-link.diff
 2004-fix-gettext.diff

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list