There is a new pull request by oreo639 against master on the void-packages repository https://github.com/oreo639/void-packages lmcs2 https://github.com/void-linux/void-packages/pull/48438 lcms2: disable plugins for now #### Testing the changes - I tested the changes in this PR: **briefly** Plugins were enabled in https://github.com/void-linux/void-packages/commit/b9b9189c8a7c6f2e8e600958dbc298b7c69c7417 The plugins get linked to applications (`dlopen()` is not used). However they were not added to `common/shlibs` causing packages to link against the plugins but error due to the shlibs not having an associated package. The plugins don't have a soversion, however as this is inconsistent between configuring with autoconf vs meson, I assume this is a mistake, as such disable until the following is addressed: https://github.com/mm2/Little-CMS/issues/432 Fixes building gimp, Krita, libraw, etc. cc: @sgn A patch file from https://github.com/void-linux/void-packages/pull/48438.patch is attached