pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Fill in Makefile COMMENT field and remove GIF include



Module Name:	pkgsrc-wip
Committed By:	atomicules <base%atomicules.co.uk@localhost>
Pushed By:	atomicules
Date:		Mon Nov 9 08:31:02 2015 +0000
Changeset:	54ac5bef0b588be2656e4c1d3f33d6912abea62d

Modified Files:
	vips/Makefile
	vips/TODO

Log Message:
Fill in Makefile COMMENT field and remove GIF include

I'd just guessed that libvips provided GIF support. It doesn't. Also
update TODO file to mention should build in optional dependencies.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=54ac5bef0b588be2656e4c1d3f33d6912abea62d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 vips/Makefile | 3 +--
 vips/TODO     | 4 ++++
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs:
diff --git a/vips/Makefile b/vips/Makefile
index a1ba742..d88895b 100644
--- a/vips/Makefile
+++ b/vips/Makefile
@@ -6,7 +6,7 @@ MASTER_SITES=	http://www.vips.ecs.soton.ac.uk/supported/current/
 
 MAINTAINER=	base%atomicules.co.uk@localhost
 HOMEPAGE=	http://www.vips.ecs.soton.ac.uk/supported/current/
-COMMENT=	TODO: Short description of the package
+COMMENT=	A 2D image processing library
 LICENSE=	gnu-lgpl-v2.1
 
 GNU_CONFIGURE=		yes
@@ -23,6 +23,5 @@ PKGCONFIG_OVERRIDE+=	vipsCC.pc.in
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
-.include "../../graphics/giflib/buildlink3.mk"
 #Note to self: This must go last
 .include "../../mk/bsd.pkg.mk"
diff --git a/vips/TODO b/vips/TODO
index f767692..88dbbf7 100644
--- a/vips/TODO
+++ b/vips/TODO
@@ -7,6 +7,10 @@ Makefile:
 
 - Add in Tiff buildlink? Also, should these be includes or DEPENDS, I'm still not sure.
 
+options.mk:
+
+- Should add in all the optional dependencies.
+
 Other files:
 
 - Add a buildlink file, since vips is primarily a library to be used by other things.


Home | Main Index | Thread Index | Old Index