wok diff wxpython/receipt @ rev 9544

tiff: Patched overflows that could lead to aribitrary code execution when parsing a malformed image file. Thanks slackware for having this.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Apr 09 07:21:58 2011 +0000 (2011-04-09)
parents 49e501a55595
children d36e3f34f5c0
line diff
     1.1 --- a/wxpython/receipt	Sat Jul 10 09:37:09 2010 +0200
     1.2 +++ b/wxpython/receipt	Sat Apr 09 07:21:58 2011 +0000
     1.3 @@ -5,8 +5,8 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="GUI toolkit for the Python programming language."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="python gtk+"
     1.8 -BUILD_DEPENDS="python-dev gtk+-dev"
     1.9 +DEPENDS="python wxWidgets"
    1.10 +BUILD_DEPENDS="python-dev wxWidgets-dev"
    1.11  SOURCE="wxPython-src"
    1.12  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.13  WEB_SITE="http://www.wxpython.org/"
    1.14 @@ -17,12 +17,14 @@
    1.15  {
    1.16      cd $src
    1.17      ./configure \
    1.18 -    	--prefix=/usr \
    1.19 -    	--mandir=/usr/share/man \
    1.20 -    	--without-sdl \
    1.21 -    	$CONFIGURE_ARGS &&
    1.22 -    make -j 4 &&
    1.23 -    make DESTDIR=$PWD/_pkg install
    1.24 +	--with-gtk=2 \
    1.25 +	--with-libpng=sys \
    1.26 +	--with-libjpeg=sys \
    1.27 +	--with-libtiff=sys &&
    1.28 +    cd wxPython &&
    1.29 +    python setup.py WXPORT=gtk2 UNICODE=1 build &&
    1.30 +    python setup.py WXPORT=gtk2 UNICODE=1 install --root=$DESTDIR
    1.31 +
    1.32  }
    1.33  
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.