           SPELL=libxcm
         VERSION=0.5.1
          SOURCE="libXcm-${VERSION}.tar.bz2"
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/project/oyranos/libXcm/libXcm-0.5/${SOURCE}
     SOURCE_HASH=sha512:809af120bab8a8d5d47f4b32c455e63194c399b5562dca681f76e379fef129e1fa26275870eed9fc2f185428c10f4ca6e1495eca29544f6c9ae71868ab1d7278
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/libXcm-${VERSION}"
        WEB_SITE="http://www.freedesktop.org/wiki/OpenIcc"
      LICENSE[0]=MIT
         ENTERED=20121101
           SHORT="a reference implementation of the X Color Management specification"
cat << EOF
The libXcm library contains the a reference implementation of the X Color
Management specification. The X Color Management specification allows to
attach colour regions to X windows to communicate with colour servers.

The XcmDDC API can be used to fetch a EDID data block from a monitor over a
i2c communication. On Linux typical the i2c-dev module must be loaded to use
this hardware data channel. The device nodes must obtain rights accessible
to normal users.

The XcmEdidParse API is for parsing EDID data blocks. A small example
application is included.

The XcmEvents API allowes to easily observe X11 colour management events.
The included xcmsevents makes use of the XcmEvents API.
EOF
