Commit Graph

8 Commits

Author SHA1 Message Date
krant 5267b1b62b gnuplot: update to 6.0.0
- Add patch for MIPS and PowerPC systems

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-02-04 16:32:40 -08:00
Fabrice Fontaine 5afe5c9031 treewide: assign PKG_CPE_ID
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2024-02-04 16:16:10 -08:00
Stijn Tintel 190f62ee62 gnuplot: fix host lib leakage
The package does not build due to host lib leakage, as evidenced by
config.log:

X_CFLAGS=' -I/usr/include'
X_LIBS=' -L/usr/lib'

Fix this by disabling X with a configure var.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2021-08-15 03:25:02 +03:00
Matteo Cicuttin d21dc8c78f gnuplot: Updated gnuplot to 5.4.2
Maintainer: @datafl4sh
Compile tested: x86, sunxi, bcm27xx
Run tested: x86, sunxi, bcm27xx

Description: Updated gnuplot from 5.4.1 to 5.4.2
Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
2021-08-02 11:19:59 +02:00
Matteo Cicuttin 60c0c3ba5d gnuplot: Updated gnuplot to 5.4.1
Note: touches also `libdg`, changed dependency from libjpeg to libjpeg-turbo

Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
2021-01-05 21:59:46 +01:00
Matteo Cicuttin 941d6bd288 gnuplot: Updated gnuplot to 5.4.0
Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
2020-07-24 10:34:58 +02:00
Matteo Cicuttin cf5051985e gnuplot: Fixed dependencies.
Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
2020-07-07 13:30:50 +02:00
Matteo Cicuttin 18e96c897c gnuplot: Added package.
About the patch: Gnuplot build process includes the compilation of some
custom binaries which are subsequently used to generate help files/docs.
Since those binaries are compiled for TARGET, this breaks the build on
the HOST. The patch disables the generation of those binaries (and the
documentation).

Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
2020-07-02 09:58:32 +02:00