summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-02-04 12:28:43 +0000
committeradam <adam@pkgsrc.org>2010-02-04 12:28:43 +0000
commit14983b978629c72d0817b63ea24a7eb083bb35dd (patch)
tree9137f0d2945f83d9593437a01a9c3aedbd724b6c
parent8a63e1022e2effe61c94549d4b39824472228604 (diff)
downloadpkgsrc-14983b978629c72d0817b63ea24a7eb083bb35dd.tar.gz
Fix building with babl-0.1.2
-rw-r--r--graphics/gegl/Makefile4
-rw-r--r--graphics/gegl/buildlink3.mk6
-rw-r--r--graphics/gegl/distinfo3
-rw-r--r--graphics/gegl/patches/patch-ab13
4 files changed, 20 insertions, 6 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index 57bfac85b54..fa5f72ba167 100644
--- a/graphics/gegl/Makefile
+++ b/graphics/gegl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2010/01/18 09:59:00 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2010/02/04 12:28:43 adam Exp $
DISTNAME= gegl-0.1.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/0.1/
EXTRACT_SUFX= .tar.bz2
diff --git a/graphics/gegl/buildlink3.mk b/graphics/gegl/buildlink3.mk
index e25979d42a5..465402e6975 100644
--- a/graphics/gegl/buildlink3.mk
+++ b/graphics/gegl/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2009/09/08 20:30:25 drochner Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2010/02/04 12:28:43 adam Exp $
BUILDLINK_TREE+= gegl
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= gegl
GEGL_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gegl+= gegl>=0.0.20
-BUILDLINK_ABI_DEPENDS.gegl?= gegl>=0.1.0nb1
+BUILDLINK_ABI_DEPENDS.gegl+= gegl>=0.1.0nb3
BUILDLINK_PKGSRCDIR.gegl?= ../../graphics/gegl
pkgbase := gegl
@@ -17,7 +17,7 @@ pkgbase := gegl
.endif
.include "../../graphics/babl/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
.endif # GEGL_BUILDLINK3_MK
BUILDLINK_TREE+= -gegl
diff --git a/graphics/gegl/distinfo b/graphics/gegl/distinfo
index 485cf5b9d63..9d33a1d1572 100644
--- a/graphics/gegl/distinfo
+++ b/graphics/gegl/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2009/08/21 19:41:13 adam Exp $
+$NetBSD: distinfo,v 1.4 2010/02/04 12:28:43 adam Exp $
SHA1 (gegl-0.1.0.tar.bz2) = ede1789ce318b9afe4ec7dcb42c1065b4f278b64
RMD160 (gegl-0.1.0.tar.bz2) = fb03f5a2170d28ef37f94a7941d456b0dc92600b
Size (gegl-0.1.0.tar.bz2) = 1342198 bytes
SHA1 (patch-aa) = 5eeefaaa80a93eefd73dba81eff88652e5213167
+SHA1 (patch-ab) = 6f0d59625b4fbbc61af8156ffc3cb01ade593a29
diff --git a/graphics/gegl/patches/patch-ab b/graphics/gegl/patches/patch-ab
new file mode 100644
index 00000000000..6aef1b0e26c
--- /dev/null
+++ b/graphics/gegl/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2010/02/04 12:28:44 adam Exp $
+
+--- gegl/process/gegl-eval-visitor.c.orig 2010-02-03 09:32:18.000000000 +0000
++++ gegl/process/gegl-eval-visitor.c
+@@ -56,7 +56,7 @@ gegl_eval_visitor_init (GeglEvalVisitor
+ {
+ }
+
+-extern long babl_total_usecs;
++long babl_total_usecs;
+
+ /* this is the visitor that does the real computations for GEGL */
+ static void