wok rev 1646

Up Gimp to 2.6.1
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Nov 08 13:32:42 2008 +0000 (2008-11-08)
parents 148182ebcbea
children 8db96c574f30
files gimp/receipt
line diff
     1.1 --- a/gimp/receipt	Sat Nov 08 13:31:14 2008 +0000
     1.2 +++ b/gimp/receipt	Sat Nov 08 13:32:42 2008 +0000
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gimp"
     1.7 -VERSION="2.4.6"
     1.8 +VERSION="2.6.1"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="Gnu Image Manipulation Program or GIMP!"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -DEPENDS="gtk+ libart_lgpl"
    1.13 -BUILD_DEPENDS="gettext perl-xml-parser gtk+-dev libart_lgpl"
    1.14 +DEPENDS="gtk+ libart_lgpl babl gegl libgio"
    1.15 +BUILD_DEPENDS="gettext perl-xml-parser gtk+-dev libart_lgpl babl-dev gegl-dev libgio libgio-dev"
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17  WEB_SITE="http://www.gimp.org/"
    1.18 -WGET_URL="ftp://ftp.gimp.org/pub/gimp/v2.4/$TARBALL"
    1.19 +WGET_URL="ftp://ftp.gimp.org/pub/gimp/v2.6/$TARBALL"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23 @@ -19,9 +19,16 @@
    1.24  		--prefix=/usr --infodir=/usr/share/info \
    1.25  		--mandir=/usr/share/man --sysconfdir=/etc \
    1.26  		--with-html-dir=/usr/share/doc \
    1.27 -		--disable-print \
    1.28 +		--without-print \
    1.29  		--disable-python \
    1.30 -		$CONFIGURE_ARGS &&
    1.31 +		--without-gnomefs \
    1.32 +		--without-poppler \
    1.33 +  		--without-gnomevfs \
    1.34 +  		--without-libcurl \
    1.35 +  		--without-alsa \
    1.36 +  		--without-librsvg \
    1.37 +  		--without-dbus \
    1.38 +  		$CONFIGURE_ARGS &&
    1.39  	make &&
    1.40  	make DESTDIR=$PWD/_pkg install
    1.41  }
    1.42 @@ -39,7 +46,7 @@
    1.43  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.44  	cp -a $_pkg/usr/lib/gimp $fs/usr/lib
    1.45  	cp -a $_pkg/usr/share/gimp $fs/usr/share
    1.46 -	cp -a $_pkg/usr/share/mime-info $fs/usr/share
    1.47 +	# cp -a $_pkg/usr/share/mime-info $fs/usr/share
    1.48  	
    1.49  	rm $fs/usr/lib/gimp/*/*/*.la
    1.50