#16868 closed defect (fixed)
BUG graphics/openjpeg: can't load libopenjpeg-2.1.2.0.dylib
Reported by: | dbevans (David B. Evans) | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | gimp-jp2 | Cc: | |
Port: | openjpeg |
Description
When trying to load libopenjpeg-2.1.2.0.dylib as a dependent library gimp-jp2 fails with error "image not found" or "expecting version 2.1.2.0 found 0.0.0"
Port openjpeg fails to set the install name properly (libopenjpeg-2.1.2.0.dylib instead of ${prefix}/lib/libopenjpeg-2.1.2.0.dylib). Versioning information is missing as well.
See attached patch for proposed solution.
Attachments (2)
Change History (6)
Changed 16 years ago by dbevans (David B. Evans)
Attachment: | patch-Portfile.diff added |
---|
Changed 16 years ago by dbevans (David B. Evans)
Attachment: | patch-Makefile.osx.diff added |
---|
Additional patchfile for files directory
comment:1 Changed 16 years ago by dbevans (David B. Evans)
Priority: | Normal → High |
---|
Increased priority to HIGH. This problem keeps the GIMP JPEG2000 plug in from loading (gimp-jp2)
comment:3 Changed 16 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
No response in 5 days. Committing as r40982.
Note: See
TracTickets for help on using
tickets.
Patch for Portfile