Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Oct 2008 12:54:29 +0200
From:      Guido Falsi <mad@madpilot.net>
To:        gnome@FreeBSD.org
Subject:   Gimp 2.6.1 port missing dependencies?
Message-ID:  <20081013105429.GA81447@megatron.madpilot.net>

next in thread | raw e-mail | index | archive | help

--PEIAKu/WMn1b1Hv9
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hello,

Thank you for the hard work. maintaining the gnome port is no easy
task, I'm sure.

I have tried to upgrade gimp and I think the port has missing
dependendcies.

As the gimp site states it requires babl and gegl, and in fact the
configure script fails screaming for them:

checking for xgettext... (cached) /usr/local/bin/xgettext
checking for iso-codes... no (iso-codes package not found)
checking for BABL... gnome-config: not found
configure: error: Package requirements (babl >= 0.0.22) were not met:

No package 'babl' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables BABL_CFLAGS
and BABL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

I'm attaching the diff to gimp-app's makefile which made it work
for me.

Thank you again.

-- 
Guido Falsi <mad@madpilot.net>

--PEIAKu/WMn1b1Hv9
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="gimp-app.diff"

--- Makefile.orig	2008-10-13 12:27:15.000000000 +0200
+++ Makefile	2008-10-13 12:31:46.000000000 +0200
@@ -32,7 +32,9 @@
 		png.5:${PORTSDIR}/graphics/png \
 		jpeg.9:${PORTSDIR}/graphics/jpeg \
 		tiff.4:${PORTSDIR}/graphics/tiff \
-		lcms.1:${PORTSDIR}/graphics/lcms
+		lcms.1:${PORTSDIR}/graphics/lcms \
+		babl-0.0.0:${PORTSDIR}/x11/babl \
+		gegl-0.0.20:${PORTSDIR}/graphics/gegl
 
 CONFLICTS=	gimp-app-devel-[0-9]*
 

--PEIAKu/WMn1b1Hv9--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081013105429.GA81447>