Files
termux-packages/packages/gegl
termux-pacman-bot b3aca58beb fix(main/gegl): fix build of gegl 0.4.66 for 32-bit ARM
- After upstream commit 5055e24185, this error began in the build for 32-bit ARM:

```
Problem found in gegl/gegl.def
  the following symbols are in the library,
  but are not listed in the .def-file:
     + gegl_downscale_2x2_arm_neon
     + gegl_downscale_2x2_get_fun_arm_neon
     + gegl_downscale_2x2_nearest_arm_neon
     + gegl_resample_bilinear_arm_neon
     + gegl_resample_boxfilter_arm_neon
     + gegl_resample_nearest_arm_neon
```

it appears that the upstream commit was not tested for 32-bit ARM before releasing, and upstream's CI does not test building for 32-bit ARM.
2025-12-14 13:41:06 +00:00
..