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 e791f1daa4c76016f0b45d3c827d253d4e1c7543 (commit) via bac2f525ff902e173977fda2a4c0faa7c907772f (commit) from 844154a505d8a3b7dc68fdd8d7294bb202178d5f (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/e791f1daa4c76016f0b45d3c827d253d4e1c7...
commit e791f1daa4c76016f0b45d3c827d253d4e1c7543 Author: Cyril Hrubis metan@ucw.cz Date: Thu May 9 19:38:28 2013 +0200
build: pywrap: Reorder LDLIBS for pywrap too.
Signed-off-by: Cyril Hrubis metan@ucw.cz
diff --git a/pywrap.mk b/pywrap.mk index 70bc835..0df0f10 100644 --- a/pywrap.mk +++ b/pywrap.mk @@ -32,10 +32,10 @@ endif # VERBOSE
$(SWIG_LIB): $(SWIG_C) ifdef VERBOSE - $(CC) $< $(CFLAGS) -D_GNU_SOURCE=1 $(LDFLAGS) $(PYTHON_INCLUDE) --shared $(LDLIBS_GP) $(LDLIBS) -L$(TOPDIR)/build/ -o $@ + $(CC) $< $(CFLAGS) -D_GNU_SOURCE=1 $(LDFLAGS) $(PYTHON_INCLUDE) --shared $(LDLIBS) $(LDLIBS_GP) -L$(TOPDIR)/build/ -o $@ else # VERBOSE @echo "LD $@" - @$(CC) $< $(CFLAGS) -D_GNU_SOURCE=1 $(LDFLAGS) $(PYTHON_INCLUDE) --shared $(LDLIBS_GP) $(LDLIBS) -L$(TOPDIR)/build/ -o $@ + @$(CC) $< $(CFLAGS) -D_GNU_SOURCE=1 $(LDFLAGS) $(PYTHON_INCLUDE) --shared $(LDLIBS) $(LDLIBS_GP) -L$(TOPDIR)/build/ -o $@ endif # VERBOSE
# Install python libraries into right places
http://repo.or.cz/w/gfxprim.git/commit/bac2f525ff902e173977fda2a4c0faa7c9077...
commit bac2f525ff902e173977fda2a4c0faa7c907772f Author: Cyril Hrubis metan@ucw.cz Date: Thu May 9 10:50:33 2013 +0200
doc: Update index.html (as we have release).
Signed-off-by: Cyril Hrubis metan@ucw.cz
diff --git a/doc/index.html b/doc/index.html index 7dcc996..034386f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -62,16 +62,16 @@ creating specialized filters, loaders and conversions to other pixel formats is just a matter of typing "make && make clean". </p> + <h3>News</h3> <p> - The code is stored in <a href="http://repo.or.cz/w/gfxprim.git">git</a> - and although we haven't done release yet; first alpha release may be done - later this year once rest of the API stabilizes (the core code has been - stable for quite some time). + <h4>The GFXprim version 1.0.0-rc0 has been released!</h4> + Download <a href="http://gfxprim.ucw.cz/releases/gfxprim_1.0.0-rc0.tar.bz2">GFXprim 1.0.0-rc0</a> tarball (without docs). + Or get the code from directly from <a href="http://github.com/gfxprim/gfxprim/">github</a>. </p> <h3>Contact</h3> <p> We do have a <a href="http://www.ucw.cz/mailman/listinfo/gfxprim">mailing list</a> - and although there not much of discussion there now, we are there and listening. + and although there is not much of discussion now, we are there and listening. </p> <h3>Documentation</h3> <p>
-----------------------------------------------------------------------
Summary of changes: doc/index.html | 10 +++++----- pywrap.mk | 4 ++-- 2 files changed, 7 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.