Hello community,
here is the log from the commit of package gstreamer-plugins-base for
openSUSE:Factory checked in at 2019-07-31 14:13:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-base (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-base"
Wed Jul 31 14:13:13 2019 rev:62 rq:718462 version:1.16.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-base/gstreamer-plugins-base.changes
2019-06-30 10:18:15.575318026 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new.4126/gstreamer-plugins-base.changes
2019-07-31 14:13:18.926912014 +0200
@@ -1,0 +2,8 @@
+Wed Jul 24 12:40:14 UTC 2019 - Martin Liška <[email protected]>
+
+- Add gstreamer-plugins-base-arm-neon-configuration.patch
+ as an upstream backport of:
+ https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/commit/d8d4904e
+- Use %make_build.
+
+-------------------------------------------------------------------
New:
----
gstreamer-plugins-base-arm-neon-configuration.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-base.spec ++++++
--- /var/tmp/diff_new_pack.TzHEOi/_old 2019-07-31 14:13:19.718911425 +0200
+++ /var/tmp/diff_new_pack.TzHEOi/_new 2019-07-31 14:13:19.722911422 +0200
@@ -34,6 +34,7 @@
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
@@ -496,7 +497,7 @@
--enable-orc\
%endif
%{nil}
-make %{?_smp_mflags}
+%make_build
%endif
%install
++++++ gstreamer-plugins-base-arm-neon-configuration.patch ++++++
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 <arm_neon.h>
- 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));
}