diff options
author | gahr <gahr@FreeBSD.org> | 2010-03-01 19:15:08 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-03-01 19:15:08 +0800 |
commit | 97f86c20c9eab2d631d01b5eec729cb33b289c60 (patch) | |
tree | ce09d67065378a005a8542a4262397bd8d561878 /graphics/gegl | |
parent | 768e3f0e037c198efb7559e1f5aaa6303d805f5e (diff) | |
download | freebsd-ports-gnome-97f86c20c9eab2d631d01b5eec729cb33b289c60.tar.gz freebsd-ports-gnome-97f86c20c9eab2d631d01b5eec729cb33b289c60.tar.zst freebsd-ports-gnome-97f86c20c9eab2d631d01b5eec729cb33b289c60.zip |
- Add dependency on print/enscript-a4
- Bump PORTREVISION
PR: 144185
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Feature safe: yes
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%% + |