A quartz version for OS X
Blueprint for making Inkscape work with the Quartz backend of GTK+ and packaging it into an OS X application bundle.
Blueprint information
- Status:
- Not started
- Approver:
- Michael Wybrow
- Priority:
- Medium
- Drafter:
- Gellule
- Direction:
- Needs approval
- Assignee:
- Gellule
- Definition:
- Drafting
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
---+ Report your findings there:
<https:/
---+ Current working solution
Starting point is there: http://
Modifications are below:
1. Add headerpad_
Modify MacPorts base as follows:
In /opt/local/
Replace: default configure.ldflags {-L${prefix}/lib}
By: default configure.ldflags {"-L${prefix}/lib -Wl,-headerpad_
(Re-)build MacPorts tree with dependencies, with +quartz+no_x11
2. Make sure that pango is built with +builtin_modules variant
sudo port upgrade --force pango +builtin_modules
2. Custom gtk-mac-bundler in MacPorts
!!!Warning: outdated...
Setup a local port with instructions in https:/
3. Get custom branch of inkscape at:
bzr branch lp:~inkscape.dev/inkscape/dev-osx
4. Build and bundle Inkscape
cd packaging/macosx
./osx-build.sh a c b i p d
Notes: I'm sure there are missing things in Inkscape.app.
---+ Related blueprint:
<https:/
<https:/