diff options
author | salo <salo> | 2003-05-23 18:04:31 +0000 |
---|---|---|
committer | salo <salo> | 2003-05-23 18:04:31 +0000 |
commit | 5dafdbf11521d2f202bda71f8fcbcd7412f6169b (patch) | |
tree | 8c322a95e9caccd8163cdf56f5f6f7bd9bfd2f9a /graphics/gimp | |
parent | 6e336316a63b3987d8476de6394eb268baf6cb2b (diff) | |
download | pkgsrc-5dafdbf11521d2f202bda71f8fcbcd7412f6169b.tar.gz |
Updated to 1.2.4.
Changes:
- DESCR has 80 columns
- better COMMENT
- sync buildlink2.mk with reality
- style nits
1.2.4:
======
- numerous bugfixes, too many to mention. see ChangeLog for details
- print plug-in now depends on libgimpprint
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/DESCR | 6 | ||||
-rw-r--r-- | graphics/gimp/Makefile | 20 |
2 files changed, 13 insertions, 13 deletions
diff --git a/graphics/gimp/DESCR b/graphics/gimp/DESCR index 5c8e77cb124..645aecb16b7 100644 --- a/graphics/gimp/DESCR +++ b/graphics/gimp/DESCR @@ -1,4 +1,4 @@ Powerful image manipulation program similar to "Adobe Photoshop"[tm]. -It supports layers, arbitrary image sizes and working on several images -at the same time. It comes with a lot of useful plug-ins. Missing is CMYK -support and more then 8 bits per channel. +It supports layers, arbitrary image sizes and working on several images at the +same time. It comes with a lot of useful plug-ins. Missing is CMYK support and +more then 8 bits per channel. diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 810d8fd363f..d06eb5cc358 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.84 2003/05/05 16:32:26 jmmv Exp $ +# $NetBSD: Makefile,v 1.85 2003/05/23 18:04:31 salo Exp $ +# -DISTNAME= gimp-1.2.3 -PKGREVISION= 3 -CATEGORIES= graphics -DISTFILES= # nothing +DISTNAME= gimp-1.2.4 +CATEGORIES= graphics +DISTFILES= # nothing -MAINTAINER= hubertf@netbsd.org -HOMEPAGE= http://www.gimp.org/ -COMMENT= Image manipulation program similar to Photoshop[tm] +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www.gimp.org/ +COMMENT= GNU Image Manipulation Program -NO_BUILD= yes +NO_BUILD= YES -DEPENDS+= gimp-base>=1.2.3nb1:../../graphics/gimp-base +DEPENDS+= gimp-base>=1.2.4:../../graphics/gimp-base DEPENDS+= gimp-data>=1.2:../../graphics/gimp-data DEPENDS+= gimp-print>=4.2.0:../../print/gimp-print DEPENDS+= gimp-print-escputil>=4.2.0:../../print/gimp-print-escputil |