Code

- Fix bug #390024: "raster image extensions fail on osx: missing ImageMagick
authormjwybrow <mjwybrow@users.sourceforge.net>
Tue, 8 Sep 2009 01:59:06 +0000 (01:59 +0000)
committermjwybrow <mjwybrow@users.sourceforge.net>
Tue, 8 Sep 2009 01:59:06 +0000 (01:59 +0000)
commit26be7006ec608b83cad0b17aa569d6d420b2b6b9
treee4dba6ee5810baecb4f2bbb7eb90a1ab721f7b9b
parent63262533b695d656a8e03842c8d81bff9bc647f5
 -  Fix bug #390024: "raster image extensions fail on osx: missing ImageMagick
    config files/resources"  Include the ImageMagick resources in the bundle.
    Note that this only works when the user does not have a version installed
    in the same prefix as the one originally built for the bundle.  This should
    be okay since the official package is built with a long obscure prefix.
 -  Fix bug #392693: "Conflict between bundled and system libxml dylib"
    The official package no longer uses the DYLD_LIBRARY_PATH magic.  Instead
    all paths within the dylibs, executable and shared objects get rewritten
    to be relative to the executable.  Note: Packagers will need to install
    Macports into a PREFIX of 50 characters in length to allow enough space
    within all the libraries for path rewriting.
packaging/macosx/Resources/bin/inkscape
packaging/macosx/Resources/script
packaging/macosx/osx-app.sh