head	1.16;
access;
symbols
	PyQwt-4_1-fixes:1.16.0.2
	PyQwt-4_1:1.16
	PyQwt-4_0rc0:1.15
	PyQwt-3_8-fixes:1.10.0.2
	PyQwt-3_8:1.10
	PyQwt-3_7:1.5
	start:1.1.1.1
	gvermeul:1.1.1;
locks; strict;
comment	@# @;


1.16
date	2004.10.22.05.58.41;	author gvermeul;	state Exp;
branches
	1.16.2.1;
next	1.15;

1.15
date	2004.06.05.14.34.44;	author gvermeul;	state Exp;
branches;
next	1.14;

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

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

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

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

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

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

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

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

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

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

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

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

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

1.1
date	2003.06.15.09.15.54;	author gvermeul;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2003.06.15.09.15.54;	author gvermeul;	state Exp;
branches;
next	;

1.16.2.1
date	2005.02.20.18.38.09;	author gvermeul;	state Exp;
branches;
next	;


desc
@@


1.16
log
@Sync setup_cfg_* files.
@
text
@# Start of 'setup_cfg_posix'.
# A line starting with '#' is a comment
#
[run_sip]
# The 'run_sip' command transforms the sip/*.sip files into *.cpp, *.h, and 
# *.py (for sip-3.x) files.  It requires also the PyQt-*/sip/*/*.sip files used
# to build PyQt.  To find out where the */*.sip files have been installed, type
# the following line into the Python interpreter:
#
# >>> import pyqtconfig; print pyqtconfig.Configuration().pyqt_sip_dir
#
# If you get an ImportError you must rebuild sip and PyQt with the configure.py
# script instead of the build.py script.
#
# If there are */*.sip files in pyqt_sip_dir, your PyQt installation is suited
# to build PyQwt (assuming there is no version mismatch between the PyQt
# extension module and the */*.sip files).
# 
# If you have no */*.sip files on your system, you have to install a a PyQt
# development package or get the source code. Get EXACTLY the same version!
#
# To find out which version of PyQt is installed, type the the following line
# into the Python interpreter:
#
# >>> import qt; print qt.PYQT_VERSION_STR
#
# If you have an RPM based system, you can get the matching PyQt-*.src.rpm and
# run the command:
#
#       rpm2cpio PyQt-*.src.rpm | cpio --extract
#
# to extract all files from the RPM package, including the sources for PyQt.
#
# To use the PyQt*-3.10 sources next to PyQwt-4.1, uncomment:
#sip_file_dirs=../PyQt-x11-gpl-3.10/sip
# To use the PyQt*-3.11 sources next to PyQwt-4.1, uncomment:
#sip_file_dirs=../PyQt-x11-gpl-3.11/sip
# To use the PyQt*-3.12 sources next to PyQwt-4.1, uncomment:
#sip_file_dirs=../PyQt-x11-gpl-3.12/sip
# To use the PyQt*-3.13 sources next to PyQwt-4.1, uncomment:
#sip_file_dirs=../PyQt-x11-gpl-3.13/sip
#
#
# Some %ConvertToSubClassCode handwritten code uses 'dynamic_cast<>()' which is
# not supported by all compilers and/or compiler options.
# If this is not the case, exclude the feature 'CXX_DYNAMIC_CAST'
# 
# The option 'sip_x_features' indicates the 'run_sip' command whether to
# disable a list of features (separated by ',').
#sip_x_features=CXX_DYNAMIC_CAST
sip_x_features=
#
# To speed up compilation, concatenate the *.cpp files made by sip.  The option
# 'concatenate' indicates the 'run_sip' command whether to concatenate or not.
concatenate=0
#concatenate=1
#
# For development, using the ccache program (http://ccache.samba.org) is better
# than concatenating. See the 'build_ext' command.
#
#
[build_ext]
# The option 'ccache' indicates the command 'build_ext' to use  the compiler
# cache program, if found.  Purist may want to set 'ccache=0', if the
# Gnu C/C++-compilers are symbolic links to ccache (man ccache), but
# invokations like 'ccache ccache g++' are working fine.
#ccache=0
ccache=1
#
#
[bdist_rpm]
# The 'use_rpm_opt_flags' option indicates the 'bdist_rpm' command whether to
# use RPM_OPT_FLAGS or not. It is safer to use the compiler flags which have
# been used to build Qt.
use_rpm_opt_flags=0
#
#
[install]
# The option 'install-data' indicates the command 'install' where to install
# the documentation and examples. I want it in /usr/share/doc/PyQwt-4.1
install_data=/usr/share/doc/PyQwt-4.1
# If you prefer another directory, uncomment and edit: 
#install_data=/2000/light/years/from/home
#
#
[sdist]
# The option 'force-manifest' indicates the 'sdist' command whether to force
# regeneration of the MANIFEST
force-manifest=1
#
#
# Local Variables: ***
# mode: sh ***
# End: ***
@


