Update to 1.9.2
- drop upstreamed patch
This commit is contained in:
parent
aae2e864c2
commit
f9e7493377
@ -1,32 +0,0 @@
|
|||||||
From 9144a787dfed694ea646e3f35dcf6b35be1330ea Mon Sep 17 00:00:00 2001
|
|
||||||
From: Wim Taymans <wtaymans@redhat.com>
|
|
||||||
Date: Thu, 7 Jul 2016 17:29:34 +0200
|
|
||||||
Subject: [PATCH] video-converter: fix compilation on big-endian
|
|
||||||
|
|
||||||
---
|
|
||||||
gst-libs/gst/video/video-converter.c | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/gst-libs/gst/video/video-converter.c b/gst-libs/gst/video/video-converter.c
|
|
||||||
index de9bab4..e67a32a 100644
|
|
||||||
--- a/gst-libs/gst/video/video-converter.c
|
|
||||||
+++ b/gst-libs/gst/video/video-converter.c
|
|
||||||
@@ -3575,6 +3575,7 @@ convert_AYUV_RGBA (GstVideoConverter * convert, const GstVideoFrame * src,
|
|
||||||
|
|
||||||
convert_fill_border (convert, dest);
|
|
||||||
}
|
|
||||||
+#endif
|
|
||||||
|
|
||||||
static void
|
|
||||||
convert_I420_BGRA (GstVideoConverter * convert, const GstVideoFrame * src,
|
|
||||||
@@ -3687,7 +3688,6 @@ convert_I420_pack_ARGB (GstVideoConverter * convert, const GstVideoFrame * src,
|
|
||||||
}
|
|
||||||
convert_fill_border (convert, dest);
|
|
||||||
}
|
|
||||||
-#endif
|
|
||||||
|
|
||||||
static void
|
|
||||||
memset_u24 (guint8 * data, guint8 col[3], unsigned int n)
|
|
||||||
--
|
|
||||||
2.7.4
|
|
||||||
|
|
@ -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: 0001-video-converter-fix-compilation-on-big-endian.patch
|
|
||||||
|
|
||||||
BuildRequires: gstreamer1-devel >= %{version}
|
BuildRequires: gstreamer1-devel >= %{version}
|
||||||
BuildRequires: gobject-introspection-devel >= 1.31.1
|
BuildRequires: gobject-introspection-devel >= 1.31.1
|
||||||
@ -98,7 +97,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
|
||||||
%configure \
|
%configure \
|
||||||
@ -426,6 +424,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gst-play-1.0
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu Sep 01 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.2-1
|
* Thu Sep 01 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.2-1
|
||||||
- Update to 1.9.2
|
- Update to 1.9.2
|
||||||
|
- drop upstreamed patch
|
||||||
|
|
||||||
* Thu Jul 07 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.1-2
|
* Thu Jul 07 2016 Wim Taymans <wtaymans@redhat.com> - 1.9.1-2
|
||||||
- Fix build on big-endian
|
- Fix build on big-endian
|
||||||
|
Loading…
Reference in New Issue
Block a user