[SCM] handbrake/master: debian/patches: Add patch to prepare compilation with gstreamer 1.x.

rbrito-guest at users.alioth.debian.org rbrito-guest at users.alioth.debian.org
Thu Sep 26 14:12:56 UTC 2013


The following commit has been merged in the master branch:
commit 0ce5c2d1c615c98fd94d7bb2d09bbc8fd5e84d6f
Author: Rogério Brito <rbrito at ime.usp.br>
Date:   Thu Sep 26 11:08:52 2013 -0300

    debian/patches: Add patch to prepare compilation with gstreamer 1.x.

diff --git a/debian/patches/0018-Fix-compilation-with-gstreamer-1.patch b/debian/patches/0018-Fix-compilation-with-gstreamer-1.patch
new file mode 100644
index 0000000..3a5fa01
--- /dev/null
+++ b/debian/patches/0018-Fix-compilation-with-gstreamer-1.patch
@@ -0,0 +1,11 @@
+--- b/gtk/configure.ac
++++ a/gtk/configure.ac
+@@ -96,7 +96,7 @@
+ 	  pkg_gudev="gudev-1.0"
+ 	  ;;
+     esac
+-    GHB_PACKAGES="gthread-2.0 gio-2.0 libnotify dbus-glib-1 $pkg_gudev"
++    GHB_PACKAGES="gthread-2.0 gio-2.0 gmodule-2.0 gobject-2.0 libnotify dbus-glib-1 $pkg_gudev"
+ 	mingw_flag=no
+     ;;
+ esac
diff --git a/debian/patches/series b/debian/patches/series
index 7345288..9bc122a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@
 #0015-use-metadata-reading-from-libav.patch
 0016-use-older-libmkv.patch
 0017-fixup-libmkv.patch
+0018-Fix-compilation-with-gstreamer-1.patch

-- 
handbrake packaging



More information about the pkg-multimedia-commits mailing list