1.16.2.1
log
@Prepare the release of PyQwt-4.2.
@
text
@d34 3
a36 1
# To use the PyQt*-3.11 sources next to PyQwt-4.2, uncomment:
d38 1
a38 1
# To use the PyQt*-3.12 sources next to PyQwt-4.2, uncomment:
d40 1
a40 1
# To use the PyQt*-3.13 sources next to PyQwt-4.2, uncomment:
a41 2
# To use the PyQt*-3.14 sources next to PyQwt-4.2, uncomment:
#sip_file_dirs=../PyQt-x11-gpl-3.14/sip
d80 2
a81 2
# the documentation and examples. I want it in /usr/share/doc/PyQwt-4.2
install_data=/usr/share/doc/PyQwt-4.2
@


1.15
log
@Remove the comments for version PyQt/sip-3.9
@
text
@d34 1
a34 1
# To use the PyQt*-3.10 sources next to PyQwt-4.0, uncomment:
d36 1
a36 1
# To use the PyQt*-3.11 sources next to PyQwt-4.0, uncomment:
d38 1
a38 1
# To use the PyQt*-3.12 sources next to PyQwt-4.0, uncomment:
d40 2
d80 2
a81 2
# the documentation and examples. I want it in /usr/share/doc/PyQwt-4.0
install_data=/usr/share/doc/PyQwt-4.0
d86 6
@


1.14
log
@Replace SIZE_T_IS features by types.sip file
@
text
@a11 5
# If you get an AttributeError and have installed PyQt-3.9, do not worry.
# The module pyqtconfig has a bug.  Pretend to be the Python interpreter and
# determine the value of pyqtconfig._pkg_config['pyqt_sip_dir'].
# PyQwt works around this bug.
#
a33 2
# To use the PyQt*-3.9 sources next to PyQwt-4.0, uncomment:
#sip_file_dirs=../PyQt-x11-gpl-3.9/sip
d38 2
@


1.13
log
@Update doc for PyQwt-4.0 with configure.py installation script
@
text
@a50 7
# Possible typedefs for size_t are int, long, unsigned int, or unsigned long
# indicated by the excluding features:
# SIZE_T_IS_INT if size_t is no 'int'
# SIZE_T_IS_LONG if size_t is no 'long'
# SIZE_T_IS_UNSIGNED_INT if size_t is no 'unsigned int'
# SIZE_T_IS_UNSIGNED_LONG if size_t is no 'unsigned long'
#
d53 2
a54 3
#sip_x_features=CXX_DYNAMIC_CAST,SIZE_T_IS_INT,SIZE_T_IS_LONG,SIZE_T_IS_UNSIGNED_INT,SIZE_T_IS_UNSIGNED_LONG
# On my Linux system dynamic_cast<>() works and size_t is 'unsigned int' so:
sip_x_features=SIZE_T_IS_INT,SIZE_T_IS_LONG,SIZE_T_IS_UNSIGNED_LONG
@


1.12
log
@Upgrade documentation for PyQwt-3.10
@
text
@d39 1
a39 1
# To use the PyQt*-3.9 sources next to PyQwt-3.9, uncomment:
d41 4
d48 15
a62 4
# not supported by all compilers and/or compiler options.  The option
# 'sip_x_features' indicates the 'run_sip' command whether to disable a list of
# features (separated by ',').
#sip_x_features=CXX_DYNAMIC_CAST
d91 2
a92 2
# the documentation and examples. I want it in /usr/share/doc/PyQwt-3.10
install_data=/usr/share/doc/PyQwt-3.10
@


