Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#41887 closed defect (invalid)

inkscape-devel needs dependency on openjpeg

Reported by: mf2k (Frank Schima) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: inkscape inkscape-devel

Description

$ port installed inkscape-devel 
The following ports are currently installed:
  inkscape-devel @0.48.99.12849_0+python27+x11 (active)

$ otool -L /opt/local/bin/inkscape | grep jpeg
	/opt/local/lib/libjpeg.9.dylib (compatibility version 10.0.0, current version 10.0.0)

The inkscape port probably needs the dependency too. They also need to be revision bumped due to the recent openjpeg version increase.

Change History (2)

comment:1 Changed 10 years ago by dbevans (David B. Evans)

Resolution: invalid
Status: newclosed

openjpeg is not a direct dependency of either inkscape-devel or inkscape

/opt/local/lib/libjpeg.9.dylib

is provided by port jpeg

$ port provides /opt/local/lib/libjpeg.9.dylib
/opt/local/lib/libjpeg.9.dylib is provided by: jpeg

which is brought in by gtkmm/gtkmm3 depending on the variant.

openjpeg provides

$ port contents openjpeg | grep dylib
  /opt/local/lib/libopenjp2.2.0.0.dylib
  /opt/local/lib/libopenjp2.6.dylib
  /opt/local/lib/libopenjp2.dylib

inkscape-devel was updated to bzr 12855 in r115053 and
inkscape was revbumped in r115019 to handle the recent update of libpng to the 1.6.x branch.

comment:2 Changed 10 years ago by mf2k (Frank Schima)

Sounds good. Sorry for the noise!

Note: See TracTickets for help on using tickets.