Package: qtiplot / 0.9.8.9-15

Metadata

Package Version Patches format
qtiplot 0.9.8.9-15 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_build_system.diff | (download)

qtiplot.pro | 4 1 + 3 - 0 !
qtiplot/qtiplot.pro | 12 7 + 5 - 0 !
2 files changed, 8 insertions(+), 8 deletions(-)

---
02_fix_paths.diff | (download)

qtiplot/src/core/ApplicationWindow.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
03_build_conf.patch | (download)

build.conf.example | 40 20 + 20 - 0 !
1 file changed, 20 insertions(+), 20 deletions(-)

 edits build.conf to look for debian system libraries.
05_link_gl2ps.patch | (download)

3rdparty/qwtplot3d/qwtplot3d.pri | 9 3 + 6 - 0 !
qtiplot/qtiplot.pro | 1 1 + 0 - 0 !
2 files changed, 4 insertions(+), 6 deletions(-)

 removed included copy of gl2ps library
Authoer: Scott Howard <showard@debian.org>

crasher_without_internet.patch | (download)

qtiplot/src/core/ApplicationWindow.cpp | 9 5 + 4 - 0 !
1 file changed, 5 insertions(+), 4 deletions(-)

 crashes if not connected to the internet.
glu_include.patch | (download)

3rdparty/qwtplot3d/include/qwt3d_global.h | 1 1 + 0 - 0 !
3rdparty/qwtplot3d/include/qwt3d_openglhelper.h | 1 1 + 0 - 0 !
build.conf.example | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 1 deletion(-)

 adds missing include on gl/glu.h
minizip.patch | (download)

3rdparty/zlib/minigzip.c | 258 258 + 0 - 0 !
1 file changed, 258 insertions(+)

 minigzip.c was changed in the debian zlib package, this grabs the
 version from upstream
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708240

adopt_to_alglib3.patch | (download)

qtiplot/src/analysis/dialogs/GriddingDialog.cpp | 27 14 + 13 - 0 !
qtiplot/src/analysis/dialogs/GriddingDialog.h | 2 1 + 1 - 0 !
qtiplot/src/matrix/MatrixModel.cpp | 4 2 + 2 - 0 !
3 files changed, 17 insertions(+), 16 deletions(-)

 adoptation to alglib3.
set_col_values.patch | (download)

qtiplot/src/table/Table.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 if you don't initialize the "i" variable, or initialize it to 0.0
 qtiplot won't let you set the column values using muparser.
sipFTBFS.patch | (download)

qtiplot/src/analysis/FFT.cpp | 2 1 + 1 - 0 !
qtiplot/src/analysis/FFT.h | 4 2 + 2 - 0 !
qtiplot/src/plot2D/ImageWidget.h | 2 1 + 1 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-)

 fixed a ftbfs from a new version of sip
disable_en_pdf.patch | (download)

manual/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable building of english pdfs
 After some updates in tex english pdf fails
 to build. If this pdf is really needed,
 one need to dive deeper in XSLT and XML
 and to fix it.
10_adopt_to_gsl2.diff | (download)

qtiplot/src/analysis/Fit.cpp | 24 21 + 3 - 0 !
1 file changed, 21 insertions(+), 3 deletions(-)

 adoptation to gsl2.
fix_stack_overflow.patch | (download)

qtiplot/src/analysis/Correlation.cpp | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 fix stack overflow in correlation.cpp
11_ftbfs gcc 6.cpp | (download)

qtiplot/src/analysis/dialogs/FitDialog.cpp | 6 3 + 3 - 0 !
qtiplot/src/core/ConfigDialog.cpp | 2 1 + 1 - 0 !
qtiplot/src/lib/src/ColorMapEditor.cpp | 4 2 + 2 - 0 !
qtiplot/src/matrix/MatrixValuesDialog.cpp | 2 1 + 1 - 0 !
qtiplot/src/plot2D/dialogs/LayerDialog.cpp | 4 2 + 2 - 0 !
qtiplot/src/plot2D/dialogs/PlotDialog.cpp | 10 5 + 5 - 0 !
qtiplot/src/table/SetColValuesDialog.cpp | 4 2 + 2 - 0 !
qtiplot/src/table/TableDialog.cpp | 2 1 + 1 - 0 !
8 files changed, 17 insertions(+), 17 deletions(-)

 fix ftbfs with gcc-6