Changes between Initial Version and Version 1 of Ticket #35105


Ignore:
Timestamp:
Jul 6, 2012, 4:21:28 PM (12 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35105

    • Property Keywords libpng openjpeg ffmpeg removed
  • Ticket #35105 – Description

    initial v1  
    11In the course of a more comprehensive upgrade involving ffmpeg and gtk2, I have to rebuild openjpeg, on which ffmpeg depends. This build fails, because it tries to link against libpng15, which is absent from my system, instead of linking against libpng14, which is installed and active.
    22The screen output is:
     3{{{
    34~> sudo port clean openjpeg ffmpeg gtk2
    45--->  Cleaning openjpeg
     
    5253    set exit_status [process_cmd $remaining..."
    5354    (file "/opt/local/bin/port" line 4784)
    54 
     55}}}
    5556The logfile is attached.