Changes between Initial Version and Version 1 of Ticket #43611
- Timestamp:
- May 7, 2014, 5:21:53 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43611
- Property Cc ryandesign@… added
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
duplicate
- Property Port ImageMagick added
-
Ticket #43611 – Description
initial v1 7 7 I uninstalled openjpeg via MacPort and cleaned out all openjpeg related files as well as uninstalling ffmpeg which has a dependency on openjpeg. But it seems that ffmpeg wants openjpeg 1.5 at first and so installs it and then uninstalls it. But it leaves a few openjpeg 1.5 files around. The only ports I have are now: 8 8 9 {{{ 9 10 openjpeg @2.0.0_0 (active) 11 }}} 10 12 11 13 and 12 14 15 {{{ 13 16 pkgconfig @0.26_0 14 17 pkgconfig @0.26_1 15 18 pkgconfig @0.27.1_1 16 19 pkgconfig @0.28_0 (active) 20 }}} 17 21 18 22 19 23 {{{ 20 24 cat /opt/local/lib/pkgconfig/libopenjpeg.pc 21 25 prefix=/opt/local … … 32 36 Libs.private: -lm 33 37 Cflags: -I${includedir} 34 38 }}} 35 39 36 40 There is no libopenjp2.pc. So it seems like either MacPorts has some conflicts or /opt/local/lib/pkgconfig/libopenjpeg.pc is misconfigured to 1.5 rather than 2.0.0. … … 40 44 '''As you can see all the files are still libopenjpeg and not libopenjp2''' 41 45 46 {{{ 42 47 find /opt | grep openjp* 43 48 … … 96 101 /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/textproc/openjade/files/patch-Node.h 97 102 /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/textproc/openjade/Portfile 103 }}}