yngwin      15/07/08 15:12:42

  Added:                csound-6.05-python.patch
  Log:
  Version bump. Use github. Fix installation of python modules (bug #550084).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  Changes    Path
1.1                  media-sound/csound/files/csound-6.05-python.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/files/csound-6.05-python.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/files/csound-6.05-python.patch?rev=1.1&content-type=text/plain

Index: csound-6.05-python.patch
===================================================================
--- csound-6.05.0.orig/CMakeLists.txt   2015-04-26 03:06:22.941646148 +0800
+++ csound-6.05.0/CMakeLists.txt        2015-07-08 22:31:16.637995822 +0800
@@ -41,15 +41,9 @@
     set(PLUGIN_INSTALL_DIR 
"${LIBRARY_INSTALL_DIR}/csound/plugins-${APIVERSION}")
 endif()

-
-execute_process (
-     COMMAND python -c
-     "import site, sys; sys.stdout.write(site.getusersitepackages())"
-     OUTPUT_VARIABLE PYTHON_MODULE_INSTALL_DIR
-   )
-
 set(JAVA_MODULE_INSTALL_DIR ${LIBRARY_INSTALL_DIR})
 set(LUA_MODULE_INSTALL_DIR ${LIBRARY_INSTALL_DIR})
+set(PYTHON_MODULE_INSTALL_DIR ${REPLACE_ME})
 set(LOCALE_INSTALL_DIR "share/locale")
 set(HEADER_INSTALL_DIR "include/csound")





Reply via email to