[SCM] supercollider/master: add 2 more files needed in -dev: SCVersion.txt, SC_PlugIn.hpp
danstowell-guest at users.alioth.debian.org
danstowell-guest at users.alioth.debian.org
Tue Apr 30 20:21:40 UTC 2013
The following commit has been merged in the master branch:
commit 904fe5cc73a1ffa3aa71c1821dbef1616b697619
Author: Dan Stowell <danstowell at users.sourceforge.net>
Date: Tue Apr 30 21:14:50 2013 +0100
add 2 more files needed in -dev: SCVersion.txt, SC_PlugIn.hpp
diff --git a/debian/patches/series b/debian/patches/series
index 2ba49f0..f5ed3fa 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
no-inline-ppc-ftbfs.patch
perf-counter-include.patch
supernova-i686-march-flag.patch
+two-extra-dev-headers.patch
diff --git a/debian/patches/two-extra-dev-headers.patch b/debian/patches/two-extra-dev-headers.patch
new file mode 100644
index 0000000..aa3dbb8
--- /dev/null
+++ b/debian/patches/two-extra-dev-headers.patch
@@ -0,0 +1,17 @@
+Author: Dan Stowell <danstowell at users.sourceforge.net>
+Description: install two files that are needed in the -dev package for building sc3-plugins.
+This patch is expected to become unnecessary from upstream v3.6.6+.
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -317,7 +317,10 @@
+ if(CMAKE_SYSTEM_NAME MATCHES "Linux" OR CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
+ install(DIRECTORY include/common include/plugin_interface include/server include/lang
+ DESTINATION ${CMAKE_INSTALL_PREFIX}/include/SuperCollider
+- FILES_MATCHING PATTERN "*.h"
++ FILES_MATCHING PATTERN "*.h" PATTERN "*.hpp"
++ )
++ install(FILES SCVersion.txt
++ DESTINATION ${CMAKE_INSTALL_PREFIX}/include/SuperCollider
+ )
+ endif()
+
diff --git a/debian/supercollider-dev.install b/debian/supercollider-dev.install
index 4e7bed0..b4c4a99 100644
--- a/debian/supercollider-dev.install
+++ b/debian/supercollider-dev.install
@@ -1,4 +1,5 @@
usr/include/SuperCollider/common
usr/include/SuperCollider/server
usr/include/SuperCollider/plugin_interface
+usr/include/SuperCollider/SCVersion.txt
usr/lib/libscsynth.so
--
supercollider packaging
More information about the pkg-multimedia-commits
mailing list