[SCM] kodi/master: Don't use NEON on arm/armhf.

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Sun Aug 30 18:53:58 UTC 2015


The following commit has been merged in the master branch:
commit 8761311b89bcad4d58b445631fcd4007021934c1
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Sun Aug 30 01:43:34 2015 +0200

    Don't use NEON on arm/armhf.
    
    Closes: #797204

diff --git a/debian/patches/05-dont-require-neon-on-arm-armhf.patch b/debian/patches/05-dont-require-neon-on-arm-armhf.patch
new file mode 100644
index 0000000..5d53acc
--- /dev/null
+++ b/debian/patches/05-dont-require-neon-on-arm-armhf.patch
@@ -0,0 +1,20 @@
+Description: Don't use NEON on arm and armhf architectures
+ NEON is not required in those Debian port and usin it breaks build on
+ official build servers.
+ .
+Author: Balint Reczey <balint at balintreczey.hu>
+Forwarded: not-needed
+
+diff --git a/configure.ac b/configure.ac
+index 1f94a25..377cc1a 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -685,7 +685,7 @@ case $host in
+      ARCH="arm"
+      use_arch="arm"
+      use_joystick=no
+-     use_neon=yes
++     use_neon=no
+      use_gles=yes
+      use_gl=no
+      use_wayland=no
diff --git a/debian/patches/series b/debian/patches/series
index 8975842..8de2c4d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,6 +3,7 @@
 02_allow_all_arches.patch
 03-privacy.patch
 04-differentiate-from-vanilla-Kodi.patch
+05-dont-require-neon-on-arm-armhf.patch
 06-use-external-libraries.patch
 07-use-system-groovy.patch
 09-use-correct-ftgl.h

-- 
kodi packaging



More information about the pkg-multimedia-commits mailing list