New commits:
commit cb8088db45f962eca82c33de164a42c4c2fdab7e
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
utils/oyranos: version 0.9.0
commit 4acdd68bcf0bf0fbd227b4c23102639d01d2dbe1
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
graphics-libs/libxcm: new spell, a reference implementation of the X
Color Management specification
commit dd3f39e9c001cb6d58c1966a2d6597779a075984
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
libs/yajl: version 2.0.4
commit 1c57b209ec8e586f272503013194541b42354c49
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
libs/elektra: version 0.7.0
diff --git a/ChangeLog b/ChangeLog
index fbbc9b0..83bbc94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
2012-11-02 Ladislav Hagara <hgr AT vabo.cz>
* e-17/edbus: new spell, access to D-Bus from EFL applications
+2012-11-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * graphics-libs/libxcm: new spell, a reference implementation of the X
+ Color Management specification
+
2012-10-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* graphics-libs/libopenraw: new spell, a RAW decoder
diff --git a/graphics-libs/libxcm/DEPENDS b/graphics-libs/libxcm/DEPENDS
new file mode 100755
index 0000000..6d5bb47
--- /dev/null
+++ b/graphics-libs/libxcm/DEPENDS
@@ -0,0 +1,11 @@
+depends libice &&
+depends libsm &&
+depends libx11 &&
+depends libxau &&
+depends libxcb &&
+depends libxdmcp &&
+depends libxext &&
+depends libxfixes &&
+depends libxmu &&
+depends libxt &&
+depends util-linux
diff --git a/graphics-libs/libxcm/DETAILS b/graphics-libs/libxcm/DETAILS
new file mode 100755
index 0000000..b7b77e9
--- /dev/null
+++ b/graphics-libs/libxcm/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=libxcm
+ VERSION=0.5.1
+ SOURCE="libXcm-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/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
diff --git a/graphics-libs/libxcm/HISTORY b/graphics-libs/libxcm/HISTORY
new file mode 100644
index 0000000..2a415aa
--- /dev/null
+++ b/graphics-libs/libxcm/HISTORY
@@ -0,0 +1,3 @@
+2012-11-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/libs/elektra/DETAILS b/libs/elektra/DETAILS
index 46b5b99..d3b3b6f 100755
--- a/libs/elektra/DETAILS
+++ b/libs/elektra/DETAILS
@@ -1,9 +1,9 @@
SPELL=elektra
- VERSION=0.6.10
+ VERSION=0.7.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
+
SOURCE_HASH=sha512:0d4679028d7ab29f23b04945022ade795299a0608e29241d40c84498d3aa10c538dd6922415cf6b517a1d49dc1b4af16c6478d3ff15f7d939297752adf60a759
LICENSE[0]=GPL
WEB_SITE=http://elektra.sourceforge.net/
KEYWORDS="libs"
diff --git a/libs/elektra/HISTORY b/libs/elektra/HISTORY
index fc8a124..5ddb7fe 100644
--- a/libs/elektra/HISTORY
+++ b/libs/elektra/HISTORY
@@ -1,3 +1,6 @@
+2012-11-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.7.0
+
2008-04-26 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS, DEPENDS: Created