[SCM] zynjacku/master: Add patch to port to LV2's first unified release.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed May 16 19:53:04 UTC 2012


The following commit has been merged in the master branch:
commit 437ec7a4e0aad329392fbbc77481cd5d554afcac
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed May 16 21:52:32 2012 +0200

    Add patch to port to LV2's first unified release.

diff --git a/debian/patches/2006-lv2core_to_lv2.patch b/debian/patches/2006-lv2core_to_lv2.patch
new file mode 100644
index 0000000..9254d19
--- /dev/null
+++ b/debian/patches/2006-lv2core_to_lv2.patch
@@ -0,0 +1,18 @@
+Descriotion: Port to the LV2's first unified spec.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ configure.ac |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- zynjacku.orig/configure.ac
++++ zynjacku/configure.ac
+@@ -40,7 +40,7 @@ AC_PROG_LIBTOOL
+ 
+ # Checks for libraries.
+ 
+-PKG_CHECK_MODULES(LV2, lv2core >= 1)
++PKG_CHECK_MODULES(LV2, lv2 >= 1)
+ PKG_CHECK_MODULES(GTK, gtk+-2.0)
+ PKG_CHECK_MODULES(PYGTK, pygtk-2.0)
+ PKG_CHECK_MODULES(JACK, jack)
diff --git a/debian/patches/series b/debian/patches/series
index 25ae05e..8884c5a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 1004-lashd_not_found.patch
 1005-xref_fix.patch
 #1006-pygtk2_to_pygi.patch
+2006-lv2core_to_lv2.patch

-- 
zynjacku packaging



More information about the pkg-multimedia-commits mailing list