Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (72e62685062d955d3fc1daf60c5b29916005abcf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (72e62685062d955d3fc1daf60c5b29916005abcf)
  • Date: Fri, 24 Nov 2006 02:47:18 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

utils/gnuplot/DEPENDS | 15 ++++++++++-----
utils/gnuplot/DETAILS | 7 +++----
utils/gnuplot/HISTORY | 3 +++
3 files changed, 16 insertions(+), 9 deletions(-)

New commits:
commit 2bcfeee8413c5e3ae591d2d37d00659aa2feb673
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

updated gnuplot to 4.2.rc1, also fixed some dependencies for that

diff --git a/utils/gnuplot/DEPENDS b/utils/gnuplot/DEPENDS
index f88616a..62cf45a 100755
--- a/utils/gnuplot/DEPENDS
+++ b/utils/gnuplot/DEPENDS
@@ -1,9 +1,14 @@
-optional_depends "libpng" \
- "--with-png=/usr/bin/" \
- "--without-png" \
+# gnuplot uses gd for rendering pngs, even with true type fonts...
+optional_depends "gd" \
+ "--with-gd" \
+ "--without-gd" \
"for png output support" &&

optional_depends "readline" \
- "--with-readline=gnu --with-readline=/lib" \
+ "--with-readline=gnu" \
"--with-readline" \
- "use gnu readline instead of builtin readline"
+ "use gnu readline instead of builtin readline" &&
+
+optional_depends X11-LIBS --with-x --without-x "X11 output" &&
+optional_depends wxgtk --enable-wxwidgets --disable-wxwidgets \
+ "wxWidgets interactive terminal"
diff --git a/utils/gnuplot/DETAILS b/utils/gnuplot/DETAILS
index 08a176b..b8db091 100755
--- a/utils/gnuplot/DETAILS
+++ b/utils/gnuplot/DETAILS
@@ -11,12 +11,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL

SOURCE_URL[0]=cvs://:pserver:anonymous AT gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot:gnuplot
SOURCE_IGNORE=volatile
else
- VERSION=4.0.0
+ VERSION=4.2.rc1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=ftp://ftp.gnuplot.info/pub/$SPELL/$SOURCE
- SOURCE_URL[1]=ftp://ftp.irisa.fr/pub/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:14d3693f872036dab23c85f3495c823dc3f76a9d87e23ea3ce9848de90a3047d8f30fefbb775b2828efa726af33efb88a72312aa5c2644e52d1a93e444f40a7d
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:5019991879d82ed85c451de047a507d7c0279ab74c0d2702c11500b74b15faca40d5fc858c738e3e8267c083a6636363627bf85287d443895871e08a7e475a4a
fi
WEB_SITE=http://www.gnuplot.info
ENTERED=20020210
diff --git a/utils/gnuplot/HISTORY b/utils/gnuplot/HISTORY
index 141ab7d..8222f10 100644
--- a/utils/gnuplot/HISTORY
+++ b/utils/gnuplot/HISTORY
@@ -1,3 +1,6 @@
+2006-11-23 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, DEPENDS: updated for 4.2.rc1
+
2006-11-11 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* PREPARE, INSTALL, BUILD, DETAILS: added cvs option




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (72e62685062d955d3fc1daf60c5b29916005abcf), Thomas Orgis, 11/24/2006

Archive powered by MHonArc 2.6.24.

Top of Page