[SCM] drumkv1/master: Patch refreshed.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Jan 23 01:29:49 UTC 2014
The following commit has been merged in the master branch:
commit 73612a2a36b3848c1b49398244b2cd71cd3ee368
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Jan 23 02:29:37 2014 +0100
Patch refreshed.
diff --git a/debian/patches/0001-buildsystem.patch b/debian/patches/0001-buildsystem.patch
index 94cee71..709dbb3 100644
--- a/debian/patches/0001-buildsystem.patch
+++ b/debian/patches/0001-buildsystem.patch
@@ -6,18 +6,20 @@ Forwarded: no
src/src_lv2.pro | 7 +------
2 files changed, 2 insertions(+), 11 deletions(-)
---- drumkv1.orig/configure.ac
-+++ drumkv1/configure.ac
-@@ -80,7 +80,7 @@ AC_SUBST(ac_debug)
- ac_with_paths="/usr /usr/local"
+Index: drumkv1/configure.ac
+===================================================================
+--- drumkv1.orig/configure.ac 2014-01-23 02:27:58.552885150 +0100
++++ drumkv1/configure.ac 2014-01-23 02:28:35.527798897 +0100
+@@ -107,7 +107,7 @@
+ fi
# Some a-la-debian alternatives...
-for X in /usr/lib /usr/lib64 /usr/share; do
+for X in /usr/lib /usr/share; do
- for Y in qt qt4; do
+ for Y in $ac_qtdirs; do
if test -d $X/$Y/bin; then
ac_with_paths="$ac_with_paths $X/$Y"
-@@ -157,10 +157,6 @@ for X in $ac_with_paths; do
+@@ -184,10 +184,6 @@
CPPFLAGS="-I$X/include $CPPFLAGS"
ac_incpath="$X/include $ac_incpath"
fi
@@ -28,9 +30,11 @@ Forwarded: no
if test -d $X/lib; then
LIBS="-L$X/lib $LIBS"
ac_libs="-L$X/lib $ac_libs"
---- drumkv1.orig/src/src_lv2.pro
-+++ drumkv1/src/src_lv2.pro
-@@ -39,12 +39,7 @@ unix {
+Index: drumkv1/src/src_lv2.pro
+===================================================================
+--- drumkv1.orig/src/src_lv2.pro 2014-01-23 02:27:58.552885150 +0100
++++ drumkv1/src/src_lv2.pro 2014-01-23 02:27:58.552885150 +0100
+@@ -39,12 +39,7 @@
contains(PREFIX, $$system(echo $HOME)) {
LV2DIR = $${PREFIX}/.lv2
} else {
--
drumkv1 packaging
More information about the pkg-multimedia-commits
mailing list