26be7006ec608b83cad0b17aa569d6d420b2b6b9 |
|
08-Sep-2009 |
mjwybrow <mjwybrow@users.sourceforge.net> |
- 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. |
4d96da6a02636caab3d5ac14b4280ab6e5d98664 |
|
11-Mar-2008 |
mjwybrow <mjwybrow@users.sourceforge.net> |
* packaging/macosx/ScriptExec/main.c: Update ScriptExec with upstream fixes
and changes. X11.app now gets focus if the Inkscape icon is clicked while
Inkscape is already open (previously nothing happened).
* packaging/macosx/Resources/openDoc: If Inkscape.app is already open and
a file is dropped on the Inkscape dock icon, or an Inkscape file is
double-clicked in the Finder, that document will now be correctly opened
in a new Inkscape window (previously nothing happened).
* packaging/macosx/Resources/script: Some minor fixes, plus alert the user
about the font cache building time only if ~/.fontconfig/ doesn't exist.
* packaging/macosx/Resources/bin/inkscape: Only override the fontconfig
configuration on OSX 10.4 or earlier, since the fc-cache behaviour has
been corrected on 10.5.
* Info.plist.in: Update the copyright dates, and change Inkscape to be an
Editor for SVG files, rather than a Viewer as it was previously. |
a2aa00dbaf27e2a3955641a0dc01acf896497640 |
|
04-Nov-2007 |
jiho-sf <jiho-sf@users.sourceforge.net> |
inkscape:
- added code to use the python modules that ship with the app bundle. With Leopard using a version of Python different from Panther and Tiger we should probably ship everything and add a runtime check here for the architecture and the version of Python, so what we redirect PYTHONPATH toward the right place
script:
- put X11 starting in a conditional test, true only on Tiger and Panther. This "should" allow Inkscape to start on Leopard. Needs to be tested though |
30968a56c3caaad6b1872904c12eca96059cdd50 |
|
05-Feb-2007 |
mjwybrow <mjwybrow@users.sourceforge.net> |
* packaging/macosx/ScriptExec/main.c, packaging/macosx/Resources/script:
Present a new message to OS X users describing the delay when starting
Inkscape for the first time, as well as the fact that Inkscape windows
will be part of the X11 application. Also, bounce the dock icon so
that users will actually see this message. |
e8f493457781c3f3b398187d02d4f0bf74bd701c |
|
20-Jun-2006 |
mjwybrow <mjwybrow@users.sourceforge.net> |
* packaging/macosx/Resources/script,
packaging/macosx/Resources/bin/inkscape:
Improve quoting of shell variables.
* packaging/macosx/ScriptExec/ScriptExec.xcodeproj/project.pbxproj:
Xcode 2 project file for the OS X launcher. This will build a
Universal version of the launcher by default. The project files for
different versions are named differently, so this will be picked up and
used if the package builder has a sufficiently new version of Xcode.
* packaging/macosx/ScriptExec/ScriptExec.xcode/sveinbjornt.pbxuser,
packaging/macosx/ScriptExec/ScriptExec.xcode/voisine.pbxuser:
Remove unnecessary user preference files.
* Makefile.am:
Update the Xcode project files included when creating releases. |