summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-07-30 23:44:51 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2012-07-31 00:14:54 +0200
commitedd4f5c9bb90ef248be5b1da7e149b5aea8f68f7 (patch)
tree789cb6cda3bd5658608dbe56f9da5dcb89cd0e81
parent44118edc758683551cde0f700020823f53389c4f (diff)
downloadmeta-openembedded-edd4f5c9bb90ef248be5b1da7e149b5aea8f68f7.tar.gz
gnuplot: import from meta-smartphone
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-extended/gnuplot/gnuplot-4.4.4/automake-1.12.x.patch44
-rw-r--r--meta-oe/recipes-extended/gnuplot/gnuplot-4.4.4/subdirs.patch11
-rw-r--r--meta-oe/recipes-extended/gnuplot/gnuplot.inc35
-rw-r--r--meta-oe/recipes-extended/gnuplot/gnuplot/gnuplot.desktop8
-rw-r--r--meta-oe/recipes-extended/gnuplot/gnuplot/gnuplot.pngbin0 -> 9383 bytes
-rw-r--r--meta-oe/recipes-extended/gnuplot/gnuplot/qtopia.trm483
-rw-r--r--meta-oe/recipes-extended/gnuplot/gnuplot_4.4.4.bb16
7 files changed, 597 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot-4.4.4/automake-1.12.x.patch b/meta-oe/recipes-extended/gnuplot/gnuplot-4.4.4/automake-1.12.x.patch
new file mode 100644
index 000000000..51f703ce2
--- /dev/null
+++ b/meta-oe/recipes-extended/gnuplot/gnuplot-4.4.4/automake-1.12.x.patch
@@ -0,0 +1,44 @@
1Upstream-Status: Backport
2
3It's fixed in 4.6 and 4.7(HEAD)
4
5http://sourceforge.net/tracker/?func=detail&aid=3523591&group_id=2055&atid=102055
6
7diff -uNr gnuplot-4.4.4.orig/Makefile.am gnuplot-4.4.4/Makefile.am
8--- gnuplot-4.4.4.orig/Makefile.am 2012-07-20 10:54:49.075828905 +0200
9+++ gnuplot-4.4.4/Makefile.am 2012-07-20 10:55:22.380831313 +0200
10@@ -1,5 +1,5 @@
11 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
12-AUTOMAKE_OPTIONS = foreign 1.2h
13+AUTOMAKE_OPTIONS = foreign
14
15 SUBDIRS = config m4 term src $(LISPDIR) man share
16
17diff -uNr gnuplot-4.4.4.orig/configure.in gnuplot-4.4.4/configure.in
18--- gnuplot-4.4.4.orig/configure.in 2011-09-02 06:09:40.000000000 +0200
19+++ gnuplot-4.4.4/configure.in 2012-07-20 10:55:53.289833224 +0200
20@@ -16,10 +16,11 @@
21 dnl configure.in body
22
23 dnl Compiler characteristics
24-dnl Check for ANSI C prototypes, the const and inline keywords,
25-dnl and ANSI style stringification
26+dnl Check for the const and inline keywords and ANSI style stringification
27+dnl automake 1.12 dropped support for AM_C_PROTOTYPES and ansi2knr
28+dnl But our code still tests for #ifdef PROTOTYPES, so define it here
29+AC_DEFINE(PROTOTYPES,1,[Automake 1.12 dropped support for building without prototypes])
30 AC_PROG_CC
31-AM_C_PROTOTYPES
32 AC_PROG_CPP
33 AC_C_CONST
34 AC_C_INLINE
35diff -uNr gnuplot-4.4.4.orig/src/Makefile.am gnuplot-4.4.4/src/Makefile.am
36--- gnuplot-4.4.4.orig/src/Makefile.am 2010-10-06 06:53:16.000000000 +0200
37+++ gnuplot-4.4.4/src/Makefile.am 2012-07-20 10:56:02.376834548 +0200
38@@ -1,5 +1,5 @@
39 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
40-AUTOMAKE_OPTIONS = ansi2knr foreign 1.2h
41+AUTOMAKE_OPTIONS = foreign
42
43 # in the spirit of automake ...
44 pkglibexecdir = $(libexecdir)/@PACKAGE@/@VERSION_MAJOR@
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot-4.4.4/subdirs.patch b/meta-oe/recipes-extended/gnuplot/gnuplot-4.4.4/subdirs.patch
new file mode 100644
index 000000000..8c7d1f0d3
--- /dev/null
+++ b/meta-oe/recipes-extended/gnuplot/gnuplot-4.4.4/subdirs.patch
@@ -0,0 +1,11 @@
1--- /tmp/Makefile.am 2007-08-23 13:10:15.560659023 +0200
2+++ gnuplot-4.2.0/Makefile.am 2007-08-23 13:10:34.961764629 +0200
3@@ -1,7 +1,7 @@
4 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
5 AUTOMAKE_OPTIONS = foreign 1.2h
6
7-SUBDIRS = config m4 term src docs $(LISPDIR) man demo tutorial share
8+SUBDIRS = config m4 term src $(LISPDIR) man share
9
10 EXTRA_DIST = BUGS CodeStyle Copyright FAQ GNUmakefile INSTALL INSTALL.gnu \
11 Makefile.maint PATCHLEVEL PGPKEYS PORTING README README.1ST README.exp \
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot.inc b/meta-oe/recipes-extended/gnuplot/gnuplot.inc
new file mode 100644
index 000000000..b72bbd732
--- /dev/null
+++ b/meta-oe/recipes-extended/gnuplot/gnuplot.inc
@@ -0,0 +1,35 @@
1DESCRIPTION = "Gnuplot is a portable command-line driven interactive datafile \
2(text or binary) and function plotting utility."
3HOMEPAGE = "http://www.gnuplot.info/"
4SECTION = "console/scientific"
5LICENSE = "BSD-4"
6LIC_FILES_CHKSUM = "file://Copyright;md5=243a186fc2fd3b992125d60d5b1bab8f"
7DEPENDS = "virtual/libx11 gd cairo readline"
8
9inherit autotools
10
11acpaths = ""
12
13EXTRA_OECONF = "--with-readline=${STAGING_LIBDIR}/.. \
14 --without-lisp-files \
15 --without-tutorial \
16 --disable-wxwidgets"
17
18do_compile_prepend() {
19 install -m 0644 ${WORKDIR}/qtplot-0.2/qtopia.trm ${S}/term/
20}
21
22do_install_append() {
23 install -d ${D}${datadir}/applications/
24 install -m 0644 ${WORKDIR}/gnuplot.desktop ${D}${datadir}/applications/
25 install -d ${D}${datadir}/pixmaps/
26 install -m 0644 ${WORKDIR}/gnuplot.png ${D}${datadir}/pixmaps/
27}
28
29PACKAGES =+ "${PN}-x11-dbg ${PN}-x11"
30DESCRIPTION_${PN}-x11 = "X11 display terminal for Gnuplot."
31SECTION_${PN}-x11 = "x11/scientific"
32FILES_${PN}-x11 = "${libexecdir} ${datadir}/applications ${datadir}/pixmaps ${libdir}/X11 "
33
34FILES_${PN} += "${datadir}/texmf"
35FILES_${PN}-x11-dbg += "${libexecdir}/gnuplot/*/.debug"
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot/gnuplot.desktop b/meta-oe/recipes-extended/gnuplot/gnuplot/gnuplot.desktop
new file mode 100644
index 000000000..f67df9e19
--- /dev/null
+++ b/meta-oe/recipes-extended/gnuplot/gnuplot/gnuplot.desktop
@@ -0,0 +1,8 @@
1[Desktop Entry]
2Name=Gnuplot
3Comment=Plot data and function graphs
4Exec=x-terminal-emulator -e gnuplot
5Terminal=false
6Type=Application
7Icon=gnuplot
8Categories=Science;
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot/gnuplot.png b/meta-oe/recipes-extended/gnuplot/gnuplot/gnuplot.png
new file mode 100644
index 000000000..054cd9e7c
--- /dev/null
+++ b/meta-oe/recipes-extended/gnuplot/gnuplot/gnuplot.png
Binary files differ
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot/qtopia.trm b/meta-oe/recipes-extended/gnuplot/gnuplot/qtopia.trm
new file mode 100644
index 000000000..b52f9bb97
--- /dev/null
+++ b/meta-oe/recipes-extended/gnuplot/gnuplot/qtopia.trm
@@ -0,0 +1,483 @@
1/*
2 * $Id: dumb.trm,v 1.16 2004/04/13 17:24:16 broeker Exp $
3 *
4 */
5
6/* GNUPLOT - qtopia.trm */
7
8/*[
9 * Copyright 1991 - 1993, 1998, 2004 Thomas Williams, Colin Kelley
10 *
11 * Permission to use, copy, and distribute this software and its
12 * documentation for any purpose with or without fee is hereby granted,
13 * provided that the above copyright notice appear in all copies and
14 * that both that copyright notice and this permission notice appear
15 * in supporting documentation.
16 *
17 * Permission to modify the software is granted, but not the right to
18 * distribute the complete modified source code. Modifications are to
19 * be distributed as patches to the released version. Permission to
20 * distribute binaries produced by compiling modified sources is granted,
21 * provided you
22 * 1. distribute the corresponding source modifications from the
23 * released version in the form of a patch file along with the binaries,
24 * 2. add special version identification to distinguish your version
25 * in addition to the base release version number,
26 * 3. provide your name and address as the primary contact for the
27 * support of your modified version, and
28 * 4. retain our contact information in regard to use of the base
29 * software.
30 * Permission to distribute the released version of the source code along
31 * with corresponding source modifications in the form of a patch file is
32 * granted with same provisions 2 through 4 for binary distributions.
33 *
34 * This software is provided "as is" without express or implied warranty
35 * to the extent permitted by applicable law.
36]*/
37
38/*
39 * This file is included by ../term.c.
40 *
41 * This terminal driver supports:
42 * qtopia terminals
43 *
44 * AUTHORS
45 * Michael Neuroth, 2004-05-16
46 * INTERNET: michael.neuroth@freenet.de
47 *
48 * send your comments or suggestions to (gnuplot-info@lists.sourceforge.net).
49 *
50 */
51#include "driver.h"
52
53#define NO_QTOPIA_ENHANCED_SUPPORT
54
55#ifdef TERM_REGISTER
56register_term(qtopia_driver)
57#endif
58
59#ifdef TERM_PROTO
60TERM_PUBLIC void QTOPIA_options __PROTO((void));
61TERM_PUBLIC void QTOPIA_init __PROTO((void));
62TERM_PUBLIC void QTOPIA_graphics __PROTO((void));
63TERM_PUBLIC void QTOPIA_text __PROTO((void));
64TERM_PUBLIC void QTOPIA_reset __PROTO((void));
65TERM_PUBLIC void QTOPIA_linetype __PROTO((int linetype));
66TERM_PUBLIC void QTOPIA_move __PROTO((unsigned int x, unsigned int y));
67TERM_PUBLIC void QTOPIA_point __PROTO((unsigned int x, unsigned int y,
68 int point));
69TERM_PUBLIC void QTOPIA_vector __PROTO((unsigned int x, unsigned int y));
70TERM_PUBLIC void QTOPIA_put_text __PROTO((unsigned int x, unsigned int y,
71 const char *str));
72TERM_PUBLIC void QTOPIA_arrow __PROTO((unsigned int sx, unsigned int sy,
73 unsigned int ex, unsigned int ey,
74 int head));
75
76#define ENHqtopia_put_text NULL
77
78
79#define QTOPIA_XMAX 4096
80#define QTOPIA_YMAX 4096
81
82#ifdef ZAURUS
83#define QTOPIA_VCHAR (QTOPIA_YMAX/25)
84#define QTOPIA_HCHAR (QTOPIA_XMAX/40)
85#define QTOPIA_VTIC (QTOPIA_YMAX/50)
86#define QTOPIA_HTIC (QTOPIA_XMAX/40)
87#else
88#define QTOPIA_VCHAR (QTOPIA_YMAX/25)
89#define QTOPIA_HCHAR (QTOPIA_XMAX/50)
90#define QTOPIA_VTIC (QTOPIA_YMAX/100)
91#define QTOPIA_HTIC (QTOPIA_XMAX/150)
92#endif
93
94#endif /* TERM_PROTO */
95
96#ifdef TERM_BODY
97
98/*#include <winsock2.h>*/
99/* needs: ws2_32.lib */
100#ifndef _MSC_VER
101#include <sys/types.h>
102#include <sys/socket.h>
103#include <netinet/in.h>
104#include <arpa/inet.h>
105#endif
106
107#define QTOPIA_MAX_BUFFER 512
108#define QTOPIA_MAX_DELAY_COUNT 20 /* * 100 ms = 2 s */
109
110#ifdef _MSC_VER
111#define QTOPIA_BAD_SOCKET INVALID_SOCKET /* -1 */
112#define QTOPIA_BAD_CONNECT SOCKET_ERROR
113#else
114#define QTOPIA_BAD_SOCKET -1
115#define QTOPIA_BAD_CONNECT -1
116#endif
117#define QTOPIA_PORT_NO 5050
118
119static int qtopia_client_socket = QTOPIA_BAD_SOCKET;
120static unsigned short qtopia_port_no = QTOPIA_PORT_NO;
121static char qtopia_host_name[QTOPIA_MAX_BUFFER+1] = { "localhost" };
122
123static int OpenClient __PROTO(( int test));
124static void CloseClient();
125
126static void MySleep( delay )
127int delay;
128{
129#ifdef _MSC_VER
130 Sleep( delay );
131#else
132 usleep( delay );
133#endif
134}
135
136static void InitSockets()
137{
138#ifdef _MSC_VER
139 WORD wVersionRequested;
140 WSADATA wsaData;
141 int err;
142
143 wVersionRequested = MAKEWORD( 2, 2 );
144
145 err = WSAStartup( wVersionRequested, &wsaData );
146#endif
147}
148
149static void ExitSockets()
150{
151#ifdef _MSC_VER
152 WSACleanup();
153#endif
154}
155
156static int CheckForQtplot( count )
157int count;
158{
159 /* test (via sockets) if qtplot is allready running */
160 if( !OpenClient( 1 ) )
161 {
162 /* give qtplot a litle bit time to start... */
163 if( count < QTOPIA_MAX_DELAY_COUNT )
164 {
165 if( count == 0 )
166 {
167#ifdef _MSC_VER
168 system( "start qtplot" );
169#else
170 system( "qtplot&" );
171#endif
172 }
173
174 MySleep(100);
175
176 return CheckForQtplot( count+1 );
177 }
178 else
179 {
180 return 0;
181 }
182 }
183 else
184 {
185 CloseClient();
186
187 return 1;
188 }
189}
190
191static int OpenClient( test )
192int test;
193{
194 int len;
195 struct sockaddr_in address;
196 int result;
197
198 /* Create a socket for the client. */
199
200 qtopia_client_socket = socket(AF_INET, SOCK_STREAM, 0);
201
202 if( qtopia_client_socket != QTOPIA_BAD_SOCKET )
203 {
204 /* Name the socket, as agreed with the server. */
205
206 address.sin_family = AF_INET;
207 address.sin_addr.s_addr = inet_addr(/*qtopia_host_name*/"127.0.0.1"); /* localhost */
208 address.sin_port = htons(qtopia_port_no);
209 len = sizeof(address);
210
211 /* Now connect our socket to the server's socket. */
212
213 result = connect(qtopia_client_socket, (struct sockaddr *)&address, len);
214
215 if( result == QTOPIA_BAD_SOCKET )
216 {
217 /* mark this socket as bad */
218
219 close( qtopia_client_socket );
220
221 qtopia_client_socket = QTOPIA_BAD_SOCKET;
222
223 if( !test )
224 {
225 fprintf( gpoutfile, "error connecting to server !\n" );
226 }
227 return 0; /* something went wrong */
228 }
229 }
230 else
231 {
232 if( !test )
233 {
234 fprintf( gpoutfile, "error creating socket !\n" );
235 }
236 return 0; /* something went wrong */
237 }
238
239 return 1; /* everything ist ok ! */
240}
241
242static void CloseClient()
243{
244 close( qtopia_client_socket );
245}
246
247static int IsClientOk()
248{
249 return qtopia_client_socket != QTOPIA_BAD_SOCKET;
250}
251
252static void SendDataToSocket( sLine )
253const char * sLine;
254{
255 if( IsClientOk() )
256 {
257 int send_count;
258
259 send_count = send( qtopia_client_socket, sLine, strlen( sLine ), 0 );
260
261 if( send_count <= 0 )
262 {
263 fprintf( gpoutfile, "error writing to socket str=%s!\n", sLine );
264 }
265 /*
266 else
267 {
268 fprintf( gpoutfile, "wrote %d bytes\n", send_count );
269 }
270 */
271 }
272 else
273 {
274 /* for testing... */
275 /*fprintf( gpoutfile, sLine );*/
276 }
277}
278
279/* ************************************************** */
280
281enum QTOPIA_id { QTOPIA_PORT, QTOPIA_HOST, QTOPIA_OTHER };
282
283static struct gen_table QTOPIA_opts[] =
284{
285 { "po$rt", QTOPIA_PORT },
286 { "ho$st", QTOPIA_HOST },
287 { NULL, QTOPIA_OTHER }
288};
289
290TERM_PUBLIC void
291QTOPIA_options()
292{
293 /* this is not for the qtopia terminal ! */
294 /*SendDataToSocket( "qtd options\n" );*/
295
296 int x, y;
297 struct value a;
298
299 while (!END_OF_COMMAND)
300 {
301 switch(lookup_table(&QTOPIA_opts[0],c_token))
302 {
303 case QTOPIA_PORT:
304 c_token++;
305 if (END_OF_COMMAND)
306 int_error(c_token, "expecting port number");
307 qtopia_port_no = (int) real(const_express(&a));
308 break;
309 case QTOPIA_HOST:
310 c_token++;
311 if (END_OF_COMMAND)
312 int_error(c_token, "expecting host name");
313 if (isstring(c_token))
314 quote_str( qtopia_host_name, c_token, sizeof(qtopia_host_name) );
315 else
316 copy_str( qtopia_host_name, c_token, sizeof(qtopia_host_name) );
317 c_token++;
318 break;
319 case QTOPIA_OTHER:
320 default:
321 break;
322 }
323 }
324
325 sprintf(term_options, "host=%s port=%d",qtopia_host_name,qtopia_port_no);
326}
327
328
329TERM_PUBLIC void
330QTOPIA_init()
331{
332 /* initialize lib (if necassary) */
333 InitSockets();
334 CheckForQtplot( 0 );
335 OpenClient( 0 );
336
337 SendDataToSocket( "qtd init\n" );
338}
339
340
341TERM_PUBLIC void
342QTOPIA_graphics()
343{
344 SendDataToSocket( "qtd graphics\n" );
345}
346
347TERM_PUBLIC void
348QTOPIA_text()
349{
350 SendDataToSocket( "qtd text\n" );
351}
352
353
354TERM_PUBLIC void
355QTOPIA_reset()
356{
357 SendDataToSocket( "qtd reset\n" );
358
359 /* give the qtplot a litle bit time to shutdown */
360 MySleep(100);
361
362 CloseClient();
363 ExitSockets();
364}
365
366
367TERM_PUBLIC void
368QTOPIA_linetype(linetype)
369int linetype;
370{
371 char sBuffer[QTOPIA_MAX_BUFFER];
372
373 sprintf( sBuffer, "qtd linetype type=%d\n",linetype );
374
375 SendDataToSocket( sBuffer );
376}
377
378
379TERM_PUBLIC void
380QTOPIA_move(x, y)
381unsigned int x, y;
382{
383 char sBuffer[QTOPIA_MAX_BUFFER];
384
385 sprintf( sBuffer, "qtd move x=%d y=%d\n",x,y );
386
387 SendDataToSocket( sBuffer );
388}
389
390
391TERM_PUBLIC void
392QTOPIA_point(x, y, point)
393unsigned int x, y;
394int point;
395{
396 char sBuffer[QTOPIA_MAX_BUFFER];
397
398 sprintf( sBuffer, "qtd point x=%d y=%d point=%d\n",x,y,point );
399
400 SendDataToSocket( sBuffer );
401}
402
403
404TERM_PUBLIC void
405QTOPIA_vector(_x, _y)
406unsigned int _x, _y;
407{
408 char sBuffer[QTOPIA_MAX_BUFFER];
409
410 sprintf( sBuffer, "qtd vector x=%d y=%d\n",_x,_y );
411
412 SendDataToSocket( sBuffer );
413}
414
415
416TERM_PUBLIC void
417QTOPIA_put_text(x, y, str)
418unsigned int x, y;
419const char *str;
420{
421 char sBuffer[QTOPIA_MAX_BUFFER];
422
423 sprintf( sBuffer, "qtd put_text x=%d y=%d str=%s\n",x,y,str );
424
425 SendDataToSocket( sBuffer );
426}
427
428/* not suported yet ! */
429TERM_PUBLIC void
430QTOPIA_arrow(sx, sy, ex, ey, head)
431 unsigned int sx, sy, ex, ey;
432 int head; /* ignored */
433{
434 char sBuffer[QTOPIA_MAX_BUFFER];
435
436 sprintf( sBuffer, "qtd arrow sx=%d sy=%d ex=%d ey=%d head=%d\n",sx,sy,ex,ey,head );
437
438 SendDataToSocket( sBuffer );
439}
440
441
442#endif /* TERM_BODY */
443
444#ifdef TERM_TABLE
445TERM_TABLE_START(qtopia_driver)
446 "qtopia", "qtopia or Qt",
447 QTOPIA_XMAX, QTOPIA_YMAX, QTOPIA_VCHAR, QTOPIA_HCHAR,
448 QTOPIA_VTIC, QTOPIA_HTIC, QTOPIA_options, QTOPIA_init, QTOPIA_reset,
449 QTOPIA_text, null_scale, QTOPIA_graphics, QTOPIA_move, QTOPIA_vector,
450 QTOPIA_linetype, QTOPIA_put_text, null_text_angle,
451 null_justify_text, QTOPIA_point, /*QTOPIA_arrow*/0, set_font_null,
452 0, /* pointsize */
453 TERM_CAN_MULTIPLOT,
454 NULL, NULL, NULL, NULL
455#ifdef USE_MOUSE
456 , NULL, NULL, NULL, NULL, NULL
457#endif
458#ifdef PM3D
459 , NULL, NULL, NULL, NULL
460#endif
461TERM_TABLE_END(qtopia_driver)
462
463#undef LAST_TERM
464#define LAST_TERM qtopia_driver
465
466#endif /* TERM_TABLE */
467
468#ifdef TERM_HELP
469START_HELP(qtopia)
470"1 qtopia",
471"?commands set terminal qtopia",
472"?set terminal qtopia",
473"?set term qtopia",
474"?terminal qtopia",
475"?term qtopia",
476"?qtopia",
477" The `qtopia` terminal driver has no additional options.",
478"",
479" Syntax:",
480" set terminal qtopia",
481""
482END_HELP(qtopia)
483#endif /* TERM_HELP */
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot_4.4.4.bb b/meta-oe/recipes-extended/gnuplot/gnuplot_4.4.4.bb
new file mode 100644
index 000000000..d922afc89
--- /dev/null
+++ b/meta-oe/recipes-extended/gnuplot/gnuplot_4.4.4.bb
@@ -0,0 +1,16 @@
1require gnuplot.inc
2
3PR = "r1"
4
5SRC_URI = "${SOURCEFORGE_MIRROR}/gnuplot/${PN}-${PV}.tar.gz;name=archive \
6 http://www.mneuroth.de/privat/zaurus/qtplot-0.2.tar.gz;name=qtplot \
7 file://subdirs.patch \
8 file://gnuplot.desktop \
9 file://gnuplot.png \
10 file://automake-1.12.x.patch \
11"
12
13SRC_URI[archive.md5sum] = "97a43328e81e57ebed7f135ca0c07e82"
14SRC_URI[archive.sha256sum] = "d228599d08d5f87bcb79af8af8bb432c77d942802b1643f920c7baaeaf1ddbfd"
15SRC_URI[qtplot.md5sum] = "0a481885a496092c77eb4017540b5cf6"
16SRC_URI[qtplot.sha256sum] = "6df317183ff62cc82f3dcf88207a267cd6478cb5147f55d7530c94f1ad5f4132"