]> git.pld-linux.org Git - packages/gstreamer-plugins-base.git/commitdiff
- updated to 1.16.2
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 28 Mar 2020 21:07:47 +0000 (22:07 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 28 Mar 2020 21:07:47 +0000 (22:07 +0100)
- added make patch (make 4.3 compatibility)

gstreamer-make.patch [new file with mode: 0644]
gstreamer-plugins-base.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 2a26aa685b181c9eb7e30f2b05aadae012f929af..e336dc2c4eaea4a8d837e2122dff12f3ef03f817 100644 (file)
 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}
This page took 1.103194 seconds and 4 git commands to generate.