[SCM] eq10q/master: Added patch to fix prefix.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Feb 17 14:51:17 UTC 2014


The following commit has been merged in the master branch:
commit b081428b2add723f3489ed74da1c9db0ac52a99f
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Feb 17 15:51:08 2014 +0100

    Added patch to fix prefix.

diff --git a/debian/patches/01-fix_prexix.patch b/debian/patches/01-fix_prexix.patch
new file mode 100644
index 0000000..2dbf067
--- /dev/null
+++ b/debian/patches/01-fix_prexix.patch
@@ -0,0 +1,20 @@
+Index: eq10q/CMakeLists.txt
+===================================================================
+--- eq10q.orig/CMakeLists.txt	2014-02-17 15:17:19.872090831 +0100
++++ eq10q/CMakeLists.txt	2014-02-17 15:42:12.546456498 +0100
+@@ -9,7 +9,7 @@
+ #ADD_DEFINITIONS(-Wall -O0 -g -fPIC -DPIC) ###USED FOR DEBUG
+ 
+ #Set Install prefix
+-set (CMAKE_INSTALL_PREFIX  "/usr/local/lib/lv2") #Install prefix
++set (CMAKE_INSTALL_PREFIX  "/usr/lib/lv2") #Install prefix
+ #set (CMAKE_INSTALL_PREFIX  "$ENV{HOME}/.lv2") #Install prefix
+ set (LV2_BUNDLE "sapistaEQv2.lv2") #LV2 Bundel dir
+ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_SOURCE_DIR}/bin")
+@@ -119,4 +119,4 @@
+ 
+ INCLUDE(CPack)
+ # cpack -G TGZ
+- 
+\ No newline at end of file
++ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a57120f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-fix_prexix.patch

-- 
eq10q packaging



More information about the pkg-multimedia-commits mailing list