diff options
author | abs <abs@pkgsrc.org> | 2009-01-29 19:14:13 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-01-29 19:14:13 +0000 |
commit | 9451545786dcbd8142d6fe23a464cfffd162002a (patch) | |
tree | ba97b0ad62b56c6e4beee41a6a969113a9bad3e7 /graphics/gegl | |
parent | 050145f1c45e7cd932fe383b8557a879867487a1 (diff) | |
download | pkgsrc-9451545786dcbd8142d6fe23a464cfffd162002a.tar.gz |
Add some missing html documentation installed with the latest version.
Bump PKGREVISION
For reference, in case configure is picking up something different, here
is what it found on my system:
GEGL docs: yes
SIMD: sse:yes mmx:yes
enscript: yes
GIO: yes
GTK+: yes
Ruby: yes
Cairo: yes
Pango: yes
pangocairo: yes
GDKPixbuf: yes
JPEG: yes
PNG: yes
OpenEXR: yes
rsvg: yes
Diffstat (limited to 'graphics/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 3 | ||||
-rw-r--r-- | graphics/gegl/PLIST | 17 |
2 files changed, 18 insertions, 2 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 7c063b3f500..f368dd30f4f 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2009/01/24 12:57:30 adam Exp $ +# $NetBSD: Makefile,v 1.3 2009/01/29 19:14:13 abs Exp $ DISTNAME= gegl-0.0.22 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/0.0/ EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/gegl/PLIST b/graphics/gegl/PLIST index 3b15381bc6e..ece2b5b1430 100644 --- a/graphics/gegl/PLIST +++ b/graphics/gegl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2009/01/24 12:57:30 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2009/01/29 19:14:13 abs Exp $ bin/gegl include/gegl-0.0/gegl-buffer.h include/gegl-0.0/gegl-chant.h @@ -114,8 +114,23 @@ lib/gegl-0.0/write-buffer.la lib/gegl-0.0/xor.la lib/libgegl-0.0.la lib/pkgconfig/gegl.pc +share/gtk-doc/html/gegl/api.html +share/gtk-doc/html/gegl/brightness-contrast.c.html +share/gtk-doc/html/gegl/gegl-operation-area-filter.h.html +share/gtk-doc/html/gegl/gegl-operation-composer.h.html +share/gtk-doc/html/gegl/gegl-operation-filter.h.html +share/gtk-doc/html/gegl/gegl-operation-meta.h.html +share/gtk-doc/html/gegl/gegl-operation-point-composer.h.html +share/gtk-doc/html/gegl/gegl-operation-point-filter.h.html +share/gtk-doc/html/gegl/gegl-operation-point-render.h.html +share/gtk-doc/html/gegl/gegl-operation-sink.h.html +share/gtk-doc/html/gegl/gegl-operation-source.h.html +share/gtk-doc/html/gegl/gegl-operation-temporal.h.html +share/gtk-doc/html/gegl/gegl-operation.h.html +share/gtk-doc/html/gegl/gegl-plugin.h.html share/gtk-doc/html/gegl/gegl.css share/gtk-doc/html/gegl/gegl.devhelp +share/gtk-doc/html/gegl/gegl.h.html share/gtk-doc/html/gegl/operations.html @dirrm share/gtk-doc/html/gegl @dirrm lib/gegl-0.0 |