Manual merge of version 1:0.1.106-3+rpi1 and 1:0.1.110-1 to produce 1:0.1.110-1+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Tue, 31 Dec 2024 10:42:10 +0000 (10:42 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 31 Dec 2024 10:42:10 +0000 (10:42 +0000)
1  2 
babl/base/meson.build
babl/meson.build
debian/changelog
meson.build

index dc04b3c8ab56ba930630dac428d32fa6753b38f9,1084d8eccd41fb2d63fb21f44081ca3907c11e98..b6e25e314f8792410aa0ad57676a37a7695f6694
@@@ -43,14 -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, log],
 -    c_args: common_c_flags + arm_neon_flags
 -  )
--
 -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
 +#  )
 +#
 +#endif
Simple merge
index addc3057df9e627694fa3fc53b92834454396bd2,ed875e9ea8497880064c5b1115e114b1f6268616..4f0e416d3fcc62cdfbd9695a621ccda24f2d0059
@@@ -1,10 -1,18 +1,26 @@@
- babl (1:0.1.106-3+rpi1) trixie-staging; urgency=medium
++babl (1:0.1.110-1+rpi1) trixie-staging; urgency=medium
 +
 +  [changes brought forward from 1:0.1.92-1+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sat, 27 Aug 2022 09:54:36 +0000]
 +  * Disable neon support, it seems to assume armv8 neon which not
 +    all systems have.
 +
-  -- Raspbian forward porter <root@raspbian.org>  Wed, 22 Nov 2023 04:38:50 +0000
++ -- Peter Michael Green <plugwash@debian.org>  Tue, 31 Dec 2024 10:41:05 +0000
++
+ babl (1:0.1.110-1) unstable; urgency=medium
+   * New upstream release.
+   * Update Standards-Version to 4.7.0, with no changes needed.
+  -- Jordi Mallach <jordi@debian.org>  Tue, 05 Nov 2024 00:09:31 +0100
+ babl (1:0.1.108-1) unstable; urgency=medium
+   * New upstream release
+   * debian/libbabl-0.1-0.symbols: Add new symbol
+   * Add Build-Depends: gi-docgen
+   * Stop using dh-sequence-gnome
+  -- Jeremy BĂ­cha <jbicha@ubuntu.com>  Tue, 13 Feb 2024 16:45:02 -0500
  
  babl (1:0.1.106-3) unstable; urgency=medium
  
diff --cc meson.build
Simple merge