This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via b91ac3947efd9ef282fb01e5152b3190f5f1352e (commit) via 208c6b8986ccb87c14f2c2d8eb88eb123d99a22b (commit) via 64d17b5956bac389cd3ea3ca2b56a8b9051f2f9f (commit) from 75c90b1ae9699e0076e8006a9818a076cd345d95 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/b91ac3947efd9ef282fb01e5152b3190f5f13...
commit b91ac3947efd9ef282fb01e5152b3190f5f1352e Author: Cyril Hrubis metan@ucw.cz Date: Thu Dec 20 17:22:35 2012 +0100
doc: Fix previous changes in Makefile.
diff --git a/doc/Makefile b/doc/Makefile index eb86df8..b87a688 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -23,16 +23,12 @@ all: toolcheck examples.html $(PAGES) api.html # Check if we have all the needed tools # toolcheck: - @echo "Checking if documentation tools are present..." @if [ -z `which asciidoc 2>/dev/null` ] ; then - echo "Could not find 'asciidoc'" ; exit 127 ; fi + echo "ERROR: Could not find 'asciidoc'" ; exit 127 ; fi @if [ ! -d "/usr/share/graphviz" ] ; then - echo "Could not find 'graphviz'" ; exit 127 ; fi - @if [ ! -e "/usr/lib/graphviz/python/gv.py" ] ; then - echo "Found 'graphviz' but not Python bindings" ; exit 127 ; fi + echo "ERROR: Could not find 'graphviz'" ; exit 127 ; fi @if [ -z `which latex 2>/dev/null` ] ; then - echo "Could not find 'latex'" ; exit 127 ; fi - @echo " ...seems okay" + echo "ERROR: Could not find 'latex'" ; exit 127 ; fi
# # Create page for each part of API description
http://repo.or.cz/w/gfxprim.git/commit/208c6b8986ccb87c14f2c2d8eb88eb123d99a...
commit 208c6b8986ccb87c14f2c2d8eb88eb123d99a22b Merge: 64d17b5 75c90b1 Author: Cyril Hrubis metan@ucw.cz Date: Thu Dec 20 17:18:32 2012 +0100
Merge ssh://repo.or.cz/srv/git/gfxprim
http://repo.or.cz/w/gfxprim.git/commit/64d17b5956bac389cd3ea3ca2b56a8b9051f2...
commit 64d17b5956bac389cd3ea3ca2b56a8b9051f2f9f Author: Cyril Hrubis metan@ucw.cz Date: Thu Dec 20 16:19:37 2012 +0100
spiv: Fix debug message in image cache.
diff --git a/demos/spiv/image_cache.c b/demos/spiv/image_cache.c index 924c392..00712c9 100644 --- a/demos/spiv/image_cache.c +++ b/demos/spiv/image_cache.c @@ -239,14 +239,14 @@ int image_cache_put(struct image_cache *self, GP_Context *ctx, const char *path, return 1; } - GP_DEBUG(2, "Adding image '%s:%10li:%10li' size %zu", - img->path, img->cookie1, img->cookie2, size); - img->ctx = ctx; img->cookie1 = cookie1; img->cookie2 = cookie2; img->elevated = 0; strcpy(img->path, path); + + GP_DEBUG(2, "Adding image '%s:%10li:%10li' size %zu", + img->path, img->cookie1, img->cookie2, size);
add_img(self, img, size);
-----------------------------------------------------------------------
Summary of changes: demos/spiv/image_cache.c | 6 +++--- doc/Makefile | 10 +++------- 2 files changed, 6 insertions(+), 10 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.