1.11
log
@Port to sip-3.9 and sip-4.0
@
text
@d5 29
a33 19
# The 'run_sip' command transforms the sip/*.sip files into
# *.cpp, *.h and *.py files.
# It requires also the PyQt-*/sip/*.sip files that have been
# used to build PyQt.
# The option 'sip_file_dirs' indicates the command 'run_sip'
# where to find the PyQt-*/sip/*.sip files.
#
# If you cannot find those files on your system, you have to
# get the source code that has been used to build PyQt.
# Get EXACTLY the same version!
#
# To determine which version of PyQt is installed, run
# python -c 'import qt; print qt.PYQT_VERSION'
# or
# python -c 'import qt; print qt.PYQT_VERSION_STR'
#
# Handy TIP for an RPM based system:
# Get the matching PyQt-*.src.rpm (Mandrake, Red Hat) or
# PyQt-*.spm (SuSE) and run the command:
d37 1
a37 2
# to extract all files from the RPM package, including the
# sources for PyQt.
d39 8
a46 20
# I install PyQt's sip files in /usr/share/sip. 
sip_file_dirs=/usr/share/sip
# To use the PyQt*-3.8.1 sources next to PyQwt-3.8, uncomment:
#sip_file_dirs=../PyQt-x11-gpl-3.8.1/sip
# To use the PyQt*-3.8 sources next to PyQwt-3.8, uncomment:
#sip_file_dirs=../PyQt-x11-gpl-3.8/sip
# To use the PyQt*-3.7 sources next to PyQwt-3.8, uncomment:
#sip_file_dirs=../PyQt-x11-gpl-3.7/sip
# To use the PyQt*-3.6 sources next to PyQwt-3.8, uncomment:
#sip_file_dirs=../PyQt-x11-gpl-3.6/sip
# To use the PyQt*-3.5 sources next to PyQwt-3.8, uncomment:
#sip_file_dirs=../PyQt-x11-gpl-3.5/sip
# To use the PyQt*-3.4 sources next to PyQwt-3.8, uncomment:
#sip_file_dirs=../PyQt-x11-gpl-3.4/sip
#
#
# Some %ConvertToSubClassCode handwritten code uses 'dynamic_cast<>()'
# which is not supported by all compilers and/or compiler options. 
# The option 'sip_x_features' indicates the 'run_sip' command whether
# to disable a list of features (separated by ',').
d49 2
a50 4
#
# To speed up compilation, concatenate the *.cpp files made by sip.
# The option 'concatenate' indicates the 'run_sip' command whether
# to concatenate or not.
d54 2
a55 2
# For development, using the ccache program (http://ccache.samba.org)
# is better than concatenating. See the 'build_ext' command.
d59 4
a62 5
# The option 'ccache' indicates the command 'build_ext' to use
# the compiler cache program, if found.
# Purist may want to set 'ccache=0', if the Gnu C/C++-compilers
# are symbolic links to ccache (man ccache), but invokations like
# 'ccache ccache g++' are working fine.
d68 3
a70 3
# The 'use_rpm_opt_flags' option indicates the 'bdist_rpm' command
# whether to use RPM_OPT_FLAGS or not. It is safer to use the compiler
# flags which have been used to build Qt.
d75 3
a77 4
# The option 'install-data' indicates the command 'install'
# where to install the documentation and examples.
# I want it in /usr/share/doc/PyQwt-3.8
install_data=/usr/share/doc/PyQwt-3.8
@


1.10
log
@Documented QImage-array conversion & PyQwt-3.8 will work with sip-3.6, -3.7 and -3.8
@
text
@d30 2
a31 2
# I install PyQt's sip files in /usr/share/sip/qt. 
sip_file_dirs=/usr/share/sip/qt
@


1.9
log
@Edit towards 3.8rc0
@
text
@d34 2
d45 1
d49 1
a49 1
# to disable a list of features.
d52 1
d87 1
@


1.8
log
@Improve doc out of sync warning
@
text
@d43 6
@


1.7
log
@Modifying doc for PyQwt-3.8
@
text
@d32 3
a34 1
# To use the PyQt*-3.7 sources next to PyQwt-3.7, uncomment:
d36 1
a36 1
# To use the PyQt*-3.6 sources next to PyQwt-3.7, uncomment:
d38 1
a38 1
# To use the PyQt*-3.5 sources next to PyQwt-3.7, uncomment:
d40 1
a40 1
# To use the PyQt*-3.4 sources next to PyQwt-3.7, uncomment:
@


1.6
log
@Added QWT_DEBUG
@
text
@d9 1
a9 1
# The option 'sip_file_dirs' indicate the command 'run_sip'
a58 1
define=QWT_DEBUG
d63 2
a64 2
# whether to use RPM_OPT_FLAGS or not. I prefer to use the same
# compiler flags that has been used to build Qt.
d71 2
a72 2
# I want it in /usr/share/doc/PyQwt-3.7
install_data=/usr/share/doc/PyQwt-3.7
@


1.5
log
@Several tiny fixes
@
text
@d59 1
@


1.4
log
@Prepare release 3.7
@
text
@d76 3
a78 1
# End of 'setup_cfg_posix'.
@


1.3
log
@Added PyQwt-snapshot next to non-existent PyQwt-3.6
@
text
@d32 3
a34 1
# To use the PyQt*-3.6 sources next to PyQwt-3.6, uncomment:
d36 1
a36 1
# To use the PyQt*-3.5 sources next to PyQwt-3.6, uncomment:
d38 1
a38 1
# To use the PyQt*-3.4 sources next to PyQwt-3.6, uncomment:
d71 2
a72 2
# I want it in /usr/share/doc/PyQwt-3.6
install_data=/usr/share/doc/PyQwt-3.6
@


1.2
log
@pyqt_distutils are now ccache aware
@
text
@d46 1
a46 1
# is better than concatenating.
d57 7
@


1.1
log
@Initial revision
@
text
@d45 12
a56 1
# IMHO, using http://ccache.samba.org is better than concatenating.
@


1.1.1.1
log
@Initial import into CVS
@
text
@@
