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

qboosh qboosh at pld-linux.org
Sat Mar 28 22:06:39 CET 2020


commit 01617cbc190e96796508962e73843398dad65c46
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Mar 28 22:07:47 2020 +0100

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

 gstreamer-make.patch        | 13 +++++++++++++
 gstreamer-plugins-base.spec |  8 +++++---
 2 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
index 2a26aa6..e336dc2 100644
--- a/gstreamer-plugins-base.spec
+++ b/gstreamer-plugins-base.spec
@@ -13,12 +13,13 @@
 Summary:	GStreamer Streaming-media framework base plugins
 Summary(pl.UTF-8):	Podstawowe wtyczki do środowiska obróbki strumieni GStreamer
 Name:		gstreamer-plugins-base
-Version:	1.16.0
-Release:	2
+Version:	1.16.2
+Release:	1
 License:	LGPL v2+
 Group:		Libraries
 Source0:	https://gstreamer.freedesktop.org/src/gst-plugins-base/%{gstname}-%{version}.tar.xz
-# Source0-md5:	41dde92930710c75cdb49169c5cc6dfc
+# Source0-md5:	3fdb32823535799a748c1fc14f978e2c
+Patch0:		gstreamer-make.patch
 URL:		https://gstreamer.freedesktop.org/
 BuildRequires:	autoconf >= 2.69
 BuildRequires:	automake >= 1:1.14
@@ -384,6 +385,7 @@ Wtyczka wyjścia obrazu Xvideo dla GStreamera.
 
 %prep
 %setup -q -n %{gstname}-%{version}
+%patch0 -p1
 
 %build
 %{__libtoolize}
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-plugins-base.git/commitdiff/01617cbc190e96796508962e73843398dad65c46



More information about the pld-cvs-commit mailing list