The dependency on 'libjpeg' is broken since 2026-07-01. The easy fix is to replace the Package dependency on 'libjpeg' to SO name dependency on 'libjpeg.so'. It is also the preferred Arch way to use direct library dependencies (see here: https://wiki.archlinux.org/title/Arch_package_guidelines#Package_dependencies). Then it builds again.
I locally applied the following diff in the PKGBUILD to make it build again:
-depends=(freetype2 lcms2 libjpeg openjpeg2 icu harfbuzz)
+depends=(freetype2 lcms2 libjpeg.so openjpeg2 icu harfbuzz)
Pinned Comments
faethon commented on 2026-03-12 15:42 (UTC)
Fails missing simdutf under third-party:
selmf commented on 2021-05-24 11:20 (UTC)
Important: This package depends on libicuuc and needs to be rebuild if the icu package is updated on your system!