]> git.pld-linux.org Git - packages/gstreamer.git/commitdiff
- updated to 1.0.9 auto/th/gstreamer-1.0.9-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 9 Aug 2013 13:48:47 +0000 (15:48 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 9 Aug 2013 13:48:47 +0000 (15:48 +0200)
- added bison patch (fixes build with bison 3; should be compatible with any bison >= 1.875)

gstreamer-bison.patch [new file with mode: 0644]
gstreamer.spec

diff --git a/gstreamer-bison.patch b/gstreamer-bison.patch
new file mode 100644 (file)
index 0000000..ec48de8
--- /dev/null
@@ -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
index 3d8db0f519f56ffe9a71c0c8565db9ce67bdeb6b..2593b2594a6c39429423e8263e6d781815cde90e 100644 (file)
@@ -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
This page took 0.045444 seconds and 4 git commands to generate.