]> git.pld-linux.org Git - packages/gstreamer-plugins-good.git/commitdiff
- updated to 1.0.5; cairo overlay plugin is back auto/th/gstreamer-plugins-good-1.0.5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 10 Jan 2013 17:45:15 +0000 (18:45 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 10 Jan 2013 17:45:15 +0000 (18:45 +0100)
- added am patch (fixes build with automake 1.13)

gstreamer-plugins-good-am.patch [new file with mode: 0644]
gstreamer-plugins-good.spec

diff --git a/gstreamer-plugins-good-am.patch b/gstreamer-plugins-good-am.patch
new file mode 100644 (file)
index 0000000..2b83041
--- /dev/null
@@ -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])
index a5f1189520c21340ab12b367fbb22b28c87c4d68..6c685ce5bd9d9b525b5fd4ab6a4abcf0a8c73858 100644 (file)
@@ -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
 # 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
 %bcond_without jack            # JACK audio plugin
 %bcond_without soup            # libsoup 2.4 http source plugin
 %bcond_without speex           # speex plugin
 Summary:       Good GStreamer Streaming-media framework plugins
 Summary(pl.UTF-8):     Dobre wtyczki do środowiska obróbki strumieni GStreamer
 Name:          gstreamer-plugins-good
 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
 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
 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}
 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_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
 %{?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}
 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
 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}
 
 %prep
 %setup -q -n %{gstname}-%{version}
+%patch0 -p1
 
 %build
 %{__libtoolize}
 
 %build
 %{__libtoolize}
This page took 0.04682 seconds and 4 git commands to generate.