* [Buildroot] [PATCH] libgd : new package
@ 2013-01-04 14:47 Anthony Viallard
2013-01-04 15:12 ` Thomas Petazzoni
0 siblings, 1 reply; 4+ messages in thread
From: Anthony Viallard @ 2013-01-04 14:47 UTC (permalink / raw)
To: buildroot
Signed-off-by: Anthony Viallard <viallard@syscom-instruments.com>
---
package/Config.in | 1 +
package/libgd/Config.in | 6 ++++++
package/libgd/libgd.mk | 10 ++++++++++
3 files changed, 17 insertions(+), 0 deletion(-)
create mode 100644 package/libgd/Config.in
create mode 100644 package/libgd/libgd.mk
diff --git a/package/Config.in b/package/Config.in
index 2633997..eb18543 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -394,6 +394,7 @@ source "package/libdrm/Config.in"
source "package/libexif/Config.in"
source "package/libgail/Config.in"
source "package/libgeotiff/Config.in"
+source "package/libgd/Config.in"
source "package/libglade/Config.in"
source "package/gdk-pixbuf/Config.in"
source "package/libgtk2/Config.in"
diff --git a/package/libgd/Config.in b/package/libgd/Config.in
new file mode 100644
index 0000000..7049b42
--- /dev/null
+++ b/package/libgd/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_LIBGD
+ bool "libgd"
+ help
+ A graphics library for fast image creation
+
+ https://bitbucket.org/pierrejoye/gd-libgd
diff --git a/package/libgd/libgd.mk b/package/libgd/libgd.mk
new file mode 100644
index 0000000..02b6f3a
--- /dev/null
+++ b/package/libgd/libgd.mk
@@ -0,0 +1,10 @@
+LIBGD_VERSION = 2.0.33
+LIBGD_SOURCE = GD_2_0_33.tar.gz
+LIBGD_SITE = https://bitbucket.org/pierrejoye/gd-libgd/get
+
+LIBGD_INSTALL_STAGING = YES
+LIBGD_INSTALL_TARGET = YES
+LIBGD_CONF_OPT =
+LIBGD_SUBDIR = src
+
+$(eval $(autotools-package))
--
1.7.10.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] libgd : new package
2013-01-04 14:47 [Buildroot] [PATCH] libgd : new package Anthony Viallard
@ 2013-01-04 15:12 ` Thomas Petazzoni
2013-01-04 15:23 ` Viallard Anthony
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2013-01-04 15:12 UTC (permalink / raw)
To: buildroot
Dear Anthony Viallard,
On Fri, 4 Jan 2013 15:47:35 +0100, Anthony Viallard wrote:
>
> Signed-off-by: Anthony Viallard <viallard@syscom-instruments.com>
> ---
> package/Config.in | 1 +
> package/libgd/Config.in | 6 ++++++
> package/libgd/libgd.mk | 10 ++++++++++
I think we already have this package in package/gd/, no?
Thanks!
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] libgd : new package
2013-01-04 15:12 ` Thomas Petazzoni
@ 2013-01-04 15:23 ` Viallard Anthony
2013-01-04 20:47 ` Peter Korsgaard
0 siblings, 1 reply; 4+ messages in thread
From: Viallard Anthony @ 2013-01-04 15:23 UTC (permalink / raw)
To: buildroot
On 04. 01. 13 16:12, Thomas Petazzoni wrote:
> Dear Anthony Viallard,
>
> On Fri, 4 Jan 2013 15:47:35 +0100, Anthony Viallard wrote:
>> Signed-off-by: Anthony Viallard<viallard@syscom-instruments.com>
>> ---
>> package/Config.in | 1 +
>> package/libgd/Config.in | 6 ++++++
>> package/libgd/libgd.mk | 10 ++++++++++
> I think we already have this package in package/gd/, no?
>
> Thanks!
>
> Thomas
Oh my god ! I work with 2012.11 version and when i check the trunk, i
look for "libgd", not "gd". Humm.
Good work Peter Korsgaard ! :)
avd.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] libgd : new package
2013-01-04 15:23 ` Viallard Anthony
@ 2013-01-04 20:47 ` Peter Korsgaard
0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2013-01-04 20:47 UTC (permalink / raw)
To: buildroot
>>>>> "Viallard" == Viallard Anthony <viallard@syscom-instruments.com> writes:
Hi,
Viallard> Oh my god ! I work with 2012.11 version and when i check the
Viallard> trunk, i look for "libgd", not "gd". Humm.
Viallard> Good work Peter Korsgaard ! :)
Thanks ;)
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-01-04 20:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-04 14:47 [Buildroot] [PATCH] libgd : new package Anthony Viallard
2013-01-04 15:12 ` Thomas Petazzoni
2013-01-04 15:23 ` Viallard Anthony
2013-01-04 20:47 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox