[SCM] lives/master: Apply upstream patch to fix build issue with GTK+ 3.16
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Sun Jul 5 15:07:25 UTC 2015
The following commit has been merged in the master branch:
commit a0e11f51c6a33f293253f1cea322c0fd2a8aaa02
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Sun Jul 5 16:22:08 2015 +0200
Apply upstream patch to fix build issue with GTK+ 3.16
Closes: #789858
diff --git a/debian/patches/04-gtk-3.16.patch b/debian/patches/04-gtk-3.16.patch
new file mode 100644
index 0000000..6cbc5d2
--- /dev/null
+++ b/debian/patches/04-gtk-3.16.patch
@@ -0,0 +1,17 @@
+Description: Fix compilation with GTK+ 3.16
+Origin: upstream,
+ http://sourceforge.net/p/lives/code/2240/
+Bug-Debian: https://bugs.debian.org/789858
+Last-Update: 2015-07-05
+
+--- lives-2.4.0~ds0.orig/src/widget-helper.c
++++ lives-2.4.0~ds0/src/widget-helper.c
+@@ -2404,7 +2404,7 @@ LIVES_INLINE LiVESWidget *lives_expander
+ LIVES_INLINE boolean lives_label_set_halignment(LiVESLabel *label, float yalign) {
+ #ifdef GUI_GTK
+ #if GTK_CHECK_VERSION(3,16,0)
+- gtk_label_set_y_align(label,yalign);
++ gtk_label_set_yalign(label,yalign);
+ #else
+ gtk_misc_set_alignment(GTK_MISC(label),0.,yalign);
+ #endif
diff --git a/debian/patches/series b/debian/patches/series
index 3c5dbf2..690e7e7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,6 @@
01-cdda2wav_to_icedax.patch
02-drop_py3_multiencoder.patch
03-libav10.patch
+04-gtk-3.16.patch
parallel-build.patch
9990-buildsystem.patch
--
lives packaging
More information about the pkg-multimedia-commits
mailing list