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 af10f6c3b8c240b32ed5cfb4895908b133cdb845 (commit) via 905d21493a6a2ccbc57820084fbca6cd3286df8a (commit) from 14eef5929f17ab225a542656b639e0569ec8af7b (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/af10f6c3b8c240b32ed5cfb4895908b133cdb...
commit af10f6c3b8c240b32ed5cfb4895908b133cdb845 Author: Cyril Hrubis metan@ucw.cz Date: Wed Jan 2 22:37:09 2013 +0100
build: Remove now unused build knob.
diff --git a/config.mk b/config.mk index c65c19d..5a05ef1 100644 --- a/config.mk +++ b/config.mk @@ -13,10 +13,3 @@ PYTHON_INCLUDE=`python-config --include` PYTHON=PYTHONPATH=$$PYTHONPATH:${PYLIBSDIR} ${PYTHON_BIN} -Werror
SWIGOPTS=-w322,314 -I/usr/include/ - -# -# If set to yes, rebuilds libGP* after typing make -# in any of the libs/*/ directories that are linked -# to libGP*. -# -REBUILD_LIBGP=yes
http://repo.or.cz/w/gfxprim.git/commit/905d21493a6a2ccbc57820084fbca6cd3286d...
commit 905d21493a6a2ccbc57820084fbca6cd3286df8a Author: Cyril Hrubis metan@ucw.cz Date: Wed Jan 2 22:36:15 2013 +0100
build: install spiv demo by default.
diff --git a/install.sh b/install.sh index b0d3873..f631083 100755 --- a/install.sh +++ b/install.sh @@ -40,3 +40,4 @@ done # Binaries echo "INSTALL binaries" install -m 755 gfxprim-config "$BIN_LOC" +install -m 755 demos/spiv/spiv "$BIN_LOC"
-----------------------------------------------------------------------
Summary of changes: config.mk | 7 ------- install.sh | 1 + 2 files changed, 1 insertions(+), 7 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.