Dominique Leuenberger 2017-02-27 17:53:20 +00:00 committed by Git OBS Bridge
commit a10c2eb6ba
5 changed files with 11 additions and 22 deletions

View File

@ -1,14 +0,0 @@
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 *

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6299617d705a0cbfb535107c1d3a8fc0f0967f14193a8c5c7583f46a88b1710
size 3060016

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f6d245b6b3d4cb733f81ebb021074c525ece83db0c10e932794b339b8d935eb7
size 3059368

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 23 18:48:47 UTC 2017 - zaitor@opensuse.org
- Update to version 1.10.4:
+ Bugs fixed: bgo#778432.
- Drop aarch64-no-neon.patch: No longer needed.
-------------------------------------------------------------------
Mon Jan 30 15:11:23 UTC 2017 - zaitor@opensuse.org

View File

@ -18,7 +18,7 @@
Name: gstreamer-plugins-base
%define _name gst-plugins-base
Version: 1.10.3
Version: 1.10.4
Release: 0
%define gst_branch 1.0
Url: http://gstreamer.freedesktop.org/
@ -29,8 +29,6 @@ Group: Productivity/Multimedia/Other
Source0: http://download.gnome.org/sources/gst-plugins-base/1.10/%{_name}-%{version}.tar.xz
Source1: gstreamer-plugins-base.appdata.xml
Source2: baselibs.conf
# PATCH-NEEDS-REBASE aarch64-no-neon.patch
Patch0: aarch64-no-neon.patch
BuildRequires: cdparanoia-devel
BuildRequires: glib2-devel >= 2.40.0
BuildRequires: gstreamer-devel >= 1.10.3
@ -414,8 +412,6 @@ package.
%lang_package
%prep
%setup -q -n %{_name}-%{version}
# patch needs rebase.
#patch0 -p1
%if !0%{?is_opensuse}
translation-update-upstream po gst-plugins-base-%{gst_branch}
%endif