diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-03-01 11:15:08 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-03-01 11:15:08 +0000 |
commit | 3f8d78b192cf5a964662602b8177ac55c9195ee3 (patch) | |
tree | c8cc30c8c0782ea160efdcaae600669aca8b1b13 /graphics/gegl | |
parent | 4dd60aa7ac242cb3591d0ff7bf0282be69be387d (diff) |
Notes
Diffstat (limited to 'graphics/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 3 | ||||
-rw-r--r-- | graphics/gegl/pkg-plist | 19 |
2 files changed, 19 insertions, 3 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index d8cb9164a86b..1e08738b907e 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -7,7 +7,7 @@ PORTNAME= gegl PORTVERSION= 0.0.${GEGL_MINOR} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/0.0/ @@ -15,6 +15,7 @@ MAINTAINER= gahr@FreeBSD.org COMMENT= A graph based image processing framework LIB_DEPENDS= babl-0.0:${PORTSDIR}/x11/babl +BUILD_DEPENDS= enscript:${PORTSDIR}/print/enscript-a4 OPTIONS= CAIRO "Enable Cairo" on \ FFMPEG "Enable videos through ffmpeg" on \ diff --git a/graphics/gegl/pkg-plist b/graphics/gegl/pkg-plist index 353b0bc64dd6..25e7c5ee3be4 100644 --- a/graphics/gegl/pkg-plist +++ b/graphics/gegl/pkg-plist @@ -211,10 +211,24 @@ lib/gegl-0.0/write-buffer.so lib/gegl-0.0/xor.la lib/gegl-0.0/xor.so libdata/pkgconfig/gegl.pc -%%PORTDOCS%%share/gtk-doc/html/gegl/operations.html %%PORTDOCS%%share/gtk-doc/html/gegl/api.html -%%PORTDOCS%%share/gtk-doc/html/gegl/gegl.devhelp +%%PORTDOCS%%share/gtk-doc/html/gegl/brightness-contrast.c.html +%%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-area-filter.h.html +%%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-composer.h.html +%%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-filter.h.html +%%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-meta.h.html +%%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-point-composer.h.html +%%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-point-filter.h.html +%%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-point-render.h.html +%%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-sink.h.html +%%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-source.h.html +%%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-temporal.h.html +%%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation.h.html +%%PORTDOCS%%share/gtk-doc/html/gegl/gegl-plugin.h.html %%PORTDOCS%%share/gtk-doc/html/gegl/gegl.css +%%PORTDOCS%%share/gtk-doc/html/gegl/gegl.devhelp +%%PORTDOCS%%share/gtk-doc/html/gegl/gegl.h.html +%%PORTDOCS%%share/gtk-doc/html/gegl/operations.html %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/api.html %%PORTDOCS%%%%DOCSDIR%%/brightness-contrast.c.html @@ -267,3 +281,4 @@ libdata/pkgconfig/gegl.pc %%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/data %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% + |