Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] package/gnuplot: bump version to 5.4.9
@ 2023-09-27  7:36 Michael Fischer
  2023-09-27 19:02 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Fischer @ 2023-09-27  7:36 UTC (permalink / raw)
  To: buildroot; +Cc: Michael Fischer

Changelog:
http://www.gnuplot.info/ReleaseNotes_5_4_9.html

Signed-off-by: Michael Fischer <mf@go-sys.de>
---
 package/gnuplot/gnuplot.hash | 8 ++++----
 package/gnuplot/gnuplot.mk   | 5 +++--
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/package/gnuplot/gnuplot.hash b/package/gnuplot/gnuplot.hash
index 2f482ca434..6ed24b6d3c 100644
--- a/package/gnuplot/gnuplot.hash
+++ b/package/gnuplot/gnuplot.hash
@@ -1,6 +1,6 @@
-# From https://sourceforge.net/projects/gnuplot/files/gnuplot/5.4.7/
-md5  cdc9bb3ac0cc7e717246ed3df2d6ffa2  gnuplot-5.4.7.tar.gz
-sha1  6e68f94af822ff56549beab3a465c2fe976d3b34  gnuplot-5.4.7.tar.gz
+# From https://sourceforge.net/projects/gnuplot/files/gnuplot/5.4.9/
+md5  345533e461e41c263b3293f46651f0b2  gnuplot-5.4.9.tar.gz
+sha1  1a3953660656a38178ae2b368efa895af55a5001  gnuplot-5.4.9.tar.gz
 # Locally computed
-sha256  318a1501c9e659f39cf05ee5268335671bddc6c20eae06851f262fde27c2e739  gnuplot-5.4.7.tar.gz
+sha256  a328a021f53dc05459be6066020e9a71e8eab6255d3381e22696120d465c6a97  gnuplot-5.4.9.tar.gz
 sha256  895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d  Copyright
diff --git a/package/gnuplot/gnuplot.mk b/package/gnuplot/gnuplot.mk
index 23fbae10a9..0cd37da7d6 100644
--- a/package/gnuplot/gnuplot.mk
+++ b/package/gnuplot/gnuplot.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GNUPLOT_VERSION = 5.4.7
+GNUPLOT_VERSION = 5.4.9
 GNUPLOT_SITE = http://downloads.sourceforge.net/project/gnuplot/gnuplot/$(GNUPLOT_VERSION)
 GNUPLOT_LICENSE = gnuplot license (open source)
 GNUPLOT_LICENSE_FILES = Copyright
@@ -23,7 +23,8 @@ GNUPLOT_CONF_OPTS = \
 	--disable-wxwidgets \
 	--without-lua \
 	--without-latex \
-	--without-cairo
+	--without-cairo \
+	--with-qt=no
 
 # relocation truncated to fit: R_68K_GOT16O
 ifeq ($(BR2_m68k_cf),y)
-- 
2.20.1

Changes V1 -> V2 :
  add "--with-gt=no" to fix compile error
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH v2] package/gnuplot: bump version to 5.4.9
  2023-09-27  7:36 [Buildroot] [PATCH v2] package/gnuplot: bump version to 5.4.9 Michael Fischer
@ 2023-09-27 19:02 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2023-09-27 19:02 UTC (permalink / raw)
  To: Michael Fischer; +Cc: buildroot

>>>>> "Michael" == Michael Fischer <mf@go-sys.de> writes:

 > Changelog:
 > http://www.gnuplot.info/ReleaseNotes_5_4_9.html

 > Signed-off-by: Michael Fischer <mf@go-sys.de>
 > ---
 >  package/gnuplot/gnuplot.hash | 8 ++++----
 >  package/gnuplot/gnuplot.mk   | 5 +++--
 >  2 files changed, 7 insertions(+), 6 deletions(-)

 > diff --git a/package/gnuplot/gnuplot.hash b/package/gnuplot/gnuplot.hash
 > index 2f482ca434..6ed24b6d3c 100644
 > --- a/package/gnuplot/gnuplot.hash
 > +++ b/package/gnuplot/gnuplot.hash
 > @@ -1,6 +1,6 @@
 > -# From https://sourceforge.net/projects/gnuplot/files/gnuplot/5.4.7/
 > -md5  cdc9bb3ac0cc7e717246ed3df2d6ffa2  gnuplot-5.4.7.tar.gz
 > -sha1  6e68f94af822ff56549beab3a465c2fe976d3b34  gnuplot-5.4.7.tar.gz
 > +# From https://sourceforge.net/projects/gnuplot/files/gnuplot/5.4.9/
 > +md5  345533e461e41c263b3293f46651f0b2  gnuplot-5.4.9.tar.gz
 > +sha1  1a3953660656a38178ae2b368efa895af55a5001  gnuplot-5.4.9.tar.gz
 >  # Locally computed
 > -sha256  318a1501c9e659f39cf05ee5268335671bddc6c20eae06851f262fde27c2e739  gnuplot-5.4.7.tar.gz
 > +sha256  a328a021f53dc05459be6066020e9a71e8eab6255d3381e22696120d465c6a97  gnuplot-5.4.9.tar.gz
 >  sha256  895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d  Copyright
 > diff --git a/package/gnuplot/gnuplot.mk b/package/gnuplot/gnuplot.mk
 > index 23fbae10a9..0cd37da7d6 100644
 > --- a/package/gnuplot/gnuplot.mk
 > +++ b/package/gnuplot/gnuplot.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -GNUPLOT_VERSION = 5.4.7
 > +GNUPLOT_VERSION = 5.4.9
 >  GNUPLOT_SITE = http://downloads.sourceforge.net/project/gnuplot/gnuplot/$(GNUPLOT_VERSION)
 >  GNUPLOT_LICENSE = gnuplot license (open source)
 >  GNUPLOT_LICENSE_FILES = Copyright
 > @@ -23,7 +23,8 @@ GNUPLOT_CONF_OPTS = \
 >  	--disable-wxwidgets \
 >  	--without-lua \
 >  	--without-latex \
 > -	--without-cairo
 > +	--without-cairo \
 > +	--with-qt=no

I've changed this to --without-qt instead for consistency with the other
options and applied, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-27 19:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-27  7:36 [Buildroot] [PATCH v2] package/gnuplot: bump version to 5.4.9 Michael Fischer
2023-09-27 19:02 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox