Ticket #16868 (closed defect: fixed)
BUG graphics/openjpeg: can't load libopenjpeg-2.1.2.0.dylib
| Reported by: | devans@… | Owned by: | mcalhoun@… |
|---|---|---|---|
| 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
Change History
Changed 5 years ago by devans@…
- Attachment patch-Portfile.diff added
Changed 5 years ago by devans@…
- Attachment patch-Makefile.osx.diff added
Additional patchfile for files directory
comment:1 Changed 5 years ago by devans@…
- Priority changed from Normal to High
Increased priority to HIGH. This problem keeps the GIMP JPEG2000 plug in from loading (gimp-jp2)
Note: See
TracTickets for help on using
tickets.


Patch for Portfile