summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.2.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-12-31 18:29:38 +0100
committerKhem Raj <raj.khem@gmail.com>2022-01-05 08:17:18 -0800
commit60e962ace97071f1b701cd1da2ca65cdb246649e (patch)
treeb33e99ed81001636975bdf2356966c70fea09215 /meta-oe/recipes-extended/gnuplot/gnuplot_5.4.2.bb
parent4d4f8078e97e0a7804d427ec04c6faca4a4cbd92 (diff)
downloadmeta-openembedded-60e962ace97071f1b701cd1da2ca65cdb246649e.tar.gz
gnuplot: upgrade 5.4.1 -> 5.4.2
Changes in 5.4.2 NEW in "using" context, $# means "number of columns in current data line" NEW define on program entry: I = sqrt(-1) = {0.,1.} NEW support input data that uses epidemiological date-week formats NEW optional fillcolor for "set key opaque" NEW provide and document use of a plugin to provide uigamma function CHANGE much improved domain and precision for igamma function CHANGE generate only one key entry per multi-dataset input file Bug #2380 CHANGE (Windows): attempt to convert unicode on command line to UTF-8 CHANGE clip `with image` to plot boundary in 2D plots CHANGE In gprintf format "%c", add no space for a null prefix Bug #2266 CHANGE Make auto-placement of left border less sensitive to plot size Bug #2415 FIX time formats %U %W Bug #2390 FIX left-justification of titles in splot with user-specified key position FIX clipping of filled polygons that have only 1 or 2 vertices Bug #2400 FIX "set tics front" unexpectedly made all grid lines invisible FIX more terminals support requested linewidth for textbox borders FIX indexing of multiple matrix data sets in a single input file FIX do not inject extra '\n' into input stream after 'set term' Bug #2292 FIX cairo terminals: Do not lose font info during multi-line enhanced text FIX cairo terminals (Windows): ignore "text scaling" from user screen settings FIX pm: better mousing and font handling FIX win: instabilities associated with changing window size Bug #2301 #2304 FIX wxt: use of multiple plot windows from single-threaded wxt terminal FIX qt: prevent creation of zombie gnuplot_qt process Bug #2188 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/gnuplot/gnuplot_5.4.2.bb')
-rw-r--r--meta-oe/recipes-extended/gnuplot/gnuplot_5.4.2.bb71
1 files changed, 71 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.2.bb b/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.2.bb
new file mode 100644
index 0000000000..5504515e98
--- /dev/null
+++ b/meta-oe/recipes-extended/gnuplot/gnuplot_5.4.2.bb
@@ -0,0 +1,71 @@
1SUMMARY = "Gnuplot is a portable command-line driven graphing utility"
2DESCRIPTION = "Gnuplot is a portable command-line driven interactive datafile \
3(text or binary) and function plotting utility."
4HOMEPAGE = "http://www.gnuplot.info/"
5SECTION = "console/scientific"
6LICENSE = "gnuplot"
7LIC_FILES_CHKSUM = "file://Copyright;md5=243a186fc2fd3b992125d60d5b1bab8f"
8DEPENDS = "${BPN}-native virtual/libx11 gd readline"
9
10inherit autotools features_check
11# depends on virtual/libx11
12REQUIRED_DISTRO_FEATURES = "x11"
13
14SRC_URI = " \
15 ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BP}.tar.gz;name=archive \
16 http://www.mneuroth.de/privat/zaurus/qtplot-0.2.tar.gz;name=qtplot \
17 file://gnuplot.desktop \
18 file://gnuplot.png \
19"
20SRC_URI:append:class-target = " \
21 file://0002-do-not-build-demos.patch \
22 file://0003-Use-native-tools-to-build-docs.patch \
23 file://0004-Add-configure-option-to-find-qt5-native-tools.patch \
24"
25
26SRC_URI[archive.sha256sum] = "e57c75e1318133951d32a83bcdc4aff17fed28722c4e71f2305cfc2ae1cae7ba"
27SRC_URI[qtplot.sha256sum] = "6df317183ff62cc82f3dcf88207a267cd6478cb5147f55d7530c94f1ad5f4132"
28
29# for building docs (they deserve it) we need *doc2* tools native
30BBCLASSEXTEND = "native"
31DEPENDS:class-native = "readline-native"
32PACKAGECONFIG:class-native = ""
33
34SRC_URI:append:class-native = " file://0001-reduce-build-to-conversion-tools-for-native-build.patch"
35
36do_install:class-native() {
37 install -d ${D}${bindir}
38 install ${B}/docs/*doc* ${D}${bindir}
39 rm ${D}${bindir}/*.o
40}
41
42PACKAGECONFIG ??= "cairo"
43PACKAGECONFIG[cairo] = "--with-cairo,--without-cairo,cairo pango"
44PACKAGECONFIG[lua] = "--with-lua,--without-lua,lua"
45PACKAGECONFIG[qt5] = "--with-qt --with-qt5nativesysroot=${STAGING_DIR_NATIVE},--without-qt,qtbase-native qtbase qtsvg qttools-native"
46
47EXTRA_OECONF = " \
48 --with-readline=${STAGING_LIBDIR}/.. \
49 -disable-wxwidgets \
50"
51
52do_compile:prepend() {
53 install -m 0644 ${WORKDIR}/qtplot-0.2/qtopia.trm ${S}/term/
54}
55
56do_install:append:class-target() {
57 install -d ${D}${datadir}/applications/
58 install -m 0644 ${WORKDIR}/gnuplot.desktop ${D}${datadir}/applications/
59 install -d ${D}${datadir}/pixmaps/
60 install -m 0644 ${WORKDIR}/gnuplot.png ${D}${datadir}/pixmaps/
61}
62
63PACKAGES =+ "${PN}-x11"
64
65RPROVIDES:${PN}-dbg += "${PN}-x11-dbg"
66
67DESCRIPTION:${PN}-x11 = "X11 display terminal for Gnuplot."
68SECTION:${PN}-x11 = "x11/scientific"
69FILES:${PN}-x11 = "${libexecdir} ${datadir}/applications ${datadir}/pixmaps ${libdir}/X11 "
70
71FILES:${PN} += "${datadir}/texmf"