diff --git a/gst-plugins-base-1.16.0.tar.xz b/gst-plugins-base-1.16.0.tar.xz deleted file mode 100644 index 2c0df92..0000000 --- a/gst-plugins-base-1.16.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4093aa7b51e28fb24dfd603893fead8d1b7782f088b05ed0f22a21ef176fb5ae -size 3924664 diff --git a/gst-plugins-base-1.16.1.tar.xz b/gst-plugins-base-1.16.1.tar.xz new file mode 100644 index 0000000..793d4f8 --- /dev/null +++ b/gst-plugins-base-1.16.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3cc489933d0597087c9bc6ba251c93693d64554bcc563539a084fa2d5fcb2b +size 3934908 diff --git a/gst-plugins-base-doc-build-fix.patch b/gst-plugins-base-doc-build-fix.patch deleted file mode 100644 index 0e9e102..0000000 --- a/gst-plugins-base-doc-build-fix.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -urp gst-plugins-base-1.16.0.orig/docs/libs/Makefile.am gst-plugins-base-1.16.0/docs/libs/Makefile.am ---- gst-plugins-base-1.16.0.orig/docs/libs/Makefile.am 2019-01-26 12:51:01.000000000 -0600 -+++ gst-plugins-base-1.16.0/docs/libs/Makefile.am 2019-06-15 11:56:25.524212304 -0500 -@@ -104,7 +104,7 @@ extra_files = - - # CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib - # contains GtkObjects/GObjects and you want to document signals and properties. --GTKDOC_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) -+GTKDOC_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GL_CFLAGS) - GTKDOC_LIBS = \ - $(top_builddir)/gst-libs/gst/allocators/libgstallocators-@GST_API_VERSION@.la \ - $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \ -diff -urp gst-plugins-base-1.16.0.orig/docs/libs/Makefile.in gst-plugins-base-1.16.0/docs/libs/Makefile.in ---- gst-plugins-base-1.16.0.orig/docs/libs/Makefile.in 2019-04-18 18:16:04.000000000 -0500 -+++ gst-plugins-base-1.16.0/docs/libs/Makefile.in 2019-06-15 11:57:19.124524248 -0500 -@@ -634,7 +634,7 @@ extra_files = - - # CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib - # contains GtkObjects/GObjects and you want to document signals and properties. --GTKDOC_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) -+GTKDOC_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GL_CFLAGS) - GTKDOC_LIBS = \ - $(top_builddir)/gst-libs/gst/allocators/libgstallocators-@GST_API_VERSION@.la \ - $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \ diff --git a/gstreamer-plugins-base-arm-neon-configuration.patch b/gstreamer-plugins-base-arm-neon-configuration.patch deleted file mode 100644 index aa501f5..0000000 --- a/gstreamer-plugins-base-arm-neon-configuration.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/configure b/configure -index 58c2986..32ca4bf 100755 ---- a/configure -+++ b/configure -@@ -24206,7 +24206,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext - - - #include -- int32x4_t testfunc(int16_t *a, int16_t *b) { -+ int32x4_t __attribute__((used)) testfunc(int16_t *a, int16_t *b) { - asm volatile ("vmull.s16 q0, d0, d0" : : : "q0"); - return vmull_s16(vld1_s16(a), vld1_s16(b)); - } - diff --git a/gstreamer-plugins-base.changes b/gstreamer-plugins-base.changes index 26d82a4..b6b7af1 100644 --- a/gstreamer-plugins-base.changes +++ b/gstreamer-plugins-base.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Sep 24 12:34:16 UTC 2019 - Bjørn Lie + +- Update to version 1.16.1: + + See main gstreamer package for changelog. +- Drop upstream fixed patches: + + gst-plugins-base-doc-build-fix.patch. + + gstreamer-plugins-base-arm-neon-configuration.patch. + ------------------------------------------------------------------- Mon Aug 19 20:47:06 UTC 2019 - Bjørn Lie diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec index 31b12a0..60a95ba 100644 --- a/gstreamer-plugins-base.spec +++ b/gstreamer-plugins-base.spec @@ -24,7 +24,7 @@ %define use_meson 0 Name: gstreamer-plugins-base -Version: 1.16.0 +Version: 1.16.1 Release: 0 Summary: GStreamer Streaming-Media Framework Plug-Ins License: LGPL-2.1-or-later AND GPL-2.0-or-later @@ -33,8 +33,6 @@ URL: https://gstreamer.freedesktop.org/ Source0: https://gstreamer.freedesktop.org/src/gst-plugins-base/%{_name}-%{version}.tar.xz Source1: gstreamer-plugins-base.appdata.xml Source2: baselibs.conf -Patch0: gst-plugins-base-doc-build-fix.patch -Patch1: gstreamer-plugins-base-arm-neon-configuration.patch BuildRequires: Mesa-libGLESv3-devel BuildRequires: cdparanoia-devel