[SCM] qtractor/master: Droped buildsystem patch - applied upstream.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Oct 20 01:57:33 UTC 2014


The following commit has been merged in the master branch:
commit 5494a8ea0d4cdb533188fbc8441957d1652751f4
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Oct 20 03:27:28 2014 +0200

    Droped buildsystem patch - applied upstream.

diff --git a/debian/patches/05-buildsystem.patch b/debian/patches/05-buildsystem.patch
deleted file mode 100644
index d664228..0000000
--- a/debian/patches/05-buildsystem.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Description: Honour LDFLAGS.
-Author: Alessio Treglia <alessio at debian.org>
-Bug: https://sourceforge.net/p/qtractor/tickets/101/
----
- configure.ac   |    2 ++
- src/src.pri.in |    1 +
- 2 files changed, 3 insertions(+)
-
---- qtractor.orig/configure.ac
-+++ qtractor/configure.ac
-@@ -315,6 +315,7 @@ AC_ARG_WITH(lv2,
- 
- # Honor user specified CFLAGS.
- ac_cflags=$CFLAGS
-+ac_ldflags=$LDFLAGS
- 
- 
- # Checks for programs.
-@@ -1122,6 +1123,7 @@ fi
- 
- AC_SUBST(ac_incpath)
- AC_SUBST(ac_cflags)
-+AC_SUBST(ac_ldflags)
- 
- 
- # Checks for typedefs, structures, and compiler characteristics.
---- qtractor.orig/src/src.pri.in
-+++ qtractor/src/src.pri.in
-@@ -7,3 +7,4 @@ LIBS += @ac_libs@
- 
- # Extra optimization flags
- QMAKE_CXXFLAGS += @ac_cflags@
-+QMAKE_LFLAGS += @ac_ldflags@
diff --git a/debian/patches/series b/debian/patches/series
index b43180d..654a7fc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 03-gcc47.patch
 04-q_atomic_ftbfs.patch
-05-buildsystem.patch

-- 
qtractor packaging



More information about the pkg-multimedia-commits mailing list