1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

gnuplot-ggi: A version of gnuplot that draws to the framebuffer via libggi

This commit is contained in:
David Kühling
2011-01-04 21:56:22 +01:00
parent 415b1dd875
commit fba3cca4ec
3 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/Makefile.in.orig 2010-03-13 22:20:04.000000000 +0100
+++ b/Makefile.in 2010-06-03 15:08:35.000000000 +0200
@@ -240,7 +240,7 @@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = foreign 1.2h
-SUBDIRS = config m4 term src docs $(LISPDIR) man demo tutorial share
+SUBDIRS = config m4 term src $(LISPDIR) share
EXTRA_DIST = BUGS CodeStyle Copyright FAQ.pdf GNUmakefile INSTALL INSTALL.gnu \
Makefile.maint PATCHLEVEL PGPKEYS PORTING README README.1ST \
VERSION configure.vms pm3d

View File

@@ -0,0 +1,12 @@
Index: gnuplot-4.4.0/term/ggi.trm
===================================================================
--- gnuplot-4.4.0.orig/term/ggi.trm 2011-01-04 21:47:00.000000000 +0100
+++ gnuplot-4.4.0/term/ggi.trm 2011-01-04 21:47:45.000000000 +0100
@@ -374,6 +374,7 @@
/* user specified mode */
if (!ggiParseMode(GGI_mode_spec, &mode)) {
mode.frames = GGI_frames;
+ ggiCheckMode(GGIvisual, &mode);
if (!ggiSetMode(GGIvisual, &mode)) {
success = 1;
}