]> git.pld-linux.org Git - packages/gstreamer.git/commitdiff
- updated to 1.16.2 auto/th/gstreamer-1.16.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 28 Mar 2020 20:26:35 +0000 (21:26 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 28 Mar 2020 20:26:35 +0000 (21:26 +0100)
- added make patch (make 4.3 compatibility)

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

diff --git a/gstreamer-make.patch b/gstreamer-make.patch
new file mode 100644 (file)
index 0000000..75ddfa9
--- /dev/null
@@ -0,0 +1,13 @@
+make 4.3 no longer recognizes '#' in macros as comment; use workaround to be compatible with old and current make
+--- gstreamer-1.16.2/common/gst-glib-gen.mak.orig      2019-04-19 11:16:18.000000000 +0200
++++ gstreamer-1.16.2/common/gst-glib-gen.mak   2020-03-28 20:29:17.924914360 +0100
+@@ -8,7 +8,8 @@
+ #glib_gen_decl_banner=GST_EXPORT
+ #glib_gen_decl_include=\#include <gst/foo/foo-prelude.h>
+-enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
++gst_hash=\#
++enum_headers=$(foreach h,$(glib_enum_headers),\n$(gst_hash)include \"$(h)\")
+ # these are all the rules generating the relevant files
+ $(glib_gen_basename)-marshal.h: $(glib_gen_basename)-marshal.list
index 6899052be31ac754868abaa9a66c873e32a2b07a..80c3cad20cef69f793fcc5f05b291c16fb60bfbc 100644 (file)
@@ -4,13 +4,14 @@
 Summary:       GStreamer Streaming-media framework runtime
 Summary(pl.UTF-8):     GStreamer - biblioteki środowiska do obróbki strumieni
 Name:          gstreamer
-Version:       1.16.0
-Release:       3
+Version:       1.16.2
+Release:       1
 License:       LGPL v2+
 Group:         Libraries
 Source0:       https://gstreamer.freedesktop.org/src/gstreamer/%{name}-%{version}.tar.xz
-# Source0-md5: 862b7e4263d946bc2ef31b3c582e5587
+# Source0-md5: 0e661ed5bdf1d8996e430228d022628e
 Patch0:                %{name}-inspect-rpm-format.patch
+Patch1:                %{name}-make.patch
 URL:           https://gstreamer.freedesktop.org/
 BuildRequires: autoconf >= 2.69
 BuildRequires: automake >= 1:1.14
@@ -133,6 +134,7 @@ gst-launch.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 # po/Makefile.in.in is modified
This page took 0.171444 seconds and 4 git commands to generate.