[packages/gstreamer] - updated to 1.16.2 - added make patch (make 4.3 compatibility)

qboosh qboosh at pld-linux.org
Sat Mar 28 21:25:20 CET 2020


commit 5d57bfeb0780b19a1084df0541f78e77997a654f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Mar 28 21:26:35 2020 +0100

    - updated to 1.16.2
    - added make patch (make 4.3 compatibility)

 gstreamer-make.patch | 13 +++++++++++++
 gstreamer.spec       |  8 +++++---
 2 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/gstreamer.spec b/gstreamer.spec
index 6899052..80c3cad 100644
--- a/gstreamer.spec
+++ b/gstreamer.spec
@@ -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
diff --git a/gstreamer-make.patch b/gstreamer-make.patch
new file mode 100644
index 0000000..75ddfa9
--- /dev/null
+++ b/gstreamer-make.patch
@@ -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
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list