Hello community,

here is the log from the commit of package gstreamer-plugins-base for 
openSUSE:Factory checked in at 2013-11-07 09:53:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-base (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-plugins-base"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-base/gstreamer-plugins-base.changes
    2013-11-04 07:06:17.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new/gstreamer-plugins-base.changes
       2013-11-07 09:54:00.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Nov  4 21:06:05 UTC 2013 - [email protected]
+
+- aarch64-no-neon.patch: Disable use of NEON on aarch64
+
+-------------------------------------------------------------------

New:
----
  aarch64-no-neon.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gstreamer-plugins-base.spec ++++++
--- /var/tmp/diff_new_pack.gyi9Z7/_old  2013-11-07 09:54:01.000000000 +0100
+++ /var/tmp/diff_new_pack.gyi9Z7/_new  2013-11-07 09:54:01.000000000 +0100
@@ -28,6 +28,7 @@
 Group:          Productivity/Multimedia/Other
 Source:         
http://download.gnome.org/sources/gst-plugins-base/1.2/%{_name}-%{version}.tar.xz
 Source2:        baselibs.conf
+Patch:          aarch64-no-neon.patch
 BuildRequires:  cdparanoia-devel
 BuildRequires:  glib2-devel >= 2.32
 BuildRequires:  gstreamer-devel >= 1.0.10
@@ -422,6 +423,7 @@
 %lang_package
 %prep
 %setup -q -n %{_name}-%{version}
+%patch -p1
 translation-update-upstream po gst-plugins-base-%{gst_branch}
 
 %build

++++++ aarch64-no-neon.patch ++++++
Index: gst-plugins-base-1.2.0/gst/audioresample/resample.c
===================================================================
--- gst-plugins-base-1.2.0.orig/gst/audioresample/resample.c
+++ gst-plugins-base-1.2.0/gst/audioresample/resample.c
@@ -92,6 +92,9 @@
 #ifndef HAVE_ARM_NEON
 #undef _USE_NEON
 #endif
+#ifdef __aarch64__ /* Not ported yet */
+#undef _USE_NEON
+#endif
 #endif
 
 static inline void *
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to