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. |
d5e8dbd34bcebb31c76b0e33d66ba529fffba1fa |
|
17-May-2009 |
jiho-sf <jiho-sf@users.sourceforge.net> |
Integrate fix from Jon Cruz regarding localization on OS X
Added support folders for localization. Apparently just having those, even empty, helps to get the correct language.
https://bugs.launchpad.net/inkscape/+bug/242105 |
36994ed8917288bc5710d2ba3313312e3005fec6 |
|
03-Nov-2007 |
jiho-sf <jiho-sf@users.sourceforge.net> |
osx-app.sh
- added an help message
- changed the calling syntax to make it more robust and allow to specify the directory containing python modules
- removed the reference to libXinerama on Tiger. libXinerama caused many issues but they seem to be all related to people installing x11 in strange ways
- use pkg-config to get pango and gtk version rather thn relying on clucky ls+sed workarounds
- code reorganization and added comments
- spaces to tabs
osx-dmg.sh
- removed python related stuff
- added a command line option to get Inkscape package (the package does not have to be in the same directory now)
osx-build.sh
- modified according to the changes in the two other files
- removed referece to X11 libraries ad such. these were commented for a while and nothing broke
- added an upload commnt to send the file to modevia
removed inkscape_python.ds_store
modified inkscape.ds_store (larger window)
dmg_background.***
- removed Python arrow
- remove the word Inkscape from the arrow (useless now) and make this arrow glow green a little, as the rest of the picture
- removed absolute paths to my computer |
02c9d4b85b9e594705c89caffa548acfafe46c3d |
|
01-May-2007 |
jiho-sf <jiho-sf@users.sourceforge.net> |
- committed patch 1710671 to osx-build.sh from John Faith which allows prior detection of the variable $INSTALLPREFIX in the environment. The other solution would be to supply it as a command line parameter, the code is here but commented at the moment. We should decide which solution is the most pratical
- additional file existence checks in osx-build.sh
- added checks for success of each step of osx-build before proceeding to the next one (via exit status)
- split the PACKAGE action into a new PACKAGE action (creates the app bundle) and a DISTRIB action (creates the dmg image)
- added an exit status for osx-app and osx-dmg
- removed the old call to osx-dmg at the end of osx-app (it has been commented for a while anyway) |
3890ae27a0e3b764353c8674c65ba2ae5a365cfa |
|
15-Mar-2007 |
mjwybrow <mjwybrow@users.sourceforge.net> |
* Makefile.am, packaging/macosx/inkscape_python.ds_store,
packaging/macosx/osx-build.sh, packaging/macosx/osx-app.sh,
packaging/macosx/dmg_background.svg, packaging/macosx/osx-dmg.sh,
packaging/macosx/dmg_background.png, packaging/macosx/dmg_set_style.scpt,
packaging/macosx/inkscape.ds_store:
Updates to the Mac OS X packaging scripts by Jean-Olivier Irisson to
improve support for building DMGs with python bundled, as well as
making everything less Fink-centric so DarwinPorts can be used as
an alternative. Submitted as patch #1673087. |