Update to 1.14.1
Remove obsolete patches
This commit is contained in:
parent
fe1ac99b6e
commit
7fb45153e7
1
.gitignore
vendored
1
.gitignore
vendored
@ -57,3 +57,4 @@
|
|||||||
/gst-plugins-base-1.13.90.tar.xz
|
/gst-plugins-base-1.13.90.tar.xz
|
||||||
/gst-plugins-base-1.13.91.tar.xz
|
/gst-plugins-base-1.13.91.tar.xz
|
||||||
/gst-plugins-base-1.14.0.tar.xz
|
/gst-plugins-base-1.14.0.tar.xz
|
||||||
|
/gst-plugins-base-1.14.1.tar.xz
|
||||||
|
@ -1,42 +0,0 @@
|
|||||||
From 303c62f25d9d8361f62c1eb00655efb6c4e89f21 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Wim Taymans <wtaymans@redhat.com>
|
|
||||||
Date: Thu, 22 Feb 2018 11:37:07 +0100
|
|
||||||
Subject: [PATCH 2/2] video: disable ORC_RESTRICT
|
|
||||||
|
|
||||||
We pass the same pointers to the video_chroma_up,
|
|
||||||
video_chroma_down fnd video_convert unctions, which causes the
|
|
||||||
compiler to complain.
|
|
||||||
---
|
|
||||||
gst-libs/gst/video/video-chroma.c | 2 ++
|
|
||||||
gst-libs/gst/video/video-converter.c | 2 ++
|
|
||||||
2 files changed, 4 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/gst-libs/gst/video/video-chroma.c b/gst-libs/gst/video/video-chroma.c
|
|
||||||
index b994658a9..0cba36838 100644
|
|
||||||
--- a/gst-libs/gst/video/video-chroma.c
|
|
||||||
+++ b/gst-libs/gst/video/video-chroma.c
|
|
||||||
@@ -24,6 +24,8 @@
|
|
||||||
#include <string.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
+#define ORC_RESTRICT
|
|
||||||
+
|
|
||||||
#include "video-orc.h"
|
|
||||||
#include "video-format.h"
|
|
||||||
|
|
||||||
diff --git a/gst-libs/gst/video/video-converter.c b/gst-libs/gst/video/video-converter.c
|
|
||||||
index 31e866a79..03c23a56f 100644
|
|
||||||
--- a/gst-libs/gst/video/video-converter.c
|
|
||||||
+++ b/gst-libs/gst/video/video-converter.c
|
|
||||||
@@ -29,6 +29,8 @@
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
+#define ORC_RESTRICT
|
|
||||||
+
|
|
||||||
#include "video-converter.h"
|
|
||||||
|
|
||||||
#include <glib.h>
|
|
||||||
--
|
|
||||||
2.14.3
|
|
||||||
|
|
@ -5,8 +5,8 @@
|
|||||||
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
|
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
|
||||||
|
|
||||||
Name: gstreamer1-plugins-base
|
Name: gstreamer1-plugins-base
|
||||||
Version: 1.14.0
|
Version: 1.14.1
|
||||||
Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
|
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
|
||||||
Summary: GStreamer streaming media framework base plugins
|
Summary: GStreamer streaming media framework base plugins
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -19,7 +19,6 @@ Source0: gst-plugins-base-%{version}.tar.xz
|
|||||||
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{version}.tar.xz
|
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-%{version}.tar.xz
|
||||||
%endif
|
%endif
|
||||||
Patch0: 0001-missing-plugins-Remove-the-mpegaudioversion-field.patch
|
Patch0: 0001-missing-plugins-Remove-the-mpegaudioversion-field.patch
|
||||||
Patch1: 0002-video-disable-ORC_RESTRICT.patch
|
|
||||||
|
|
||||||
BuildRequires: gstreamer1-devel >= %{version}
|
BuildRequires: gstreamer1-devel >= %{version}
|
||||||
BuildRequires: gobject-introspection-devel >= 1.31.1
|
BuildRequires: gobject-introspection-devel >= 1.31.1
|
||||||
@ -105,7 +104,6 @@ for the GStreamer Base Plugins library.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n gst-plugins-base-%{version}
|
%setup -q -n gst-plugins-base-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# die rpath (method of modifying libtool fails here)
|
# die rpath (method of modifying libtool fails here)
|
||||||
@ -463,6 +461,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 21 2018 Wim Taymans <wtaymans@redhat.com> - 1.14.1-1
|
||||||
|
- Update to 1.14.1
|
||||||
|
- Remove obsolete patches
|
||||||
|
|
||||||
* Mon Mar 26 2018 Tomas Popela <tpopela@redhat.com> - 1.14.0-2
|
* Mon Mar 26 2018 Tomas Popela <tpopela@redhat.com> - 1.14.0-2
|
||||||
- Enable Wayland support (previously disabled due to missing wayland-devel
|
- Enable Wayland support (previously disabled due to missing wayland-devel
|
||||||
as a BR - before it was probably brought in by something else).
|
as a BR - before it was probably brought in by something else).
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gst-plugins-base-1.14.0.tar.xz) = fea4a4c0be3141d6f08bd1c13ecf428961de988cc5d881b42a8eb050039350d7e2b7bc832450bff4e4e32eeb14f8a21e0223ce3113f75d55da0c14590989cd31
|
SHA512 (gst-plugins-base-1.14.1.tar.xz) = bca9db8780fe24c19a2c4eae9a16dc0856cb38077580e4344bd4f7fa9a7a03079b92556ff35475a574f624a5a721d80ef925790670e4cc809361ed01108a141e
|
||||||
|
Loading…
Reference in New Issue
Block a user