mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-17 07:10:52 +00:00
- 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.