summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoradam <adam>2011-12-09 17:45:13 +0000
committeradam <adam>2011-12-09 17:45:13 +0000
commit1b4c3109b20ea07bb24f1f7c29b4a6ecbb5ba39e (patch)
treef58f4dac28f67366149e8ee67e2e2d4d3547dfff /graphics
parent360131f328f45b80ea7541772762b2a345119720 (diff)
downloadpkgsrc-1b4c3109b20ea07bb24f1f7c29b4a6ecbb5ba39e.tar.gz
Changes 0.1.8:
* New operations: spread, vignette, map-relative, noise-reduction, plasma, fractal-trace, exr-save, lens-correct, emboss, cubism, ripple, color-to-alpha, color-rotate, red-eye-removal, convolution-matrix, deinterlace, polar-coordinates, lens-distortion, pixelise. * Split GeglView GTK Widget into separate utility library * build/test improvements. * Buffer: * Added lohalo resampler, API and infrastructure for doing non affine resamplings.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gegl/Makefile5
-rw-r--r--graphics/gegl/PLIST14
-rw-r--r--graphics/gegl/distinfo9
-rw-r--r--graphics/gegl/patches/patch-ab15
4 files changed, 17 insertions, 26 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index 430ee61bfe4..06d319c8c90 100644
--- a/graphics/gegl/Makefile
+++ b/graphics/gegl/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2011/11/01 06:01:33 sbd Exp $
+# $NetBSD: Makefile,v 1.24 2011/12/09 17:45:13 adam Exp $
-DISTNAME= gegl-0.1.6
-PKGREVISION= 2
+DISTNAME= gegl-0.1.8
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/0.1/
EXTRACT_SUFX= .tar.bz2
diff --git a/graphics/gegl/PLIST b/graphics/gegl/PLIST
index eebe0154298..870c1df550b 100644
--- a/graphics/gegl/PLIST
+++ b/graphics/gegl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2011/02/15 17:11:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2011/12/09 17:45:13 adam Exp $
bin/gegl
include/gegl-0.1/gegl-buffer-backend.h
include/gegl-0.1/gegl-buffer-iterator.h
@@ -6,6 +6,7 @@ include/gegl-0.1/gegl-buffer.h
include/gegl-0.1/gegl-chant.h
include/gegl-0.1/gegl-color.h
include/gegl-0.1/gegl-curve.h
+include/gegl-0.1/gegl-enums.h
include/gegl-0.1/gegl-lookup.h
include/gegl-0.1/gegl-matrix.h
include/gegl-0.1/gegl-paramspecs.h
@@ -31,7 +32,6 @@ include/gegl-0.1/operation/gegl-operation-sink.h
include/gegl-0.1/operation/gegl-operation-source.h
include/gegl-0.1/operation/gegl-operation-temporal.h
include/gegl-0.1/operation/gegl-operation.h
-lib/gegl-0.1/add-noise.la
lib/gegl-0.1/add.la
lib/gegl-0.1/affine.la
lib/gegl-0.1/bilateral-filter.la
@@ -53,6 +53,7 @@ lib/gegl-0.1/crop.la
lib/gegl-0.1/darken.la
lib/gegl-0.1/difference-of-gaussians.la
lib/gegl-0.1/difference.la
+lib/gegl-0.1/display.la
lib/gegl-0.1/divide.la
lib/gegl-0.1/dropshadow.la
lib/gegl-0.1/dst-atop.la
@@ -60,9 +61,12 @@ lib/gegl-0.1/dst-in.la
lib/gegl-0.1/dst-out.la
lib/gegl-0.1/dst-over.la
lib/gegl-0.1/dst.la
+lib/gegl-0.1/edge-laplace.la
+lib/gegl-0.1/edge-sobel.la
lib/gegl-0.1/exclusion.la
lib/gegl-0.1/exp-combine.la
lib/gegl-0.1/exr-load.la
+lib/gegl-0.1/exr-save.la
lib/gegl-0.1/fattal02.la
lib/gegl-0.1/fractal-explorer.la
lib/gegl-0.1/gamma.la
@@ -76,18 +80,21 @@ lib/gegl-0.1/introspect.la
lib/gegl-0.1/invert.la
lib/gegl-0.1/jp2-load.la
lib/gegl-0.1/jpg-load.la
+lib/gegl-0.1/jpg-save.la
lib/gegl-0.1/layer.la
lib/gegl-0.1/levels.la
lib/gegl-0.1/lighten.la
lib/gegl-0.1/load.la
lib/gegl-0.1/magick-load.la
lib/gegl-0.1/mantiuk06.la
-lib/gegl-0.1/map_absolute.la
+lib/gegl-0.1/map-absolute.la
+lib/gegl-0.1/map-relative.la
lib/gegl-0.1/mblur.la
lib/gegl-0.1/mirrors.la
lib/gegl-0.1/mono-mixer.la
lib/gegl-0.1/motion-blur.la
lib/gegl-0.1/multiply.la
+lib/gegl-0.1/noise-reduction.la
lib/gegl-0.1/noise.la
lib/gegl-0.1/nop.la
lib/gegl-0.1/opacity.la
@@ -134,6 +141,7 @@ ${PLIST.v4l}lib/gegl-0.1/v4l.la
lib/gegl-0.1/value-invert.la
lib/gegl-0.1/vector-fill.la
lib/gegl-0.1/vector-stroke.la
+lib/gegl-0.1/vignette.la
lib/gegl-0.1/weighted-blend.la
lib/gegl-0.1/whitebalance.la
lib/gegl-0.1/write-buffer.la
diff --git a/graphics/gegl/distinfo b/graphics/gegl/distinfo
index 22d86058700..eb5a1986e46 100644
--- a/graphics/gegl/distinfo
+++ b/graphics/gegl/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.9 2011/09/14 16:54:31 hans Exp $
+$NetBSD: distinfo,v 1.10 2011/12/09 17:45:13 adam Exp $
-SHA1 (gegl-0.1.6.tar.bz2) = 27bedcfd077da7a6913b82966dbec904b22c121d
-RMD160 (gegl-0.1.6.tar.bz2) = 8b7bf74fe769cee289b336b5d815b370aa3a125d
-Size (gegl-0.1.6.tar.bz2) = 4118465 bytes
+SHA1 (gegl-0.1.8.tar.bz2) = 3d4d902580f5c5122b01b5188b6b5da03089ecac
+RMD160 (gegl-0.1.8.tar.bz2) = 5ebd7663285a57205661868452e650ba41b9df7f
+Size (gegl-0.1.8.tar.bz2) = 5532682 bytes
SHA1 (patch-aa) = 0f46061f7b0c213abfe422124839eec29780d039
-SHA1 (patch-ab) = e86bd51009ac7adf05e41aa1f39204db5cdf43ba
diff --git a/graphics/gegl/patches/patch-ab b/graphics/gegl/patches/patch-ab
deleted file mode 100644
index 7394515699b..00000000000
--- a/graphics/gegl/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.5 2011/09/14 16:54:31 hans Exp $
-
---- gegl/gegl-xml.c.orig 2011-01-24 23:03:30.000000000 +0100
-+++ gegl/gegl-xml.c 2011-09-13 17:06:43.989058716 +0200
-@@ -18,7 +18,10 @@
- #include "config.h"
-
- /* For clang, remove when getting rid of using PATH_MAX */
-+#ifndef __sun
- #define _XOPEN_SOURCE 500
-+#endif
-+
-
- #include <glib.h>
- #include <glib-object.h>