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


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

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

1.6
date	2008.04.12.18.39.06;	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.03.08.06.48.37;	author gvermeul;	state Exp;
branches;
next	1.3;

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

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

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


desc
@@


1.8
log
@Upgrade to latest release candidate and snapshots.
@
text
@#!/bin/bash

PKG=SoQt-1.4.1
JOBS=$(getconf _NPROCESSORS_ONLN)

pushd ../SOURCES
if [ ! -f $PKG.tar.gz ]; then
    wget http://ftp.coin3d.org/coin/src/$PKG.tar.gz
fi
popd

pushd ../BUILD
rm -rf $PKG
tar xfz ../SOURCES/$PKG.tar.gz
pushd $PKG
./configure --prefix $HOME/usr/lib/qt4.4 --with-qt=$HOME/usr/lib/qt4.4
make -j $JOBS
make install

doxygen -u sogui.doxygen
cat >> sogui.doxygen << EOF
GENERATE_HTML = yes
HTML_HEADER =
HTML_FOOTER =
HTML_STYLESHEET =
HAVE_DOT = yes
EOF
doxygen sogui.doxygen
rm -f html/*.{map,md5} html/Makefile*
mkdir -p $HOME/usr/share/doc/$PKG
cp -r html $HOME/usr/share/doc/$PKG

popd # $PKG
popd # ../BUILD

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

@


1.7
log
@Back out to Qt-4.3.4.
@
text
@d16 1
a16 1
./configure --prefix $HOME/usr/lib/qt4.3 --with-qt=$HOME/usr/lib/qt4.3
@


1.6
log
@Upgrade to Qt-4.4rc1 and to latest releases and snapshots.
@
text
@d16 1
a16 1
./configure --prefix $HOME/usr/lib/qt4.4 --with-qt=$HOME/usr/lib/qt4.4
@


1.5
log
@Upgrade to the latest versions and snapshots of Qt, ipython, PyQt3,
PyQt4, QScintilla2, SIP and SoQt.
@
text
@d16 1
a16 1
./configure --prefix $HOME/usr/lib/qt4.3 --with-qt=$HOME/usr/lib/qt4.3
@


1.4
log
@Add generation of documentation.
@
text
@d16 1
a16 1
./configure --prefix $HOME/usr/lib/qt4.2 --with-qt=$HOME/usr/lib/qt4.2
@


1.3
log
@Sync with the latest versions.
@
text
@d19 14
@


1.2
log
@Switch from Qt-4.1.4 to Qt-4.2.0.
@
text
@d3 1
a3 1
PKG=SoQt-1.4.0
@


1.1
log
@Add the build files for Coin3D.
@
text
@d16 1
a16 1
./configure --prefix $HOME/usr/lib/qt4.1 --with-qt=$HOME/usr/lib/qt4.1
@

