[packages/gstreamer-plugins-good] - updated to 1.0.5; cairo overlay plugin is back - added am patch (fixes build with automake 1.13)
qboosh
qboosh at pld-linux.org
Thu Jan 10 18:45:05 CET 2013
commit 62ae3ec1472cc462648de39e59817d498604b63a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Jan 10 18:45:15 2013 +0100
- updated to 1.0.5; cairo overlay plugin is back
- added am patch (fixes build with automake 1.13)
gstreamer-plugins-good-am.patch | 11 +++++++++++
gstreamer-plugins-good.spec | 16 +++++++---------
2 files changed, 18 insertions(+), 9 deletions(-)
---
diff --git a/gstreamer-plugins-good.spec b/gstreamer-plugins-good.spec
index a5f1189..6c685ce 100644
--- a/gstreamer-plugins-good.spec
+++ b/gstreamer-plugins-good.spec
@@ -1,12 +1,9 @@
#
-# TODO:
-# Cairo plugin has not been ported yet. Temporarily disabled.
-#
# Conditional build:
%bcond_without apidocs # disable gtk-doc
%bcond_without aalib # aa videosink plugin
%bcond_without caca # caca videosink plugin
-%bcond_with cairo # cairo plugin [not ported yet - as of 1.0.0]
+%bcond_without cairo # cairo plugin [not ported yet - as of 1.0.0]
%bcond_without jack # JACK audio plugin
%bcond_without soup # libsoup 2.4 http source plugin
%bcond_without speex # speex plugin
@@ -21,17 +18,17 @@
Summary: Good GStreamer Streaming-media framework plugins
Summary(pl.UTF-8): Dobre wtyczki do środowiska obróbki strumieni GStreamer
Name: gstreamer-plugins-good
-Version: 1.0.4
+Version: 1.0.5
Release: 1
License: LGPL v2+
Group: Libraries
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-good/%{gstname}-%{version}.tar.xz
-# Source0-md5: 7a3f76b68cadafd1588af36f5f261bb8
+# Source0-md5: e1d451b8b198ab50f645635c1fc8a3cb
+Patch0: %{name}-am.patch
URL: http://gstreamer.freedesktop.org/
BuildRequires: autoconf >= 2.62
BuildRequires: automake >= 1:1.11
BuildRequires: docbook-dtd412-xml
-BuildRequires: gdk-pixbuf2-devel >= 2.8.0
BuildRequires: gettext-devel >= 0.17
BuildRequires: glib2-devel >= 1:2.32
BuildRequires: gstreamer-devel >= %{gst_req_ver}
@@ -50,7 +47,7 @@ BuildRequires: xz
##
%{?with_aalib:BuildRequires: aalib-devel >= 0.11.0}
BuildRequires: bzip2-devel
-%{?with_cairo:BuildRequires: cairo-devel >= 1.0.0}
+%{?with_cairo:BuildRequires: cairo-devel >= 1.10.0}
%{?with_cairo:BuildRequires: cairo-gobject-devel >= 1.10.0}
BuildRequires: dbus-devel >= 0.91
BuildRequires: flac-devel >= 1.1.4
@@ -177,7 +174,7 @@ Summary: GStreamer cairo plugin
Summary(pl.UTF-8): Wtyczka cairo do GStreamera
Group: Libraries
Requires: gstreamer >= %{gst_req_ver}
-Requires: cairo >= 1.0.0
+Requires: cairo >= 1.10.0
Requires: cairo-gobject >= 1.10.0
%description -n gstreamer-cairo
@@ -451,6 +448,7 @@ Wtyczka obsługująca bezstratny format dźwięku Wavpack.
%prep
%setup -q -n %{gstname}-%{version}
+%patch0 -p1
%build
%{__libtoolize}
diff --git a/gstreamer-plugins-good-am.patch b/gstreamer-plugins-good-am.patch
new file mode 100644
index 0000000..2b83041
--- /dev/null
+++ b/gstreamer-plugins-good-am.patch
@@ -0,0 +1,11 @@
+--- gst-plugins-good-1.0.5/configure.ac.orig 2013-01-04 14:26:22.000000000 +0100
++++ gst-plugins-good-1.0.5/configure.ac 2013-01-10 17:39:20.623884917 +0100
+@@ -24,7 +24,7 @@
+ AC_CONFIG_SRCDIR([gst/law/alaw.c])
+
+ dnl define the output header for config
+-AM_CONFIG_HEADER([config.h])
++AC_CONFIG_HEADERS([config.h])
+
+ dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
+ AM_MAINTAINER_MODE([enable])
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gstreamer-plugins-good.git/commitdiff/62ae3ec1472cc462648de39e59817d498604b63a
More information about the pld-cvs-commit
mailing list