wok-6.x diff fltk/receipt @ rev 6557
Up: fltk, fltk-dev, fltk-doc to 1.1.10. I removed one of the patches since its not need anymore. Added --enable-threads so cinepaint can build.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 07 19:00:41 2010 +0000 (2010-10-07) |
parents | 9f19aee613be |
children | 6775b1ec2f6f |
line diff
1.1 --- a/fltk/receipt Sun Feb 28 15:33:01 2010 +0100 1.2 +++ b/fltk/receipt Thu Oct 07 19:00:41 2010 +0000 1.3 @@ -1,13 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="fltk" 1.7 -VERSION="1.1.9" 1.8 +VERSION="1.1.10" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Fast Light Tool Kit (provide fluid)." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -DEPENDS="expat fontconfig freetype jpeg xorg-libX11 xorg-libXau xorg-libXdmcp \ 1.13 +DEPENDS="expat fontconfig freetype libpng jpeg xorg-libX11 xorg-libXau xorg-libXdmcp \ 1.14 xorg-libXext xorg-libXft xorg-libXrender zlib libpng gcc-lib-base" 1.15 -BUILD_DEPENDS="xorg-dev" 1.16 +BUILD_DEPENDS="xorg-dev jpeg-dev libpng-dev" 1.17 TARBALL="$PACKAGE-$VERSION-source.tar.bz2" 1.18 WEB_SITE="http://www.fltk.org/" 1.19 WGET_URL="http://ftp.easysw.com/pub/fltk/$VERSION/$TARBALL" 1.20 @@ -17,12 +17,12 @@ 1.21 { 1.22 cd $src 1.23 patch -p 0 < ../stuff/filename_list-dirent.patch || exit 1 1.24 - patch -p 0 < ../stuff/fl_set_fonts_xft.patch || exit 1 1.25 ./configure \ 1.26 --prefix=/usr \ 1.27 --mandir=/usr/share/man \ 1.28 --enable-shared \ 1.29 --enable-xft \ 1.30 + --enable-threads \ 1.31 $CONFIGURE_ARGS && 1.32 make && 1.33 make DESTDIR=$PWD/_pkg install