wok diff gimp/receipt @ rev 1645

Add babl, babl-dev, gegl, gegl-dev. Pave the road to Gimp 2.6
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Nov 08 13:31:14 2008 +0000 (2008-11-08)
parents f1ae4a1ce690
children 1ff78bf058ec
line diff
     1.1 --- a/gimp/receipt	Fri Jun 06 11:46:01 2008 +0200
     1.2 +++ b/gimp/receipt	Sat Nov 08 13:31:14 2008 +0000
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="Gnu Image Manipulation Program or GIMP!"
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="gtk+ libart_lgpl"
     1.7 +BUILD_DEPENDS="gettext perl-xml-parser gtk+-dev libart_lgpl"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.gimp.org/"
    1.10  WGET_URL="ftp://ftp.gimp.org/pub/gimp/v2.4/$TARBALL"
    1.11 @@ -20,8 +21,8 @@
    1.12  		--with-html-dir=/usr/share/doc \
    1.13  		--disable-print \
    1.14  		--disable-python \
    1.15 -		$CONFIGURE_ARGS
    1.16 -	make
    1.17 +		$CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21