[SCM] qtractor packaging branch, master, updated. debian/0.4.3-2-1-g4af4958

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Sat Jan 16 11:50:32 UTC 2010


The following commit has been merged in the master branch:
commit 4af495844c3d66f0a3b887b477796c52dd5e2011
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Sat Jan 16 12:50:16 2010 +0100

    Add 03-binutils_gold.patch to fix build failure with binutils-gold (Closes: #556307).

diff --git a/debian/patches/03-binutils_gold.patch b/debian/patches/03-binutils_gold.patch
new file mode 100644
index 0000000..eae8f3a
--- /dev/null
+++ b/debian/patches/03-binutils_gold.patch
@@ -0,0 +1,18 @@
+Author: Alessio Treglia <quadrispro at ubuntu.com>
+Description: Prevent FTBFS with binutils-gold.
+Bug: http://bugs.debian.org/556307
+---
+ qtractor.pro.in |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- qtractor.orig/qtractor.pro.in
++++ qtractor/qtractor.pro.in
+@@ -224,7 +224,7 @@ TEMPLATE = app
+ CONFIG  += qt thread warn_on @ac_debug@
+ LANGUAGE = C++
+ 
+-LIBS    += @ac_libs@
++LIBS    += @ac_libs@ -lX11
+ INCPATH += @ac_incpath@
+ 
+ OBJECTS_DIR = .obj
diff --git a/debian/patches/series b/debian/patches/series
index d592efb..77bcc42 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01-desktop_file.patch
 02-package_url.patch
+03-binutils_gold.patch

-- 
qtractor packaging



More information about the pkg-multimedia-commits mailing list