update quilt patch. archive/raspbian/1%0.1.110-1+rpi1 raspbian/1%0.1.110-1+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Tue, 31 Dec 2024 10:47:48 +0000 (10:47 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 31 Dec 2024 10:47:48 +0000 (10:47 +0000)
debian/patches/disable-neon.patch

index cbe5eeba2c0c42cfe880f1c0b06941d0cbd10bfc..9475d0506a4c961260ba490b4255958a3cc35943 100644 (file)
@@ -2,20 +2,21 @@ Description:  Disable neon support
  it seems to assume armv8 neon which not all systems have.
 Author: Peter Michael Green <plugwash@raspbian.org>
 
-Index: babl-0.1.92/babl/base/meson.build
-===================================================================
---- babl-0.1.92.orig/babl/base/meson.build
-+++ babl-0.1.92/babl/base/meson.build
-@@ -44,13 +44,13 @@ if host_cpu_family == 'x86_64'
- endif
+diff --git a/babl/base/meson.build b/babl/base/meson.build
+index 1084d8e..b6e25e3 100644
+--- a/babl/base/meson.build
++++ b/babl/base/meson.build
+@@ -43,14 +43,13 @@ if host_cpu_family == 'x86_64'
  
+ endif
  
+-
 -if host_cpu_family == 'arm'
 -
 -  babl_base_arm_neon = static_library('babl_base-arm-neon',
 -    babl_base_sources,
 -    include_directories: [rootInclude, bablInclude],
--    dependencies: [math, lcms],
+-    dependencies: [math, lcms, log],
 -    c_args: common_c_flags + arm_neon_flags
 -  )
 -
@@ -25,7 +26,7 @@ Index: babl-0.1.92/babl/base/meson.build
 +#  babl_base_arm_neon = static_library('babl_base-arm-neon',
 +#    babl_base_sources,
 +#    include_directories: [rootInclude, bablInclude],
-+#    dependencies: [math, lcms],
++#    dependencies: [math, lcms, log],
 +#    c_args: common_c_flags + arm_neon_flags
 +#  )
 +#