diff -Nru libde265-1.0.3/debian/changelog libde265-1.0.3/debian/changelog --- libde265-1.0.3/debian/changelog 2018-04-19 09:44:40.000000000 +0000 +++ libde265-1.0.3/debian/changelog 2018-04-26 05:53:11.000000000 +0000 @@ -1,3 +1,10 @@ +libde265 (1.0.3-1+rpi1) buster-staging; urgency=medium + + [changes brought forward from 1.0.2-1+rpi1 by Peter Michael Green at Sun, 04 Oct 2015 21:44:10 +0000] + * Disable neon. + + -- Raspbian forward porter Thu, 26 Apr 2018 05:53:11 +0000 + libde265 (1.0.3-1) unstable; urgency=medium [ Ondřej Nový ] diff -Nru libde265-1.0.3/debian/patches/disable-neon.patch libde265-1.0.3/debian/patches/disable-neon.patch --- libde265-1.0.3/debian/patches/disable-neon.patch 1970-01-01 00:00:00.000000000 +0000 +++ libde265-1.0.3/debian/patches/disable-neon.patch 2018-04-26 05:53:11.000000000 +0000 @@ -0,0 +1,31 @@ +Description: Disable neon. +Author: Peter Michael Green + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: https://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- libde265-1.0.2.orig/configure.ac ++++ libde265-1.0.2/configure.ac +@@ -148,9 +148,9 @@ case $target_cpu in + if test x"$disable_arm" != x"yes"; then + AC_DEFINE(HAVE_ARM, 1, [Support ARM instructions]) + +- AX_CHECK_COMPILE_FLAG(-mfpu=neon, [ +- AC_DEFINE(HAVE_NEON, 1, [Support ARM NEON instructions]) +- ax_cv_support_neon_ext=yes], []) ++ #AX_CHECK_COMPILE_FLAG(-mfpu=neon, [ ++ # AC_DEFINE(HAVE_NEON, 1, [Support ARM NEON instructions]) ++ # ax_cv_support_neon_ext=yes], []) + + AC_ARG_ENABLE(thumb, + [AS_HELP_STRING([--enable-thumb], diff -Nru libde265-1.0.3/debian/patches/series libde265-1.0.3/debian/patches/series --- libde265-1.0.3/debian/patches/series 2016-01-11 16:30:11.000000000 +0000 +++ libde265-1.0.3/debian/patches/series 2018-04-26 05:53:11.000000000 +0000 @@ -1,3 +1,4 @@ only_export_decoder_api.patch disable_tools.patch ffmpeg_2.9.patch +disable-neon.patch