[SCM] synthv1/master: Patch refreshed.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Nov 2 18:37:58 UTC 2017
The following commit has been merged in the master branch:
commit 23eb2219f735f921376353a8e2698481e89f13d6
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Nov 2 19:31:54 2017 +0100
Patch refreshed.
diff --git a/debian/patches/0004-fix_install_path.patch b/debian/patches/0004-fix_install_path.patch
index 2a51a20..ed165d3 100644
--- a/debian/patches/0004-fix_install_path.patch
+++ b/debian/patches/0004-fix_install_path.patch
@@ -6,7 +6,7 @@ Index: synthv1/src/src_lv2.pro
===================================================================
--- synthv1.orig/src/src_lv2.pro
+++ synthv1/src/src_lv2.pro
-@@ -43,7 +43,7 @@ unix {
+@@ -39,7 +39,7 @@ unix {
contains(PREFIX, $$system(echo $HOME)) {
LV2DIR = $${PREFIX}/.lv2
} else {
@@ -15,12 +15,12 @@ Index: synthv1/src/src_lv2.pro
}
TARGET_LV2 = $${NAME}.lv2/$${NAME}
-@@ -63,7 +63,7 @@ unix {
+@@ -59,7 +59,7 @@ unix {
QMAKE_CLEAN += $${TARGET_LV2}.so
-- LIBS += -L. -l$${NAME} -Wl,-rpath,$${LIBDIR}
-+ LIBS += -L. -l$${NAME} -Wl,-rpath,$${PREFIX}/lib/$${NAME}
+- LIBS += -l$${NAME} -Wl,-rpath,$${LIBDIR}
++ LIBS += -l$${NAME} -Wl,-rpath,$${PREFIX}/lib/$${NAME}
}
QT -= gui
@@ -28,7 +28,7 @@ Index: synthv1/src/src_lv2ui.pro
===================================================================
--- synthv1.orig/src/src_lv2ui.pro
+++ synthv1/src/src_lv2ui.pro
-@@ -74,7 +74,7 @@ unix {
+@@ -41,7 +41,7 @@ unix {
contains(PREFIX, $$system(echo $HOME)) {
LV2DIR = $${PREFIX}/.lv2
} else {
@@ -37,12 +37,12 @@ Index: synthv1/src/src_lv2ui.pro
}
TARGET_LV2UI = $${NAME}.lv2/$${NAME}_ui
-@@ -104,7 +104,7 @@ unix {
+@@ -71,7 +71,7 @@ unix {
QMAKE_CLEAN += $${TARGET_LV2UI}.so $${TARGET_LV2UI}.ttl
-- LIBS += -L. -l$${NAME} -L$${NAME}.lv2 -Wl,-rpath,$${LIBDIR}:$${LV2DIR}/$${NAME}.lv2
-+ LIBS += -L. -l$${NAME} -L$${NAME}.lv2 -Wl,-rpath,$${PREFIX}/lib/$${NAME}
+- LIBS += -l$${NAME} -l$${NAME}_ui -L$${NAME}.lv2 -Wl,-rpath,$${LIBDIR}:$${LV2DIR}/$${NAME}.lv2
++ LIBS += -l$${NAME} -l$${NAME}_ui -L$${NAME}.lv2 -Wl,-rpath,$${PREFIX}/lib/$${NAME}
}
QT += xml
@@ -50,12 +50,12 @@ Index: synthv1/src/src_jack.pro
===================================================================
--- synthv1.orig/src/src_jack.pro
+++ synthv1/src/src_jack.pro
-@@ -109,7 +109,7 @@ unix {
+@@ -75,7 +75,7 @@ unix {
mimetypes_scalable.path = $${DATADIR}/icons/hicolor/scalable/mimetypes
mimetypes_scalable.files += mimetypes/application-x-$${NAME}-preset.svg
-- LIBS += -L. -l$${NAME} -Wl,-rpath,$${LIBDIR}
-+ LIBS += -L. -l$${NAME} -Wl,-rpath,$${PREFIX}/lib/$${NAME}
+- LIBS += -l$${NAME} -l$${NAME}_ui -Wl,-rpath,$${LIBDIR}
++ LIBS += -l$${NAME} -l$${NAME}_ui -Wl,-rpath,$${PREFIX}/lib/$${NAME}
}
QT += xml
@@ -63,7 +63,7 @@ Index: synthv1/src/src_core.pro
===================================================================
--- synthv1.orig/src/src_core.pro
+++ synthv1/src/src_core.pro
-@@ -58,7 +58,7 @@ unix {
+@@ -56,7 +56,7 @@ unix {
INSTALLS += target
@@ -72,3 +72,19 @@ Index: synthv1/src/src_core.pro
}
QT -= gui
+Index: synthv1/src/src_ui.pro
+===================================================================
+--- synthv1.orig/src/src_ui.pro
++++ synthv1/src/src_ui.pro
+@@ -67,9 +67,9 @@ unix {
+
+ INSTALLS += target
+
+- target.path = $${LIBDIR}
++ target.path = $${PREFIX}/lib/$${NAME}
+
+- LIBS += -l$${NAME} -Wl,-rpath,$${LIBDIR}
++ LIBS += -l$${NAME} -Wl,-rpath,$${PREFIX}/lib/$${NAME}
+ }
+
+ QT += xml
--
synthv1 packaging
More information about the pkg-multimedia-commits
mailing list