- update babl to version 0.0.22
from Giovanni Bechis
This commit is contained in:
parent
ab79f27a6c
commit
605f2fb3c5
@ -1,18 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2008/07/13 12:09:14 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2008/10/03 10:13:48 ajacoutot Exp $
|
||||
|
||||
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/gegl/${V:R}/
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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:
|
@ -1,6 +1,6 @@
|
||||
$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
|
||||
$OpenBSD: patch-operations_external_ff-load_c,v 1.2 2008/10/03 10:13:48 ajacoutot Exp $
|
||||
--- operations/external/ff-load.c.orig Fri Oct 3 11:22:59 2008
|
||||
+++ operations/external/ff-load.c Fri Oct 3 11:23:11 2008
|
||||
@@ -27,7 +27,7 @@ gegl_chant_int (frame, "Frame", 0, 1000000, 0, "frame
|
||||
|
||||
#include "gegl-chant.h"
|
||||
|
@ -1,26 +1,27 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.2 2008/07/09 02:09:59 jakemsr Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.3 2008/10/03 10:13:48 ajacoutot Exp $
|
||||
@bin bin/gegl
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user