From: Marcin Banasiak Date: Sun, 7 Oct 2012 18:32:32 +0000 (+0200) Subject: Use gstreamer 1.0 X-Git-Tag: auto/th/PackageKit-0.8.4-1~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2FPackageKit.git;a=commitdiff_plain;h=6196bed7d5782ca1fdb1db6e7f488ac744c517f5 Use gstreamer 1.0 --- diff --git a/PackageKit-gstreamer.patch b/PackageKit-gstreamer.patch new file mode 100644 index 0000000..13b3c8f --- /dev/null +++ b/PackageKit-gstreamer.patch @@ -0,0 +1,11 @@ +--- PackageKit-0.8.4/configure.ac.old 2012-10-07 18:17:22.017654117 +0200 ++++ PackageKit-0.8.4/configure.ac 2012-10-07 18:17:38.374232181 +0200 +@@ -419,7 +419,7 @@ dnl ------------------------------------ + AC_ARG_ENABLE(gstreamer_plugin, AS_HELP_STRING([--enable-gstreamer-plugin],[Build gstreamer plugin functionality]), + enable_gstreamer_plugin=$enableval,enable_gstreamer_plugin=yes) + if test x$enable_gstreamer_plugin = xyes; then +- PKG_CHECK_MODULES(PK_GSTREAMER_PLUGIN, gstreamer-0.10 gstreamer-plugins-base-0.10 glib-2.0 gio-2.0, ++ PKG_CHECK_MODULES(PK_GSTREAMER_PLUGIN, gstreamer-1.0 gstreamer-plugins-base-1.0 glib-2.0 gio-2.0, + build_gstreamer_plugin=yes, build_gstreamer_plugin=no) + else + build_gstreamer_plugin=no