Please review. I'll commit on approval. Cheers, C.J.
Index: platform/gtk+/Makefile =================================================================== --- platform/gtk+/Makefile (revision 6504) +++ platform/gtk+/Makefile (working copy) @@ -4,11 +4,11 @@ DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2 PATCHFILES = system-log-crash.patch -LIBDEPS = freedesktop/fontconfig freedesktop/libxft freedesktop/cairo freedesktop/shared-mime-info platform/glib platform/atk platform/pango +LIBDEPS = freedesktop/fontconfig freedesktop/libxft freedesktop/cairo freedesktop/shared-mime-info platform/glib platform/atk platform/pango bootstrap/jasper DESCRIPTION = gtk+ define BLURB - #FIXME: blurb goes here +GTK+ is a highly usable, feature rich toolkit for creating graphical user interfaces which boasts cross platform compatibility and an easy to use API. GTK+ it is written in C, but has bindings to many other popular programming languages such as C++, Python and C# among others. GTK+ is licensed under the GNU LGPL 2.1 allowing development of both free and proprietary software with GTK+ without any license fees or royalties. endef FIXUP_SCRIPTS = $(WORKSRC)/libtool Index: ChangeLog =================================================================== --- ChangeLog (revision 6505) +++ ChangeLog (working copy) @@ -1,3 +1,13 @@ +2008-05-09T1547 C.J. Adams-Collier <cjac colliertech org> + + * platform/gtk+/Makefile + - added dependency on bootstrap/jasper + * bootstrap/jasper/checksums + - created checksum of most recent release + * bootstrap/jasper/Makefile + - stock simple Makefile + + 2008-05-08T1000 C.J. Adams-Collier <cjac colliertech org> * desktop/gnome-keyring/Makefile Index: bootstrap/jasper/checksums =================================================================== --- bootstrap/jasper/checksums (revision 0) +++ bootstrap/jasper/checksums (revision 0) @@ -0,0 +1 @@ +a342b2b4495b3e1394e161eb5d85d754 download/jasper-1.900.1.zip Index: bootstrap/jasper/Makefile =================================================================== --- bootstrap/jasper/Makefile (revision 0) +++ bootstrap/jasper/Makefile (revision 0) @@ -0,0 +1,20 @@ +GARNAME = jasper +GARVERSION = 1.900.1 +CATEGORIES = bootstrap +DISTFILES = $(GARNAME)-$(GARVERSION).zip + +MASTER_SITES = http://www.ece.uvic.ca/~mdadams/jasper/software/ + +DESCRIPTION = jasper +define BLURB +JasPer is a collection of software (i.e., a library and application programs) for the coding and manipulation of images. This software can handle image data in a variety of formats. One such format supported by JasPer is the JPEG-2000 format defined in ISO/IEC 15444-1. +endef + +CONFIGURE_SCRIPTS = $(WORKSRC)/configure +BUILD_SCRIPTS = $(WORKSRC)/Makefile +INSTALL_SCRIPTS = $(WORKSRC)/Makefile + +CONFIGURE_ARGS = $(DIRPATHS) + +include ../category.mk +
Attachment:
signature.asc
Description: This is a digitally signed message part