Codebase list supercollider / 904fe5c
add 2 more files needed in -dev: SCVersion.txt, SC_PlugIn.hpp Dan Stowell 11 years ago
3 changed file(s) with 19 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 no-inline-ppc-ftbfs.patch
11 perf-counter-include.patch
22 supernova-i686-march-flag.patch
3 two-extra-dev-headers.patch
0 Author: Dan Stowell <danstowell@users.sourceforge.net>
1 Description: install two files that are needed in the -dev package for building sc3-plugins.
2 This patch is expected to become unnecessary from upstream v3.6.6+.
3 --- a/CMakeLists.txt
4 +++ b/CMakeLists.txt
5 @@ -317,7 +317,10 @@
6 if(CMAKE_SYSTEM_NAME MATCHES "Linux" OR CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
7 install(DIRECTORY include/common include/plugin_interface include/server include/lang
8 DESTINATION ${CMAKE_INSTALL_PREFIX}/include/SuperCollider
9 - FILES_MATCHING PATTERN "*.h"
10 + FILES_MATCHING PATTERN "*.h" PATTERN "*.hpp"
11 + )
12 + install(FILES SCVersion.txt
13 + DESTINATION ${CMAKE_INSTALL_PREFIX}/include/SuperCollider
14 )
15 endif()
16
00 usr/include/SuperCollider/common
11 usr/include/SuperCollider/server
22 usr/include/SuperCollider/plugin_interface
3 usr/include/SuperCollider/SCVersion.txt
34 usr/lib/libscsynth.so