[gtk+/rendering-cleanup: 10/95] demos: Remove testpixbuf
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/rendering-cleanup: 10/95] demos: Remove testpixbuf
- Date: Sat, 7 Aug 2010 03:11:43 +0000 (UTC)
commit 59d384abd37fb6f7ce20a597186726ac6cb26a1a
Author: Benjamin Otte <otte redhat com>
Date: Tue Jul 13 17:11:22 2010 +0200
demos: Remove testpixbuf
Another test mainly utilizing inline pixbufs and GdkRGB, both of which
are kinda outdated.
demos/Makefile.am | 16 --
demos/testpixbuf.c | 643 ----------------------------------------------------
2 files changed, 0 insertions(+), 659 deletions(-)
---
diff --git a/demos/Makefile.am b/demos/Makefile.am
index 87aefa4..9fe2ddc 100644
--- a/demos/Makefile.am
+++ b/demos/Makefile.am
@@ -28,32 +28,18 @@ noinst_PROGRAMS = \
testpixbuf-scale \
pixbuf-demo
-# Need to build test-inline-pixbufs.h for testpixbuf
-noinst_PROGRAMS += testpixbuf
-BUILT_SOURCES = test-inline-pixbufs.h
-
-test-inline-pixbufs.h: apple-red.png gnome-foot.png
- $(GDK_PIXBUF_CSOURCE) --raw --build-list \
- apple_red $(srcdir)/apple-red.png \
- gnome_foot $(srcdir)/gnome-foot.png \
- > test-inline-pixbufs.h \
- || (rm -f test-inline-pixbufs.h && false)
-
-testpixbuf_DEPENDENCIES = $(DEPS)
testpixbuf_save_DEPENDENCIES = $(DEPS)
testpixbuf_color_DEPENDENCIES = $(DEPS)
testpixbuf_scale_DEPENDENCIES = $(DEPS)
testanimation_DEPENDENCIES = $(DEPS)
pixbuf_demo_DEPENDENCIES = $(DEPS)
-testpixbuf_LDADD = $(LDADDS)
testpixbuf_save_LDADD = $(LDADDS)
testpixbuf_color_LDADD = $(LDADDS)
testpixbuf_scale_LDADD = $(LDADDS)
testanimation_LDADD = $(LDADDS)
pixbuf_demo_LDADD = $(LDADDS)
-testpixbuf_SOURCES = testpixbuf.c pixbuf-init.c
testpixbuf_save_SOURCES = testpixbuf-save.c
testpixbuf_color_SOURCES = testpixbuf-color.c
testpixbuf_scale_SOURCES = testpixbuf-scale.c pixbuf-init.c
@@ -71,6 +57,4 @@ EXTRA_DIST += \
gnome-gsame.png \
gnu-keys.png
-DISTCLEANFILES = test-inline-pixbufs.h
-
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]