On Thursday, February 17, 2022, E. Liddell <ejlddll(a)warpmail.net> wrote:
On Thu, 17 Feb 2022 17:41:30 +0100
François Andriot <francois.andriot(a)libertysurf.fr> wrote:
Le 16/02/2022 à 01:43, Felix Miata a écrit :
> # zypper install trinity-desktop
> ...
> Problem: nothing provides 'libjasper.so.4()(64bit)' needed by the to
be installed trinity-tdelibs-14.0.11-1.osstw.x86_64
> Solution 1: do not install
trinity-desktop-14.0.11-1.osstw.noarch
> Solution 2: break trinity-tdelibs-14.0.11-1.osstw.x86_64 by
ignoring some
of its dependencies
libjasper4-2.0.33-2.1.x86_64.rpm
has been replaced by
libjasper6-3.0.0-1.1.x86_64.rpm
Hello Felix,
Alas, tdelibs fails to build against jasper 3.0 :(
libjasper is there to provide support for an image format that no one
really
uses. It's probably safe (even for packaging) to compile tdelibs with
WITH_JASPER off and drop the dependency. It's very unlikely that
anyone will ever notice.
if we talk about (open) jpeg2000 some users might notice.. but well, for
development packages hopefully this can be resolved in some way (either by
changing code to compile with new libjasper or adding libopenjpeg
decoding)