diff options
author | adam <adam> | 2011-02-15 17:11:46 +0000 |
---|---|---|
committer | adam <adam> | 2011-02-15 17:11:46 +0000 |
commit | a4383b2ed487487671db0da3c76cf5ce9b572085 (patch) | |
tree | 1882e6b002315fcfecc17825934aba1203850524 /graphics | |
parent | c7ac6aa84ca845d5b2777a2c11fc63732f8070ad (diff) | |
download | pkgsrc-a4383b2ed487487671db0da3c76cf5ce9b572085.tar.gz |
Changes 0.1.6:
* New operations: max-rgb, pixelise, motion blur.
* Fixed a bugs in matting-levin that made GEGL halt due to errors
detected by babl sanity code, this made 0.1.4 be unusable if you had
all dependendency when building.
* build/test improvements.
* Buffer:
Added API to use external tile backends, allowing to plug-in alien
tilebackends, for GIMP/Krita/OSM or similar.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gegl/Makefile | 4 | ||||
-rw-r--r-- | graphics/gegl/PLIST | 9 | ||||
-rw-r--r-- | graphics/gegl/distinfo | 8 |
3 files changed, 14 insertions, 7 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index b6a4be2213a..a1032d13f8e 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2011/02/10 10:12:46 adam Exp $ +# $NetBSD: Makefile,v 1.20 2011/02/15 17:11:46 adam Exp $ -DISTNAME= gegl-0.1.4 +DISTNAME= gegl-0.1.6 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 6349e8fc843..eebe0154298 100644 --- a/graphics/gegl/PLIST +++ b/graphics/gegl/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.12 2011/02/10 10:12:47 adam Exp $ +@comment $NetBSD: PLIST,v 1.13 2011/02/15 17:11:46 adam Exp $ bin/gegl +include/gegl-0.1/gegl-buffer-backend.h include/gegl-0.1/gegl-buffer-iterator.h include/gegl-0.1/gegl-buffer.h include/gegl-0.1/gegl-chant.h @@ -10,6 +11,9 @@ include/gegl-0.1/gegl-matrix.h include/gegl-0.1/gegl-paramspecs.h include/gegl-0.1/gegl-path.h include/gegl-0.1/gegl-plugin.h +include/gegl-0.1/gegl-tile-backend.h +include/gegl-0.1/gegl-tile-source.h +include/gegl-0.1/gegl-tile.h include/gegl-0.1/gegl-types.h include/gegl-0.1/gegl-utils.h include/gegl-0.1/gegl-version.h @@ -27,6 +31,7 @@ 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 @@ -81,6 +86,7 @@ lib/gegl-0.1/map_absolute.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.la lib/gegl-0.1/nop.la @@ -90,6 +96,7 @@ lib/gegl-0.1/over.la lib/gegl-0.1/overlay.la lib/gegl-0.1/path.la lib/gegl-0.1/pixbuf.la +lib/gegl-0.1/pixelise.la lib/gegl-0.1/plus.la lib/gegl-0.1/png-load.la lib/gegl-0.1/png-save.la diff --git a/graphics/gegl/distinfo b/graphics/gegl/distinfo index 4e09da4f35e..34c33a70930 100644 --- a/graphics/gegl/distinfo +++ b/graphics/gegl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2011/02/10 10:12:48 adam Exp $ +$NetBSD: distinfo,v 1.8 2011/02/15 17:11:46 adam Exp $ -SHA1 (gegl-0.1.4.tar.bz2) = dcb437205850e598a48e314add68b13cd26f542c -RMD160 (gegl-0.1.4.tar.bz2) = f77bab95bccd00e48af90827207dd7495ecb068a -Size (gegl-0.1.4.tar.bz2) = 4114539 bytes +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 (patch-aa) = 0f46061f7b0c213abfe422124839eec29780d039 |