From e937466d87306e0da99b87834cb3be17ef93736c Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Sun, 16 May 2004 19:12:13 +0000 Subject: [PATCH] Rene Rebe: updated gnuplot (4.0.0) [2004050613145300518] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2947 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/x11/gnuplot/gnuplot.desc | 18 +++++++++--------- package/x11/gnuplot/link-png.patch | 16 ++++++++++++++++ 2 files changed, 25 insertions(+), 9 deletions(-) create mode 100644 package/x11/gnuplot/link-png.patch diff --git a/package/x11/gnuplot/gnuplot.desc b/package/x11/gnuplot/gnuplot.desc index 001ca6737..702af1963 100644 --- a/package/x11/gnuplot/gnuplot.desc +++ b/package/x11/gnuplot/gnuplot.desc @@ -23,14 +23,14 @@ [I] The Gnuplot Plotting Utility -[T] Gnuplot is a command-line driven interactive function plotting utility. It -[T] was originally intended as graphical program which would allow scientists -[T] and students to visualize mathematical functions and data. Gnuplot -[T] supports many different types of terminals, plotters, and printers -[T] (including many color devices, and pseudo-devices like LaTeX) and is -[T] easily extensible to include new devices. +[T] Gnuplot is a command-line driven interactive function plotting utility. +[T] It was originally intended as graphical program which would allow +[T] scientists and students to visualize mathematical functions and data. +[T] Gnuplot supports many different types of terminals, plotters, and +[T] printers (including many color devices, and pseudo-devices like LaTeX) +[T] and is easily extensible to include new devices. -[U] http://gnuplot.info +[U] http://www.gnuplot.info [A] Robert K. Cunningham, Jos van der Woude, Thomas Williams, [A] Colin Kelley, Gershon Elber, Nikos Drakos @@ -40,8 +40,8 @@ [L] OpenSource [S] Stable -[V] 3.7.3 +[V] 4.0.0 [P] X -----5-7-9 385.000 -[D] 1991122722 gnuplot-3.7.3.tar.gz ftp://ftp.gnuplot.vt.edu/pub/gnuplot/ +[D] 4141519724 gnuplot-4.0.0.tar.gz ftp://ftp.gnuplot.info/pub/gnuplot/ diff --git a/package/x11/gnuplot/link-png.patch b/package/x11/gnuplot/link-png.patch new file mode 100644 index 000000000..564e642cc --- /dev/null +++ b/package/x11/gnuplot/link-png.patch @@ -0,0 +1,16 @@ + +Fix linking with png support. + + - Rene Rebe + +--- gnuplot-4.0.0/configure.orig 2004-05-04 12:54:07.214955360 +0200 ++++ gnuplot-4.0.0/configure 2004-05-04 12:54:23.630459824 +0200 +@@ -9860,7 +9860,7 @@ + if test "$with_png" != no -a "$have_gd_png" != yes; then + CPPFLAGS="$CPPFLAGS $libpng_CPPFLAGS" + LDFLAGS="$LDFLAGS $libpng_LDFLAGS" +- TERMLIBS="$TERMLIBS -lpng" ++ TERMLIBS="$TERMLIBS -lpng -lz" + fi + +