[SCM] csound/master: OPEN_MP fix

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Sat Oct 19 23:03:46 UTC 2013


The following commit has been merged in the master branch:
commit c15cde8dd85c52dcb49e01efa927e68800890504
Author: Felipe Sateler <fsateler at debian.org>
Date:   Sat Oct 19 18:47:51 2013 -0300

    OPEN_MP fix

diff --git a/debian/patches/0000-fix-openmp-option.diff b/debian/patches/0000-fix-openmp-option.diff
new file mode 100644
index 0000000..6c9e33b
--- /dev/null
+++ b/debian/patches/0000-fix-openmp-option.diff
@@ -0,0 +1,13 @@
+diff --git a/Opcodes/CMakeLists.txt b/Opcodes/CMakeLists.txt
+index 7b07ee2..216c37a 100644
+--- a/Opcodes/CMakeLists.txt
++++ b/Opcodes/CMakeLists.txt
+@@ -96,7 +96,7 @@ if(BUILD_DSSI_OPCODES)
+     make_plugin(dssi4cs "${dssi_SRC}" dl)
+ endif()
+ 
+-check_deps(BUILD_FLUID_OPCODES FLUIDSYNTH_H FLUIDSYNTH_LIBRARY USE_OPENMP)
++check_deps(BUILD_FLUID_OPCODES FLUIDSYNTH_H FLUIDSYNTH_LIBRARY USE_OPEN_MP)
+ if(BUILD_FLUID_OPCODES)
+     if(EXISTS ${FLUIDSYNTH_INCLUDE_DIR})
+         include_directories("${FLUIDSYNTH_INCLUDE_DIR}")
diff --git a/debian/patches/series b/debian/patches/series
index 48cbb42..c3cd8ba 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+0000-fix-openmp-option.diff
 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