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


1.14
date	2010.07.17.19.47.32;	author gvermeul;	state Exp;
branches;
next	1.13;

1.13
date	2010.04.30.12.47.20;	author gvermeul;	state Exp;
branches;
next	1.12;

1.12
date	2010.02.28.21.38.16;	author gvermeul;	state Exp;
branches;
next	1.11;

1.11
date	2009.03.28.17.34.16;	author gvermeul;	state Exp;
branches;
next	1.10;

1.10
date	2008.11.02.11.37.51;	author gvermeul;	state Exp;
branches;
next	1.9;

1.9
date	2008.10.25.07.34.38;	author gvermeul;	state Exp;
branches;
next	1.8;

1.8
date	2008.10.12.05.13.20;	author gvermeul;	state Exp;
branches;
next	1.7;

1.7
date	2007.07.22.09.26.10;	author gvermeul;	state Exp;
branches;
next	1.6;

1.6
date	2007.06.23.09.19.03;	author gvermeul;	state Exp;
branches;
next	1.5;

1.5
date	2007.06.11.18.39.21;	author gvermeul;	state Exp;
branches;
next	1.4;

1.4
date	2007.04.06.07.22.28;	author gvermeul;	state Exp;
branches;
next	1.3;

1.3
date	2007.03.08.06.49.21;	author gvermeul;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.14
log
@Upgrade to latest releases and snapshots.
Install python-2.5, -2.6, -2.7, and -3.1.
Compile several packages for several or all python versions.
@
text
@#!/bin/bash

WHERE=http://www.riverbankcomputing.com/static/Downloads/PyQt3
PKG=PyQt-x11-gpl-snapshot-3.18.2-29855a84d8b6

JOBS=$(getconf _NPROCESSORS_ONLN)

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

function version() {
    rm -rf $PKG
    tar xfz ../SOURCES/$PKG.tar.gz
    pushd $PKG
    $1 configure.py -u -c -j $((2*$JOBS)) \
	-r -q $HOME/usr/lib/qt3.3 \
	CXXFLAGS+="-fno-exceptions" <<EOF
yes
EOF
    make -j $JOBS
    make install
    popd # $PKG
}

pushd ../BUILD
version python2.5
version python2.6
version python2.7
popd # ../BUILD

# Local Variables: ***
# mode: sh ***
# End: ***
@


1.13
log
@Upgrade to the latest snapshots and releases.
@
text
@d14 7
a20 7
pushd ../BUILD
rm -rf $PKG
tar xfz ../SOURCES/$PKG.tar.gz
pushd $PKG
python configure.py -u -c -j $((2*$JOBS)) \
    -r -q $HOME/usr/lib/qt3.3 \
    CXXFLAGS+="-fno-exceptions" <<EOF
d23 9
a31 3
make -j $JOBS
make install
popd # $PKG
@


1.12
log
@Upgrade to latest releases and snapshots.
@
text
@d5 1
@


1.11
log
@Upgrade to the latest releases and snapshots.
@
text
@d4 1
a4 1
PKG=PyQt-x11-gpl-3.18-snapshot-20090323
@


1.10
log
@Upgrade to the latest snapshots.
@
text
@d4 1
a4 1
PKG=PyQt-x11-gpl-3.17.5-snapshot-20081101
@


1.9
log
@Upgrade to the latest SVN snapshots.
@
text
@d4 1
a4 1
PKG=PyQt-x11-gpl-3.17.5-snapshot-20081014
@


1.8
log
@Upgrade to the latest releases and subversion snapshots.
Add build-qscintilla2-svn.
Zap build-celementtree and build-engauge.
@
text
@d3 2
a4 2
WHERE=http://www.riverbankcomputing.com/Downloads/Snapshots/PyQt3
PKG=PyQt-x11-gpl-3.17.5-snapshot-20081011
@


1.7
log
@Sync with the latest releases and snapshots.
@
text
@d4 1
a4 1
PKG=PyQt-x11-gpl-3-snapshot-20070701
@


1.6
log
@Sync with the latest subversion snapshots.
@
text
@d4 1
a4 1
PKG=PyQt-x11-gpl-3-snapshot-20070613
@


1.5
log
@Upgrade to the latest versions and snapshots of Qt, ipython, PyQt3,
PyQt4, QScintilla2, SIP and SoQt.
@
text
@d4 1
a4 1
PKG=PyQt-x11-gpl-3-snapshot-20070605
@


1.4
log
@Sync with the latest snapshots of Eric4, PyQt, PyQt4, QScintilla2, and sip.
@
text
@d4 1
a4 1
PKG=PyQt-x11-gpl-3-snapshot-20070402
@


1.3
log
@Update to the latest versions and/or snapshots.
@
text
@d4 1
a4 1
PKG=PyQt-x11-gpl-3-snapshot-20070220
@


1.2
log
@Sync with the latest versions.
@
text
@d4 1
a4 1
PKG=PyQt-x11-gpl-3-snapshot-20070127
@


1.1
log
@Add separate scripts to build SIP, PyQt-3, and PyQt-4 snapshots.
@
text
@d4 1
a4 1
PKG=PyQt-x11-gpl-3-snapshot-20070117
@

