Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 2021 09:31:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 252926] graphics/mtpaint: Adopt/Update to 3.50
Message-ID:  <bug-252926-7788-qpYEnW3HQf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-252926-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-252926-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252926

--- Comment #3 from Nuno Teixeira <ed.arrakis@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=3D   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 =3D> /usr/local/lib/libopenjp2.so.7 (0x800328000)

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

diff logjp2 lognojp2

---
19c19
< =3D=3D=3D>   mtpaint-3.50 depends on shared library: libopenjp2.so - found
(/usr/local/lib/libopenjp2.so)
---
> =3D=3D=3D>   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?

--=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-252926-7788-qpYEnW3HQf>