Add new color profiles
Mark Wielaard
mark at klomp.org
Sun Apr 27 16:55:12 PDT 2008
Hi,
Andrew and Keith solved a problem with missing color profiles which made
some applications (like batik) very unhappy:
http://mail.openjdk.java.net/pipermail/2d-dev/2008-April/000261.html
They aren't in openjdk[7] or openjdk6 yet, but because it is such an
annoying problem I have added them already to icedtea. Since the
profiles are basically binary files (I don't believe there is a textual
representation defined) it is somewhat difficult to add them to a
standard patch. So I added a simple overlay mechanism that might come in
handy later as alternative to patch files. The overlay files are copied
after the patches are applied.
2008-04-27 Mark Wielaard <mark at klomp.org>
* Makefile.am (ICEDTEA_PATCHES): Add icedtea-color-profiles.patch.
(stamps/overlay.stamp): New target.
(overlay): Likewise.
(stamps/extract-ecj.stamp): Depend on stamps/overlay.stamp.
(icedtea): Likewise.
(icedtea-debug): Likewise.
(stamps/hotspot-tools-copy-source-files.stamp): Likewise.
* Makefile.in: Regenerated.
* overlays/openjdk/jdk/src/share/lib/cmm/lcms/GRAY.pf: New file.
* overlays/openjdk/jdk/src/share/lib/cmm/lcms/LINEAR_RGB.pf:
Likewise.
* overlays/openjdk/jdk/src/share/lib/cmm/lcms/PYCC.pf: Likewise.
* patches/icedtea-color-profiles.patch: New patch.
I am a happy batik/squiggle user now :)
Committed and pushed,
Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: profile.patch
Type: text/x-patch
Size: 6724 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20080428/dd53d526/profile.patch
More information about the distro-pkg-dev
mailing list