graphics/gegl updated to 0.18, needed to build gimp-2.6.0.
Cheers
Giovanni
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/gegl/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile 13 Jul 2008 12:09:14 -0000 1.7
+++ Makefile 3 Oct 2008 07:15:36 -0000
@@ -5,14 +5,14 @@ SHARED_ONLY= Yes
COMMENT-main= graph based image processing framework
COMMENT-plugins=gegl plugins
-V= 0.0.16
+V= 0.0.18
DISTNAME= gegl-${V}
CATEGORIES= graphics devel
-PKGNAME-main= gegl-${V}p2
-PKGNAME-plugins=gegl-plugins-${V}p2
+PKGNAME-main= gegl-${V}
+PKGNAME-plugins=gegl-plugins-${V}
-SHARED_LIBS= gegl-0.0 0.0 # .16.0
+SHARED_LIBS= gegl-0.0 1.0 # .18.0
EXTRACT_SUFX= .tar.bz2
@@ -29,7 +29,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/geg
MULTI_PACKAGES= -main -plugins
WANTLIB= X11 Xau Xdmcp Xext Xrandr Xrender glib-2.0 gmodule-2.0 \
- gobject-2.0 gthread-2.0 m pcre z
+ gio-2.0 gobject-2.0 gthread-2.0 m pcre z
MODULES= devel/gettext
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/gegl/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 10 Apr 2008 14:12:35 -0000 1.1.1.1
+++ distinfo 3 Oct 2008 07:15:36 -0000
@@ -1,5 +1,5 @@
-MD5 (gegl-0.0.16.tar.bz2) = /UnLIZ7Ol/RndVTbSiwC0Q==
-RMD160 (gegl-0.0.16.tar.bz2) = lm816a2Uu4LsG07Y4KxkTDKVADA=
-SHA1 (gegl-0.0.16.tar.bz2) = 3iYqKfw8bF/BpDaCgETPInVvtUs=
-SHA256 (gegl-0.0.16.tar.bz2) = Eg/FtVc71uchzHxbRDwcVW9p9DLKxE8Cm6kXtO/D60k=
-SIZE (gegl-0.0.16.tar.bz2) = 845855
+MD5 (gegl-0.0.18.tar.bz2) = 5FhAlECntR9EbfMhw2V+TQ==
+RMD160 (gegl-0.0.18.tar.bz2) = uv8nEUHApWnJhTez1yexo1ZM3rs=
+SHA1 (gegl-0.0.18.tar.bz2) = +BE60zFhM36xB62EwKyWjcodAtI=
+SHA256 (gegl-0.0.18.tar.bz2) = WNXCxBVoT1dE3Y3sgKHCMPxLAuzqbJ7fO17z7UBG75M=
+SIZE (gegl-0.0.18.tar.bz2) = 1204867
Index: patches/patch-gegl_graph_gegl-node_c
===================================================================
RCS file: patches/patch-gegl_graph_gegl-node_c
diff -N patches/patch-gegl_graph_gegl-node_c
--- patches/patch-gegl_graph_gegl-node_c 2 Jul 2008 14:03:40 -0000
1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,20 +0,0 @@
-$OpenBSD: patch-gegl_graph_gegl-node_c,v 1.1 2008/07/02 14:03:40 merdely Exp $
---- gegl/graph/gegl-node.c.orig Tue Jul 1 17:17:35 2008
-+++ gegl/graph/gegl-node.c Tue Jul 1 17:18:59 2008
-@@ -280,6 +280,7 @@ set_property (GObject *gobject,
- GParamSpec *pspec)
- {
- GeglNode *node = GEGL_NODE (gobject);
-+ va_list va;
-
- switch (property_id)
- {
-@@ -288,7 +289,7 @@ set_property (GObject *gobject,
- break;
-
- case PROP_OP_CLASS:
-- gegl_node_set_op_class (node, g_value_get_string (value), NULL, NULL);
-+ gegl_node_set_op_class (node, g_value_get_string (value), NULL, va);
- break;
-
- case PROP_OPERATION:
Index: patches/patch-operations_external_ff-load_c
===================================================================
RCS file: patches/patch-operations_external_ff-load_c
diff -N patches/patch-operations_external_ff-load_c
--- patches/patch-operations_external_ff-load_c 9 Jul 2008 02:09:59 -0000
1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-operations_external_ff-load_c,v 1.1 2008/07/09 02:09:59
jakemsr Exp $
---- operations/external/ff-load.c.orig Sat Jun 21 15:16:10 2008
-+++ operations/external/ff-load.c Sat Jun 21 15:16:23 2008
-@@ -27,7 +27,7 @@ gegl_chant_int (frame, "Frame", 0, 1000000, 0, "frame
-
- #include "gegl-chant.h"
- #include <errno.h>
--#include <ffmpeg/avformat.h>
-+#include <libavformat/avformat.h>
-
- typedef struct
- {
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/graphics/gegl/pkg/PLIST-main,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST-main
--- pkg/PLIST-main 9 Jul 2008 02:09:59 -0000 1.2
+++ pkg/PLIST-main 3 Oct 2008 07:15:36 -0000
@@ -4,23 +4,24 @@ include/gegl-0.0/
include/gegl-0.0/gegl-buffer.h
include/gegl-0.0/gegl-chant.h
include/gegl-0.0/gegl-color.h
+include/gegl-0.0/gegl-config.c
include/gegl-0.0/gegl-curve.h
include/gegl-0.0/gegl-paramspecs.h
include/gegl-0.0/gegl-plugin.h
include/gegl-0.0/gegl-utils.h
include/gegl-0.0/gegl.h
include/gegl-0.0/operation/
-include/gegl-0.0/operation/gegl-extension-handler.h
include/gegl-0.0/operation/gegl-operation-area-filter.h
include/gegl-0.0/operation/gegl-operation-composer.h
include/gegl-0.0/operation/gegl-operation-filter.h
include/gegl-0.0/operation/gegl-operation-meta.h
include/gegl-0.0/operation/gegl-operation-point-composer.h
include/gegl-0.0/operation/gegl-operation-point-filter.h
+include/gegl-0.0/operation/gegl-operation-point-render.h
include/gegl-0.0/operation/gegl-operation-sink.h
include/gegl-0.0/operation/gegl-operation-source.h
+include/gegl-0.0/operation/gegl-operation-temporal.h
include/gegl-0.0/operation/gegl-operation.h
-include/gegl-0.0/operation/gegl-operations.h
lib/gegl-0.0/
@comment lib/gegl-0.0/add.la
lib/gegl-0.0/add.so
@@ -44,6 +45,8 @@ lib/gegl-0.0/clone.so
lib/gegl-0.0/color-burn.so
@comment lib/gegl-0.0/color-dodge.la
lib/gegl-0.0/color-dodge.so
+lib/gegl-0.0/color-temperature.la
+lib/gegl-0.0/color-temperature.so
@comment lib/gegl-0.0/color.la
lib/gegl-0.0/color.so
@comment lib/gegl-0.0/contrast-curve.la
@@ -116,6 +119,8 @@ lib/gegl-0.0/nop.so
lib/gegl-0.0/normal.so
@comment lib/gegl-0.0/opacity.la
lib/gegl-0.0/opacity.so
+lib/gegl-0.0/open-buffer.la
+lib/gegl-0.0/open-buffer.so
@comment lib/gegl-0.0/over.la
lib/gegl-0.0/over.so
@comment lib/gegl-0.0/overlay.la
@@ -130,6 +135,8 @@ lib/gegl-0.0/png-load.so
lib/gegl-0.0/png-save.so
@comment lib/gegl-0.0/raw-load.la
lib/gegl-0.0/raw-load.so
+lib/gegl-0.0/rectangle.la
+lib/gegl-0.0/rectangle.so
@comment lib/gegl-0.0/remap.la
lib/gegl-0.0/remap.so
@comment lib/gegl-0.0/save-buffer.la
@@ -184,6 +191,8 @@ lib/gegl-0.0/unsharp-mask.so
lib/gegl-0.0/value-invert.so
@comment lib/gegl-0.0/whitebalance.la
lib/gegl-0.0/whitebalance.so
+lib/gegl-0.0/write-buffer.la
+lib/gegl-0.0/write-buffer.so
@comment lib/gegl-0.0/xor.la
lib/gegl-0.0/xor.so
lib/libgegl-0.0.la