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 ca4df5647e88fd02a065de65b91e86e41ef07b58 (commit) from 16ac5bdd29c9a7d4eb0309240a9be235a7436c0f (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/ca4df5647e88fd02a065de65b91e86e41ef07...
commit ca4df5647e88fd02a065de65b91e86e41ef07b58 Author: Cyril Hrubis metan@ucw.cz Date: Sun Mar 11 22:20:19 2012 +0100
demos: Rename fbshow to spiv (as it outgrew it's name)
diff --git a/demos/Makefile b/demos/Makefile index c148243..3198465 100644 --- a/demos/Makefile +++ b/demos/Makefile @@ -1,3 +1,3 @@ TOPDIR=.. -SUBDIRS=grinder fbshow particle +SUBDIRS=grinder spiv particle include $(TOPDIR)/post.mk diff --git a/demos/fbshow/Makefile b/demos/spiv/Makefile similarity index 87% rename from demos/fbshow/Makefile rename to demos/spiv/Makefile index 8921aff..13b416c 100644 --- a/demos/fbshow/Makefile +++ b/demos/spiv/Makefile @@ -7,9 +7,9 @@ CFLAGS+=-pthread LDFLAGS+=-pthread -lrt LDLIBS+=-lGP -lGP_backends -lSDL -L$(TOPDIR)/build/
-APPS=fbshow +APPS=spiv
-fbshow: cpu_timer.o +spiv: cpu_timer.o
include $(TOPDIR)/pre.mk include $(TOPDIR)/app.mk diff --git a/demos/fbshow/cpu_timer.c b/demos/spiv/cpu_timer.c similarity index 100% rename from demos/fbshow/cpu_timer.c rename to demos/spiv/cpu_timer.c diff --git a/demos/fbshow/cpu_timer.h b/demos/spiv/cpu_timer.h similarity index 100% rename from demos/fbshow/cpu_timer.h rename to demos/spiv/cpu_timer.h diff --git a/demos/fbshow/runtest.sh b/demos/spiv/runtest.sh similarity index 100% rename from demos/fbshow/runtest.sh rename to demos/spiv/runtest.sh diff --git a/demos/fbshow/fbshow.c b/demos/spiv/spiv.c similarity index 99% rename from demos/fbshow/fbshow.c rename to demos/spiv/spiv.c index 96fdf47..7882839 100644 --- a/demos/fbshow/fbshow.c +++ b/demos/spiv/spiv.c @@ -22,7 +22,7 @@
/*
- Simple image viewer. + SPIV -- Simple but Powerfull Image Viewer.
*/
-----------------------------------------------------------------------
Summary of changes: demos/Makefile | 2 +- demos/{fbshow => spiv}/Makefile | 4 ++-- demos/{fbshow => spiv}/cpu_timer.c | 0 demos/{fbshow => spiv}/cpu_timer.h | 0 demos/{fbshow => spiv}/runtest.sh | 0 demos/{fbshow/fbshow.c => spiv/spiv.c} | 2 +- 6 files changed, 4 insertions(+), 4 deletions(-) rename demos/{fbshow => spiv}/Makefile (87%) rename demos/{fbshow => spiv}/cpu_timer.c (100%) rename demos/{fbshow => spiv}/cpu_timer.h (100%) rename demos/{fbshow => spiv}/runtest.sh (100%) rename demos/{fbshow/fbshow.c => spiv/spiv.c} (99%)
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.