[SCM] synthv1/master: Install lv2 plugin to non-multiarch dir.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Aug 10 11:59:26 UTC 2014


The following commit has been merged in the master branch:
commit 4a960f6e3816ceb0305510a6bf6366b21ccb1219
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Aug 10 13:56:36 2014 +0200

    Install lv2 plugin to non-multiarch dir.

diff --git a/debian/patches/0004-fix_install_path.patch b/debian/patches/0004-fix_install_path.patch
new file mode 100644
index 0000000..68bd8a3
--- /dev/null
+++ b/debian/patches/0004-fix_install_path.patch
@@ -0,0 +1,30 @@
+Description:  Install lv2 plugin to non-multiarch dir.
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: synthv1/src/src_lv2.pro
+===================================================================
+--- synthv1.orig/src/src_lv2.pro
++++ synthv1/src/src_lv2.pro
+@@ -47,7 +47,7 @@ unix {
+ 		isEmpty(LIBDIR) {
+ 			LV2DIR = $${PREFIX}/lib/lv2
+ 		} else {
+-			LV2DIR = $${LIBDIR}/lv2
++			LV2DIR = $${PREFIX}/lib/lv2
+ 		}
+ 	}
+ 
+Index: synthv1/src/src_lv2ui.pro
+===================================================================
+--- synthv1.orig/src/src_lv2ui.pro
++++ synthv1/src/src_lv2ui.pro
+@@ -60,7 +60,7 @@ unix {
+ 		isEmpty(LIBDIR) {
+ 			LV2DIR = $${PREFIX}/lib/lv2
+ 		} else {
+-			LV2DIR = $${LIBDIR}/lv2
++			LV2DIR = $${PREFIX}/lib/lv2
+ 		}
+ 	}
+ 
diff --git a/debian/patches/series b/debian/patches/series
index dad2385..4585a2e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0002-fix_hardening.patch
 0003-desktop_keywords.patch
+0004-fix_install_path.patch

-- 
synthv1 packaging



More information about the pkg-multimedia-commits mailing list