summaryrefslogtreecommitdiff
path: root/graphics/gegl0.2/buildlink3.mk
diff options
context:
space:
mode:
authorwiz <wiz>2015-08-25 13:23:02 +0000
committerwiz <wiz>2015-08-25 13:23:02 +0000
commit33e11c44acde71207b674f62d2aa3bfb1bc3ff53 (patch)
treee87496addb5b7e8fc85fe1c820cdd78a30f341f7 /graphics/gegl0.2/buildlink3.mk
parent963f3690dd8f067d5f976053c0f8e0dce4e579d9 (diff)
downloadpkgsrc-33e11c44acde71207b674f62d2aa3bfb1bc3ff53.tar.gz
Re-Import graphics/gegl as graphics/gegl0.2 to make space for gegl-0.3.0.
GEGL (Generic Graphics Library) is a graph based image processing framework. GEGL provides infrastructure to do demand based cached non destructive image editing on larger than RAM buffers. Through babl it provides support for a wide range of color models and pixel storage formats for input and output.
Diffstat (limited to 'graphics/gegl0.2/buildlink3.mk')
-rw-r--r--graphics/gegl0.2/buildlink3.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/gegl0.2/buildlink3.mk b/graphics/gegl0.2/buildlink3.mk
new file mode 100644
index 00000000000..76fdc09a1d8
--- /dev/null
+++ b/graphics/gegl0.2/buildlink3.mk
@@ -0,0 +1,23 @@
+# $NetBSD: buildlink3.mk,v 1.1 2015/08/25 13:23:02 wiz Exp $
+
+BUILDLINK_TREE+= gegl
+
+.if !defined(GEGL_BUILDLINK3_MK)
+GEGL_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.gegl+= gegl>=0.2.0<0.3.0
+BUILDLINK_ABI_DEPENDS.gegl+= gegl>=0.2.0nb19
+BUILDLINK_PKGSRCDIR.gegl?= ../../graphics/gegl0.2
+
+pkgbase := gegl
+.include "../../mk/pkg-build-options.mk"
+
+.if !empty(PKG_BUILD_OPTIONS.gegl:Msvg)
+.include "../../graphics/librsvg/buildlink3.mk"
+.endif
+
+.include "../../graphics/babl/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.endif # GEGL_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -gegl