[packages/gstreamer] - updated to 1.0.9 - added bison patch (fixes build with bison 3; should be compatible with any biso

qboosh qboosh at pld-linux.org
Fri Aug 9 15:49:26 CEST 2013


commit df362f4dc3c7cbade0877f3beaa0279b5124d318
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Aug 9 15:48:47 2013 +0200

    - updated to 1.0.9
    - added bison patch (fixes build with bison 3; should be compatible with any bison >= 1.875)

 gstreamer-bison.patch | 10 ++++++++++
 gstreamer.spec        |  6 ++++--
 2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/gstreamer.spec b/gstreamer.spec
index 3d8db0f..2593b25 100644
--- a/gstreamer.spec
+++ b/gstreamer.spec
@@ -4,15 +4,16 @@
 Summary:	GStreamer Streaming-media framework runtime
 Summary(pl.UTF-8):	GStreamer - biblioteki środowiska do obróbki strumieni
 Name:		gstreamer
-Version:	1.0.8
+Version:	1.0.9
 Release:	1
 License:	LGPL v2+
 Group:		Libraries
 Source0:	http://gstreamer.freedesktop.org/src/gstreamer/%{name}-%{version}.tar.xz
-# Source0-md5:	fb0c73470e8dd5dab01e5e9e62db9db9
+# Source0-md5:	cbbad73d703b811bc8bd18e47b36e534
 Patch0:		%{name}-without_ps_pdf.patch
 Patch1:		%{name}-eps.patch
 Patch2:		%{name}-inspect-rpm-format.patch
+Patch3:		%{name}-bison.patch
 URL:		http://gstreamer.net/
 BuildRequires:	autoconf >= 2.62
 BuildRequires:	automake >= 1:1.11
@@ -103,6 +104,7 @@ Dokumentacja API Gstreamera.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 # po/Makefile.in.in is modified
diff --git a/gstreamer-bison.patch b/gstreamer-bison.patch
new file mode 100644
index 0000000..ec48de8
--- /dev/null
+++ b/gstreamer-bison.patch
@@ -0,0 +1,10 @@
+--- gstreamer-1.0.9/gst/parse/grammar.y.orig	2012-10-25 12:54:57.000000000 +0200
++++ gstreamer-1.0.9/gst/parse/grammar.y	2013-08-09 15:31:25.436287977 +0200
+@@ -657,6 +657,7 @@
+ %right '.'
+ %left '!' '='
+ 
++%lex-param { yyscan_t scanner }
+ %parse-param { void *scanner }
+ %parse-param { graph_t *graph }
+ %pure-parser
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gstreamer.git/commitdiff/df362f4dc3c7cbade0877f3beaa0279b5124d318



More information about the pld-cvs-commit mailing list