head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2010.03.28.15.09.19;	author gvermeul;	state Exp;
branches;
next	1.1;

1.1
date	2008.10.09.05.42.18;	author gvermeul;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to the latest release.
@
text
@#!/bin/bash

WHERE=http://effbot.org/media/downloads/
PKG=Imaging-1.1.7

pushd ../SOURCES
if [ ! -f $PKG.tar.gz ]; then 
    wget $WHERE/$PKG.tar.gz
fi

pushd ../BUILD

rm -rf $PKG
tar xfz ../SOURCES/$PKG.tar.gz
pushd $PKG
python setup.py install
popd # $PKG

popd # ../BUILD

# EOF
@


1.1
log
@Upgrade to Python-2.6, enable debugging and add support packages.
Upgrade to latests PyQt4/SIP snapshots and enable debugging.
Enable debugging in PyQwt5.
Add Python Imaging Library to help debugging QImage -> array conversion.
@
text
@d4 1
a4 1
PKG=Imaging-1.1.6
d12 1
d18 1
@

