Hide Forgot
Created attachment 1227557 [details] patch Description of problem: bumping libopenraw to 0.1.0 has caused broken deps in gegl. Even after fixing those the package would still not build due to changes in ruby packaging. I have fixed both issues, as well as modernised the .spec slightly and disabled silent build.
*** Bug 1401186 has been marked as a duplicate of this bug. ***
Actually that's not all. On aarch64 and ppc64 it still fails with: matting-global.c: In function 'do_random_search': matting-global.c:243:29: error: implicit declaration of function 'rand' [-Werror=implicit-function-declaration] int fi = (start_fi + (rand() % (dist_f * 2 + 1)) + fl - dist_f) % fl; ^~~~ In file included from ../../gegl/gegl-plugin.h:40:0, from ../../gegl/gegl-chant.h:29, from matting-global.c:33: