Date: Sat, 08 Jan 2022 20:45:28 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 261043] graphics/kf5-kimageformats: enable JPEG XL by default Message-ID: <bug-261043-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261043 Bug ID: 261043 Summary: graphics/kf5-kimageformats: enable JPEG XL by default Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: kde@FreeBSD.org Reporter: jbeich@FreeBSD.org Depends on: 261003 Flags: maintainer-feedback?(kde@FreeBSD.org) Assignee: kde@FreeBSD.org Created attachment 230828 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D230828&action= =3Dedit v1 (apply via "git am") See https://en.wikipedia.org/wiki/JPEG_XL Seems to be already by default if libjxl package is found/installed, so tra= ck the dependency in the port. One downside is libjxl the binary package is a = bit heavy due to dependency on gimp-app. This is temporary until review D16457 = but disabling gimp by default would violate "batteries included" approach while splitting the build increases maintenance. CMakeLists.txt: option(KIMAGEFORMATS_JXL "Enable plugin for JPEG XL format" ON) if(KIMAGEFORMATS_JXL) pkg_check_modules(LibJXL IMPORTED_TARGET libjxl>=3D0.6.1) pkg_check_modules(LibJXLThreads IMPORTED_TARGET libjxl_threads>=3D0.6= .1) endif() add_feature_info(LibJXL LibJXL_FOUND "required for the QImage plugin for = JPEG XL images") Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261003 [Bug 261003] graphics/libjxl: pkg-config deps list nonexistent libhwy packa= ge --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261043-7788>