[Bug 252926] graphics/mtpaint: Adopt/Update to 3.50

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 23 09:31:12 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252926

--- Comment #3 from Nuno Teixeira <ed.arrakis at gmail.com> ---
You're right, libopenjpeg.so is from openjpeg15, but I want openjpeg jp2v2

configure:
jp2v1 ............ Use libopenjpeg
jp2v2 ............ Use libopenjpeg2

I've used:

OPENJPEG_LIB_DEPENDS=   libopenjp2.so:graphics/openjpeg

and it builds ok with it, https://termbin.com/m1yo

% ldd work/stage/usr/local/bin/mtpaint | grep jp2
% libopenjp2.so.7 => /usr/local/lib/libopenjp2.so.7 (0x800328000)

OPENJPEG option OFF and builds ok without it (ldd doesn't show this library), 
https://termbin.com/114o

diff logjp2 lognojp2

---
19c19
< ===>   mtpaint-3.50 depends on shared library: libopenjp2.so - found
(/usr/local/lib/libopenjp2.so)
---
> ===>   mtpaint-3.50 depends on shared library: libjasper.so - found (/usr/local/lib/libjasper.so)
68c68
<     Use JPEG 2000       OpenJPEG2
---
>     Use JPEG 2000       JasPer
---

I think this is ok now, could you please test new patch?

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list