[SCM] traverso packaging branch, master, updated. debian/0.49.1-1-1-gc7726f0

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Jun 12 15:15:58 UTC 2010


The following commit has been merged in the master branch:
commit c7726f00f0043ac0fcb3fda0dbe54b84b16cf826
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Jun 12 17:15:51 2010 +0200

    Add patch to fix issues with Qt 4.6.

diff --git a/debian/patches/03-qt46_fix.patch b/debian/patches/03-qt46_fix.patch
new file mode 100644
index 0000000..caa7a48
--- /dev/null
+++ b/debian/patches/03-qt46_fix.patch
@@ -0,0 +1,17 @@
+Origin: upstream
+From: Remon Sijrier <remon at traverso-daw.org>
+Description: Fix Qt 4.6 issues.
+---
+ src/sheetcanvas/ViewItem.cpp |    3 +++
+ 1 file changed, 3 insertions(+)
+
+--- traverso.orig/src/sheetcanvas/ViewItem.cpp
++++ traverso/src/sheetcanvas/ViewItem.cpp
+@@ -29,4 +29,7 @@ ViewItem::ViewItem(ViewItem* parentViewI
+ 	set_context_item(parentContext);
+ 	m_parentViewItem = parentViewItem;
+ 	setCursor(themer()->get_cursor("Default"));
++#if QT_VERSION >= 0x040600
++	setFlags(QGraphicsItem::ItemUsesExtendedStyleOption);
++#endif
+ }
diff --git a/debian/patches/series b/debian/patches/series
index 5982198..0767841 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01-gcc44_ftbfs.patch
 02-cmake_warnings.patch
+03-qt46_fix.patch

-- 
traverso packaging



More information about the pkg-multimedia-commits mailing list