mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
gnuplot: update to 5.0.5.
This commit is contained in:
parent
965129db9c
commit
a1cd76fc91
2 changed files with 2 additions and 15 deletions
|
@ -1,13 +0,0 @@
|
||||||
diff --git src/qtterminal/qt_conversion.cpp src/qtterminal/qt_conversion.cpp
|
|
||||||
index 38fd177..95ee48c 100644
|
|
||||||
--- src/qtterminal/qt_conversion.cpp
|
|
||||||
+++ src/qtterminal/qt_conversion.cpp
|
|
||||||
@@ -126,7 +126,7 @@ QImage qt_imageToQImage(int M, int N, coordval* image, t_imagecolor color_mode)
|
|
||||||
QRgb* line = (QRgb*)(qimage.scanLine(n));
|
|
||||||
for (int m = 0; m < M; m++)
|
|
||||||
{
|
|
||||||
- if (isnan(*image))
|
|
||||||
+ if (std::isnan(*image))
|
|
||||||
{
|
|
||||||
image++;
|
|
||||||
*line++ = 0x00000000;
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gnuplot'
|
# Template file for 'gnuplot'
|
||||||
pkgname=gnuplot
|
pkgname=gnuplot
|
||||||
version=5.0.4
|
version=5.0.5
|
||||||
revision=1
|
revision=1
|
||||||
configure_args="--with-readline=builtin"
|
configure_args="--with-readline=builtin"
|
||||||
hostmakedepends="pkg-config lua52"
|
hostmakedepends="pkg-config lua52"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
homepage="http://www.gnuplot.info/"
|
homepage="http://www.gnuplot.info/"
|
||||||
license="gnuplot"
|
license="gnuplot"
|
||||||
distfiles="${SOURCEFORGE_SITE}/gnuplot/gnuplot/${version}/gnuplot-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/gnuplot/gnuplot/${version}/gnuplot-${version}.tar.gz"
|
||||||
checksum=151cb845728bde75eb9d1561b35140114a05a7c52a52bd35b4b2b3d944e0c31e
|
checksum=25f3e0bf192e01115c580f278c3725d7a569eb848786e12b455a3fda70312053
|
||||||
|
|
||||||
subpackages="gnuplot-common"
|
subpackages="gnuplot-common"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue