* [Buildroot] [PATCH] gnuplot: bump to version 4.6.6
@ 2014-09-23 14:41 Gustavo Zacarias
2014-09-23 19:56 ` Thomas Petazzoni
0 siblings, 1 reply; 4+ messages in thread
From: Gustavo Zacarias @ 2014-09-23 14:41 UTC (permalink / raw)
To: buildroot
Also add hash file.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/gnuplot/gnuplot.hash | 3 +++
package/gnuplot/gnuplot.mk | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
create mode 100644 package/gnuplot/gnuplot.hash
diff --git a/package/gnuplot/gnuplot.hash b/package/gnuplot/gnuplot.hash
new file mode 100644
index 0000000..6898e90
--- /dev/null
+++ b/package/gnuplot/gnuplot.hash
@@ -0,0 +1,3 @@
+# From http://sourceforge.net/projects/gnuplot/files/gnuplot/4.6.6/
+md5 9c541f553c2491c56fc8b6126ff4ff73 gnuplot-4.6.6.tar.gz
+sha1 53802f565a87a6d5044d0b9c2422b5eb905d1d45 gnuplot-4.6.6.tar.gz
diff --git a/package/gnuplot/gnuplot.mk b/package/gnuplot/gnuplot.mk
index d5fe01c..b12c763 100644
--- a/package/gnuplot/gnuplot.mk
+++ b/package/gnuplot/gnuplot.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GNUPLOT_VERSION = 4.6.2
+GNUPLOT_VERSION = 4.6.6
GNUPLOT_SITE = http://downloads.sourceforge.net/project/gnuplot/gnuplot/$(GNUPLOT_VERSION)
GNUPLOT_LICENSE = gnuplot license (open source)
GNUPLOT_LICENSE_FILES = Copyright
--
1.8.5.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] gnuplot: bump to version 4.6.6
2014-09-23 14:41 [Buildroot] [PATCH] gnuplot: bump to version 4.6.6 Gustavo Zacarias
@ 2014-09-23 19:56 ` Thomas Petazzoni
2014-09-23 20:13 ` Gustavo Zacarias
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2014-09-23 19:56 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Tue, 23 Sep 2014 11:41:34 -0300, Gustavo Zacarias wrote:
> Also add hash file.
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/gnuplot/gnuplot.hash | 3 +++
> package/gnuplot/gnuplot.mk | 2 +-
> 2 files changed, 4 insertions(+), 1 deletion(-)
> create mode 100644 package/gnuplot/gnuplot.hash
Applied, thanks. I've downloaded the tarballs on my side as well, and
had the same hashes.
Could you have a look at http://patchwork.ozlabs.org/patch/375696/, and
give some Tested-by/Acked-by if applicable? The patch is gnuplot
related.
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] gnuplot: bump to version 4.6.6
2014-09-23 19:56 ` Thomas Petazzoni
@ 2014-09-23 20:13 ` Gustavo Zacarias
2014-09-23 20:18 ` Thomas Petazzoni
0 siblings, 1 reply; 4+ messages in thread
From: Gustavo Zacarias @ 2014-09-23 20:13 UTC (permalink / raw)
To: buildroot
On 09/23/2014 04:56 PM, Thomas Petazzoni wrote:
> Could you have a look at http://patchwork.ozlabs.org/patch/375696/, and
> give some Tested-by/Acked-by if applicable? The patch is gnuplot
> related.
I'll take a look, but the patch is incorrect so it needs some fixing.
The offending library there is fontconfig which has optional usage of
libpthread, which in turn is also optional for libgd so forcing
-lpthread in isn't correct.
Regards.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] gnuplot: bump to version 4.6.6
2014-09-23 20:13 ` Gustavo Zacarias
@ 2014-09-23 20:18 ` Thomas Petazzoni
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2014-09-23 20:18 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Tue, 23 Sep 2014 17:13:11 -0300, Gustavo Zacarias wrote:
> On 09/23/2014 04:56 PM, Thomas Petazzoni wrote:
>
> > Could you have a look at http://patchwork.ozlabs.org/patch/375696/, and
> > give some Tested-by/Acked-by if applicable? The patch is gnuplot
> > related.
>
> I'll take a look, but the patch is incorrect so it needs some fixing.
> The offending library there is fontconfig which has optional usage of
> libpthread, which in turn is also optional for libgd so forcing
> -lpthread in isn't correct.
I was pretty sure the patch wasn't correct. But the issue exists, so if
you have some time to take a look, that'd be great.
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-09-23 20:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-23 14:41 [Buildroot] [PATCH] gnuplot: bump to version 4.6.6 Gustavo Zacarias
2014-09-23 19:56 ` Thomas Petazzoni
2014-09-23 20:13 ` Gustavo Zacarias
2014-09-23 20:18 ` Thomas Petazzoni
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.