Changes between Initial Version and Version 1 of Ticket #43611


Ignore:
Timestamp:
May 7, 2014, 5:21:53 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Remember to use WikiFormatting when writing in Trac, to fill in the Port field, and to Cc the maintainer of that port.

This was already reported in #43599.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43611

    • Property Cc ryandesign@… added
    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
    • Property Port ImageMagick added
  • Ticket #43611 – Description

    initial v1  
    77I 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:
    88
     9{{{
    910openjpeg @2.0.0_0 (active)
     11}}}
    1012
    1113and
    1214
     15{{{
    1316 pkgconfig @0.26_0
    1417  pkgconfig @0.26_1
    1518  pkgconfig @0.27.1_1
    1619  pkgconfig @0.28_0 (active)
     20}}}
    1721
    1822
    19 
     23{{{
    2024cat /opt/local/lib/pkgconfig/libopenjpeg.pc
    2125prefix=/opt/local
     
    3236Libs.private: -lm
    3337Cflags: -I${includedir}
    34 
     38}}}
    3539
    3640There 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.
     
    4044'''As you can see all the files are still libopenjpeg and not libopenjp2'''
    4145
     46{{{
    4247find /opt | grep openjp*
    4348
     
    96101/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/textproc/openjade/files/patch-Node.h
    97102/opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/textproc/openjade/Portfile
     103}}}