[SCM] synthv1/master: Patch refreshed.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Jan 23 00:30:11 UTC 2014


The following commit has been merged in the master branch:
commit 8a4961ac6dcf35cea40201fdbf52be234718f898
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Jan 23 01:28:28 2014 +0100

    Patch refreshed.

diff --git a/debian/patches/0001-buildsystem.patch b/debian/patches/0001-buildsystem.patch
index a66058c..422c7bf 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(-)
 
---- synthv1.orig/configure.ac
-+++ synthv1/configure.ac
-@@ -80,7 +80,7 @@ AC_SUBST(ac_debug)
- ac_with_paths="/usr /usr/local"
+Index: synthv1/configure.ac
+===================================================================
+--- synthv1.orig/configure.ac	2014-01-23 01:21:05.403082611 +0100
++++ synthv1/configure.ac	2014-01-23 01:21:55.421611094 +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"
-@@ -152,10 +152,6 @@ for X in $ac_with_paths; do
+@@ -179,10 +179,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"
---- synthv1.orig/src/src_lv2.pro
-+++ synthv1/src/src_lv2.pro
-@@ -38,12 +38,7 @@ unix {
+Index: synthv1/src/src_lv2.pro
+===================================================================
+--- synthv1.orig/src/src_lv2.pro	2014-01-23 01:21:05.403082611 +0100
++++ synthv1/src/src_lv2.pro	2014-01-23 01:21:05.399082729 +0100
+@@ -38,12 +38,7 @@
  	contains(PREFIX, $$system(echo $HOME)) {
  		LV2DIR = $${PREFIX}/.lv2
  	} else {

-- 
synthv1 packaging



More information about the pkg-multimedia-commits mailing list