commit
9b02ef71cc
13
Adapt-to-backwards-incompatible-change-in-GUN.patch
Normal file
13
Adapt-to-backwards-incompatible-change-in-GUN.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff -Nuar gstreamer-1.16.2/common/gst-glib-gen.mak b/common/gst-glib-gen.mak
|
||||
--- gstreamer-1.16.2/common/gst-glib-gen.mak 2019-04-19 17:16:18.000000000 +0800
|
||||
+++ b/common/gst-glib-gen.mak 2020-08-04 15:27:22.980652961 +0800
|
||||
@@ -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)\")
|
||||
+hash:=\#
|
||||
+enum_headers=$(foreach h,$(glib_enum_headers),\n$(hash)include \"$(h)\")
|
||||
|
||||
# these are all the rules generating the relevant files
|
||||
$(glib_gen_basename)-marshal.h: $(glib_gen_basename)-marshal.list
|
||||
@ -1,6 +1,6 @@
|
||||
Name: gstreamer1
|
||||
Version: 1.16.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Bindings for GStreamer 1.0, the open source multimedia framework
|
||||
|
||||
License: LGPLv2+
|
||||
@ -10,6 +10,8 @@ Source0: http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-%{versi
|
||||
Source1: gstreamer1.attr
|
||||
Source2: gstreamer1.prov
|
||||
|
||||
Patch0001: Adapt-to-backwards-incompatible-change-in-GUN.patch
|
||||
|
||||
BuildRequires: automake bison check-devel chrpath docbook-style-dsssl docbook-style-xsl
|
||||
BuildRequires: docbook-utils flex gettext gettext-devel ghostscript glib2-devel >= 2.32.0 transfig
|
||||
BuildRequires: gobject-introspection-devel >= 1.31.1 gtk-doc >= 1.3 libtool libxslt m4 texlive-jadetex
|
||||
@ -97,6 +99,9 @@ install -m0755 -D %{SOURCE2} %{buildroot}%{_rpmconfigdir}/gstreamer1.prov
|
||||
%{_mandir}/man1/*.gz
|
||||
|
||||
%changelog
|
||||
* Tue Aug 4 2020 wangye <wangye70@huawei.com> - 1.16.2-2
|
||||
- fix 1.16.2 make error
|
||||
|
||||
* Sat Jul 25 2020 hanhui <hanhui15@huawei.com> - 1.16.2-1
|
||||
- update 1.16.2
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user