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 3966bfc09a6af79182519c6083f6beb085ef26e0 (commit)
from f39dce582400e88f7b034f0612d2c4352dac43f2 (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/3966bfc09a6af79182519c6083f6beb085ef…
commit 3966bfc09a6af79182519c6083f6beb085ef26e0
Author: Cyril Hrubis <metan(a)ucw.cz>
Date: Thu May 9 23:36:58 2013 +0200
doc: Update index.html
Signed-off-by: Cyril Hrubis <metan(a)ucw.cz>
diff --git a/doc/index.html b/doc/index.html
index 034386f..905c1b7 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -28,10 +28,12 @@
</div>
<div id="menu">
<ul class="menu-tree">
- <li class="menu-tree-item"><a href="index.html">Home</a></li>
- <li class="menu-tree-item"><a href="api.html">API</a></li>
- <li class="menu-tree-item"><a href="examples.html">Code Examples</a></li>
- <li class="menu-tree-item"><a href="http://repo.or.cz/w/gfxprim.git">GIT</a></li>
+ <li class="menu-tree-item"><a href="general.html">C API</a></li>
+ <li class="menu-tree-item"><a href="core_python.html">Pyton API</a></li>
+ <li class="menu-tree-item"><a href="http://www.ucw.cz/mailman/listinfo/gfxprim">Mailing List</a></li>
+ <li class="menu-tree-item"><a href="https://github.com/gfxprim/gfxprim">GIT (GitHub)</a></li>
+ <li class="menu-tree-item"><a href="http://repo.or.cz/w/gfxprim.git">GIT (repo.or.cz)</a></li>
+ <li class="menu-tree-item"><a href="releases/gfxprim_1.0.0-rc0.tar.bz2">Download 1.0.0-rc0</a></li>
</ul>
</div>
<div id="content">
@@ -46,21 +48,26 @@
</p>
<h3>About</h3>
<p>
- Once upon the time <i>GFXprim</i> had started as an simple attempt to
- replace SDL_gfx which was unusable at the time we started. Soon it outgrew
- the initial purpose and yielded into library that could be used as
- replacement for SDL library. In contrast with SDL <i>GFXprim</i> is
+ Once upon the time <i>GFXprim</i> has started as a simple attempt to
+ replace SDL_gfx which was unusable then. Soon it outgrew the initial
+ purpose and yielded into a library that could be used as a replacement
+ for the family of SDL libraries. In contrast with SDL <i>GFXprim</i> is
not aiming for abstracting the operating system interface. Instead of
- that <i>GFXprim</i> provides means for keeping the system dependent
- parts in well defined and isolated parts.
+ that <i>GFXprim</i> provides means for keeping the system dependent parts
+ in well defined and isolated parts.
</p>
<p>
- One of the key points of the library is code generation. Most of the
+ One of the key points of the library are code generators. Most of the
graphics operations are written using <a href="http://jinja.pocoo.org/">jinja</a>
- templating engine which is used to generate specialized C code. So,
+ templating engine which is used to create specialized C code. So,
for an example, once you add pixel definition into configuration file,
creating specialized filters, loaders and conversions to other pixel
- formats is just a matter of typing "make && make clean".
+ formats is just a matter of typing "make rebuild".
+ </p>
+ <h3>Documentation</h3>
+ <p>
+ For more information about features and API look at the
+ <a href="general.html">documentation</a>.
</p>
<h3>News</h3>
<p>
@@ -73,21 +80,12 @@
We do have a <a href="http://www.ucw.cz/mailman/listinfo/gfxprim">mailing list</a>
and although there is not much of discussion now, we are there and listening.
</p>
- <h3>Documentation</h3>
- <p>
- For more information about internal structure and features look at the
- <a href="api.html">API Description</a>.
- </p>
- <p>
- There are also some nice C and Python
- <a href="examples.html">Code Examples</a>.
- </p>
</div>
<div id="cleaner"> </div>
<div id="footer">
- <a href="http://repo.or.cz/w/gfxprim.git">git</a> |
- <a href="http://atrey.karlin.mff.cuni.cz/~gavento/GfxPrimWiki/">wiki</a> |
- <a href="http://www.ucw.cz/mailman/listinfo/gfxprim">mailing list</a>
+ <a href="http://repo.or.cz/w/gfxprim.git">repo.or.cz</a> |
+ <a href="https://github.com/gfxprim/gfxprim">GitHub</a> |
+ <a href="http://www.ucw.cz/mailman/listinfo/gfxprim">Mailing List</a>
</div>
</div>
</body>
-----------------------------------------------------------------------
Summary of changes:
doc/index.html | 48 +++++++++++++++++++++++-------------------------
1 files changed, 23 insertions(+), 25 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos(a)gmail.com
if you want to unsubscribe, or site admin admin(a)repo.or.cz if you receive
no reply.
--
gfxprim.git ("A simple 2D graphics library with emphasis on correctness and well-defined operation.")
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 f39dce582400e88f7b034f0612d2c4352dac43f2 (commit)
from e791f1daa4c76016f0b45d3c827d253d4e1c7543 (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/f39dce582400e88f7b034f0612d2c4352dac…
commit f39dce582400e88f7b034f0612d2c4352dac43f2
Author: Cyril Hrubis <metan(a)ucw.cz>
Date: Thu May 9 23:35:50 2013 +0200
install: Fix make install for empty prefix.
Signed-off-by: Cyril Hrubis <metan(a)ucw.cz>
diff --git a/Makefile b/Makefile
index 1ffbe41..a2b327d 100644
--- a/Makefile
+++ b/Makefile
@@ -30,9 +30,9 @@ LIB_LOC=/usr/lib/
install:
ifdef VERBOSE
- ./install.sh $(prefix) $(libdir) $(bindir) $(includedir)
+ ./install.sh "$(prefix)" $(libdir) $(bindir) $(includedir)
else
- @./install.sh $(prefix) $(libdir) $(bindir) $(includedir)
+ @./install.sh "$(prefix)" $(libdir) $(bindir) $(includedir)
endif
tar:
-----------------------------------------------------------------------
Summary of changes:
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos(a)gmail.com
if you want to unsubscribe, or site admin admin(a)repo.or.cz if you receive
no reply.
--
gfxprim.git ("A simple 2D graphics library with emphasis on correctness and well-defined operation.")
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/e791f1daa4c76016f0b45d3c827d253d4e1c…
commit e791f1daa4c76016f0b45d3c827d253d4e1c7543
Author: Cyril Hrubis <metan(a)ucw.cz>
Date: Thu May 9 19:38:28 2013 +0200
build: pywrap: Reorder LDLIBS for pywrap too.
Signed-off-by: Cyril Hrubis <metan(a)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/bac2f525ff902e173977fda2a4c0faa7c907…
commit bac2f525ff902e173977fda2a4c0faa7c907772f
Author: Cyril Hrubis <metan(a)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(a)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(a)gmail.com
if you want to unsubscribe, or site admin admin(a)repo.or.cz if you receive
no reply.
--
gfxprim.git ("A simple 2D graphics library with emphasis on correctness and well-defined operation.")