office-gobmx/icc
Oliver Bolte 2e1f095c12 CWS-TOOLING: integrate CWS sb104
2009-01-27 13:09:06 +0100 sb  r266986 : #i97992# cws rebase: merged cws/sb104/config_office/set_soenv.in with moved tags/DEV300_m40/set_soenv.in
2009-01-27 10:56:40 +0100 sb  r266966 : CWS-TOOLING: rebase CWS sb104 to trunk@266944 (milestone: DEV300:m40)
2009-01-20 14:37:00 +0100 sb  r266581 : #i97992# missing treatment of Solaris-only adjustvisibility as build-internal tool
2009-01-20 09:32:38 +0100 sb  r266554 : CWS-TOOLING: rebase CWS sb104 to trunk@266428 (milestone: DEV300:m39)
2009-01-14 13:40:45 +0100 sb  r266296 : #i97992# do not pass comment lines to shell
2009-01-14 12:50:34 +0100 sb  r266290 : #i97992# avoid problems with checkdll not finding AWTLIB and its dependents
2009-01-14 12:49:20 +0100 sb  r266289 : #i97992# on Linux and Solaris, regxpcom apparently needs to be called with the libxpcom.so directory on the LD_LIBRARY_PATH
2009-01-13 09:41:37 +0100 sb  r266196 : #i97992# fixed AUGMENT_LIBRARY_PATH definitions
2009-01-12 18:02:03 +0100 sb  r266177 : #i97992# get rid of LD_LIBRARY_PATH in build environment
2009-02-19 11:42:47 +00:00
..
prj #i81093# sRGB profile 2008-01-10 14:39:13 +00:00
source/create_sRGB_profile INTEGRATION: CWS changefileheader (1.5.6); FILE MERGED 2008-04-11 06:31:14 +00:00
makefile.mk CWS-TOOLING: integrate CWS sb104 2009-02-19 11:42:47 +00:00
makefiles.zip INTEGRATION: CWS hr51 (1.5.4); FILE MERGED 2008-06-16 13:00:14 +00:00
README Issue number: i81093 2008-01-11 11:30:27 +00:00
SampleICC-1.3.2-bendian.patch INTEGRATION: CWS gcc430icc (1.4.2); FILE MERGED 2008-02-04 14:41:41 +00:00
SampleICC-1.3.2.patch INTEGRATION: CWS gcc430icc (1.5.2); FILE MERGED 2008-02-04 14:41:54 +00:00

Date: 2008-01-11

This project is used to generate the ICC color
profile needed in module vcl in order to export
to PDF/A-1a.
It's composed of a small application, which lurks in:

icc/source/create_sRGB_profile

That application links to a support library
(icc/download/SampleICC-1.3.2), build at OOo
build time.
Finally, the application is run at OOo build time to
generate the only file delivered to solver:
sRGB-IEC61966-2.1.hxx.

If you need to change the data into the ICC profile,
please change the create_sRGB_profile.

The library was downloaded from:
http://sampleicc.sourceforge.net
on 2007-08-23.

For information on ICC profiles, you may want to visit:
http://www.color.org

Notes for porters
=================
the endianess and other platform specific configuration
are in:

<build>/misc/build/SampleICC-1.3.2/IccProfLib/IccProfLibConf.h

The patches:
SampleICC-1.3.2.patch is the file to be used for Linux and Windows
SampleICC-1.3.2-bendian.patch is the file to be used for
big endian platform, formed from the above patch plus the big endian
forcing.

beppec56@openoffice.org