wok-next diff gegl/receipt @ rev 4446
Up: ndiswrapper-driver, utils;fix WGET_URL
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Thu Nov 05 19:41:12 2009 +0000 (2009-11-05) |
parents | e8024c01fc47 |
children | fc5b4fce2dc0 |
line diff
1.1 --- a/gegl/receipt Sat Jun 13 12:19:10 2009 +0200 1.2 +++ b/gegl/receipt Thu Nov 05 19:41:12 2009 +0000 1.3 @@ -5,10 +5,10 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Generic Graphics Library" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="babl expat gtk+ jpeg libsdl xorg-libX11 xorg-libXau \ 1.8 -xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes \ 1.9 -xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage bzlib ffmpeg" 1.10 -BUILD_DEPENDS="babl-dev libsdl-dev" 1.11 +DEPENDS="babl expat gtk+ jpeg xorg-libX11 xorg-libXau xorg-libXcomposite \ 1.12 +xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \ 1.13 +xorg-libXrandr xorg-libXrender xorg-libXdamage bzlib" 1.14 +BUILD_DEPENDS="babl-dev jpeg-dev expat-dev xorg-dev" 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 WEB_SITE="http://gegl.org/" 1.17 WGET_URL="ftp://ftp.gimp.org/pub/gegl/0.0/$TARBALL" 1.18 @@ -17,8 +17,16 @@ 1.19 compile_rules() 1.20 { 1.21 cd $src 1.22 - ./configure --prefix=/usr \ 1.23 + # Keep gegl light so we can make smaller gimp LiveCD flavors 1.24 + ./configure \ 1.25 + --prefix=/usr \ 1.26 --disable-docs \ 1.27 + --without-sdl \ 1.28 + --without-librsvg \ 1.29 + --without-graphviz \ 1.30 + --without-lua \ 1.31 + --without-libavformat \ 1.32 + --without-libv4l \ 1.33 $CONFIGURE_ARGS && 1.34 make && make DESTDIR=$PWD/_pkg install 1.35 } 1.36 @@ -31,4 +39,3 @@ 1.37 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.38 cp -a $_pkg/usr/lib/gegl-0.0/*.so* $fs/usr/lib/gegl 1.39 } 1.40 -