$ grep -i jasper ufraw-0.19.2/{README,configure.ac} -A2 ufraw-0.19.2/README:configure: JPEG2000 (libjasper) support: yes ufraw-0.19.2/README-configure: TIFF support: yes ufraw-0.19.2/README-configure: PNG support: yes -- ufraw-0.19.2/README:The libjasper development package is required to support image files from ufraw-0.19.2/README-Red movie cameras. If the configuration script does not find this package ufraw-0.19.2/README-support for such image files will be omitted. -- ufraw-0.19.2/configure.ac:# Check for libjasper. ufraw-0.19.2/configure.ac:AC_CHECK_LIB(jasper, jas_image_decode) ufraw-0.19.2/configure.ac:have_jasper=${ac_cv_lib_jasper_jas_image_decode:-no} ufraw-0.19.2/configure.ac- ufraw-0.19.2/configure.ac-# Check for tiff headers and library. -- ufraw-0.19.2/configure.ac:AC_MSG_NOTICE(JPEG2000 (libjasper) support: $have_jasper) ufraw-0.19.2/configure.ac-AC_MSG_NOTICE(TIFF support: $have_tiff) ufraw-0.19.2/configure.ac-AC_MSG_NOTICE(PNG support: $have_png) /usr/bin/ufraw, /usr/bin/ufraw-batch and /usr/lib64/gimp/2.0/plug-ins/ufraw-gimp link to libjasper.so.1. It is regression: ufraw-0.18 did not have this problem, please add USE jpeg2k. Support for jasper was added in 0.19.
Still present in ufraw-0.22
Suggested a fix in PR https://github.com/gentoo/gentoo/pull/2939
lgtm, did you already try to submit this upstream?
Thanks, patch added in git commit 2da389e51d92dbe277d6e7b5cfd8194d5cae4ec3 Please proceed with upstreaming your patch, if you haven't already.