https://bugzilla.redhat.com/show_bug.cgi?id=2443717
--- Comment #36 from Tarulia <[email protected]> --- Just noticed this while checking the build.log: ``` -- Which libraries should wxWidgets use? … wxUSE_LIBWEBP: sys (use libwebp (WebP file format)) wxUSE_NANOSVG: builtin (use NanoSVG for rasterizing SVG) wxUSE_LUNASVG: OFF (use LunaSVG for rasterizing SVG (C++17 minimum)) … ``` `builtin` denotes bundled dependencies, but it's not listed as bundled in the spec (it's in the 3rdparty directory, as well as lunasvg) And in the same section: ``` wxUSE_LIBLZMA: OFF (use liblzma for LZMA compression) ``` `xz-devel` is already installed as a dependency, so might as well turn this on. It's for wxLZMAInputStream[1] and wxLZMAOutputStream[2], though I'm not sure if they're used anywhere or if they're just for developers to use. I don't know why it's off by default either. It was added 8 years ago and never changed. The commit[3] says this was added "Prepare for using liblzma", so I think it was just forgot about afterwards. [1] https://docs.wxwidgets.org/latest/classwx_l_z_m_a_input_stream.html [2] https://docs.wxwidgets.org/latest/classwx_l_z_m_a_output_stream.html [3] https://github.com/wxWidgets/wxWidgets/commit/311b2aee5f963a9dd9c77f4db1e0304d7b30da0d -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2443717 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202443717%23c36 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
