Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] directfb: bump to version 1.4.11
@ 2011-02-02 12:22 Gustavo Zacarias
  2011-02-02 12:22 ` [Buildroot] [PATCH 2/5] imagemagick: bump to version 6.6.7-4 Gustavo Zacarias
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Gustavo Zacarias @ 2011-02-02 12:22 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 ...directfb-1.4.10-add-missing-lm-flag-patch.patch |   49 --------------------
 package/directfb/directfb.mk                       |   12 ++---
 2 files changed, 5 insertions(+), 56 deletions(-)
 delete mode 100644 package/directfb/directfb-1.4.10-add-missing-lm-flag-patch.patch

diff --git a/package/directfb/directfb-1.4.10-add-missing-lm-flag-patch.patch b/package/directfb/directfb-1.4.10-add-missing-lm-flag-patch.patch
deleted file mode 100644
index b07f0c5..0000000
--- a/package/directfb/directfb-1.4.10-add-missing-lm-flag-patch.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From dbf8fd1d097420d02f0603155ca81fcc7e232a0a Mon Sep 17 00:00:00 2001
-From: Lionel Landwerlin <llandwerlin@gmail.com>
-Date: Sun, 7 Nov 2010 21:45:19 +0100
-Subject: [PATCH] Add -lm flag when nedded
-
-Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
----
- configure.in          |   14 ++++++++++++++
- src/media/Makefile.am |    2 +-
- 2 files changed, 15 insertions(+), 1 deletions(-)
-
-diff --git a/configure.in b/configure.in
-index 78c842d..aa608d4 100644
---- a/configure.in
-+++ b/configure.in
-@@ -533,6 +533,20 @@ AM_CONDITIONAL(DIRECTFB_BUILD_PURE_VOODOO, test "$DIRECTFB_BUILD_PURE_VOODOO" =
- 
- AC_SUBST(DEP_VOODOO)
- 
-+dnl If we're not building a pure voodoo lib, we need the sqrt symbol
-+dnl for src/media/idirectfbfont.c
-+MEDIALIB=""
-+if test "$enable_pure_voodoo" = "no"; then
-+  AC_CHECK_LIB(m, sqrt,
-+    MEDIALIB="-lm",
-+    AC_MSG_ERROR([
-+*** DirectFB requires libm.]))
-+  if test "$enable_shared" = "yes"; then
-+    DYNLIB+=" $MEDIALIB"
-+    AC_SUBST(DYNLIB)
-+  fi
-+fi
-+AC_SUBST(MEDIALIB)
- 
- AM_CONDITIONAL(ENABLE_MULTI, test "$enable_multi" = "yes")
- 
-diff --git a/src/media/Makefile.am b/src/media/Makefile.am
-index 1a39a25..a4bdb10 100644
---- a/src/media/Makefile.am
-+++ b/src/media/Makefile.am
-@@ -35,4 +35,4 @@ libdirectfb_media_la_SOURCES = \
- 	idirectfbdatabuffer_file.c	\
- 	idirectfbdatabuffer_memory.c	\
- 	idirectfbdatabuffer_streamed.c
--
-+libdirectfb_media_la_LDFLAGS = $(MEDIALIB)
--- 
-1.7.2.3
-
diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk
index 309659a..0635551 100644
--- a/package/directfb/directfb.mk
+++ b/package/directfb/directfb.mk
@@ -3,15 +3,13 @@
 # directfb
 #
 #############################################################
-DIRECTFB_VERSION_MAJOR:=1.4
-DIRECTFB_VERSION:=$(DIRECTFB_VERSION_MAJOR).10
-DIRECTFB_SITE:=http://www.directfb.org/downloads/Core/DirectFB-$(DIRECTFB_VERSION_MAJOR)
-DIRECTFB_SOURCE:=DirectFB-$(DIRECTFB_VERSION).tar.gz
+DIRECTFB_VERSION_MAJOR = 1.4
+DIRECTFB_VERSION = $(DIRECTFB_VERSION_MAJOR).11
+DIRECTFB_SITE = http://www.directfb.org/downloads/Core/DirectFB-$(DIRECTFB_VERSION_MAJOR)
+DIRECTFB_SOURCE = DirectFB-$(DIRECTFB_VERSION).tar.gz
 DIRECTFB_AUTORECONF = YES
-DIRECTFB_LIBTOOL_PATCH = NO
+#DIRECTFB_LIBTOOL_PATCH = NO
 DIRECTFB_INSTALL_STAGING = YES
-DIRECTFB_INSTALL_TARGET = YES
-
 DIRECTFB_CONF_OPT = \
 	--localstatedir=/var \
 	--enable-static \
-- 
1.7.3.4

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

* [Buildroot] [PATCH 2/5] imagemagick: bump to version 6.6.7-4
  2011-02-02 12:22 [Buildroot] [PATCH 1/5] directfb: bump to version 1.4.11 Gustavo Zacarias
@ 2011-02-02 12:22 ` Gustavo Zacarias
  2011-02-02 21:23   ` Peter Korsgaard
  2011-02-02 12:22 ` [Buildroot] [PATCH 3/5] libart: bump to version 2.3.21 Gustavo Zacarias
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Gustavo Zacarias @ 2011-02-02 12:22 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/imagemagick/imagemagick.mk |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk
index aecf7ae..2166c34 100644
--- a/package/imagemagick/imagemagick.mk
+++ b/package/imagemagick/imagemagick.mk
@@ -3,11 +3,11 @@
 # imagemagick
 #
 #############################################################
-IMAGEMAGICK_MAJOR = 6.6.4
-IMAGEMAGICK_VERSION = $(IMAGEMAGICK_MAJOR)-8
+
+IMAGEMAGICK_MAJOR = 6.6.7
+IMAGEMAGICK_VERSION = $(IMAGEMAGICK_MAJOR)-4
 IMAGEMAGICK_SOURCE = ImageMagick-$(IMAGEMAGICK_VERSION).tar.bz2
 IMAGEMAGICK_SITE = ftp://ftp.imagemagick.org/pub/ImageMagick
-IMAGEMAGICK_LIBTOOL_PATCH = NO
 IMAGEMAGICK_INSTALL_STAGING = YES
 IMAGEMAGICK_AUTORECONF = YES
 
-- 
1.7.3.4

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

* [Buildroot] [PATCH 3/5] libart: bump to version 2.3.21
  2011-02-02 12:22 [Buildroot] [PATCH 1/5] directfb: bump to version 1.4.11 Gustavo Zacarias
  2011-02-02 12:22 ` [Buildroot] [PATCH 2/5] imagemagick: bump to version 6.6.7-4 Gustavo Zacarias
@ 2011-02-02 12:22 ` Gustavo Zacarias
  2011-02-02 21:26   ` Peter Korsgaard
  2011-02-02 12:22 ` [Buildroot] [PATCH 4/5] libidn: bump to version 1.19 Gustavo Zacarias
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Gustavo Zacarias @ 2011-02-02 12:22 UTC (permalink / raw)
  To: buildroot

Bump libart to version 2.3.21 and update patch accordingly.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libart/libart-art-config-cross.patch |   38 +++++++++++++-------------
 package/libart/libart.mk                     |    2 +-
 2 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/package/libart/libart-art-config-cross.patch b/package/libart/libart-art-config-cross.patch
index 4cf7680..a54f26a 100644
--- a/package/libart/libart-art-config-cross.patch
+++ b/package/libart/libart-art-config-cross.patch
@@ -1,8 +1,23 @@
-diff -urpN libart_lgpl-2.3.20.orig/art_config.h libart_lgpl-2.3.20/art_config.h
---- libart_lgpl-2.3.20.orig/art_config.h	2008-04-11 10:50:04.000000000 +0200
-+++ libart_lgpl-2.3.20/art_config.h	2008-04-11 10:51:32.000000000 +0200
+diff -Nura libart_lgpl-2.3.21.orig/Makefile.am libart_lgpl-2.3.21/Makefile.am
+--- libart_lgpl-2.3.21.orig/Makefile.am	2011-02-01 10:07:39.687545397 -0300
++++ libart_lgpl-2.3.21/Makefile.am	2011-02-01 10:08:48.320545396 -0300
+@@ -5,11 +5,6 @@
+ 	
+ noinst_SCRIPTS = gen_art_config.sh
+ 
+-BUILT_SOURCES = art_config.h
+-
+-art_config.h:
+-	./gen_art_config.sh > art_config.h
+-
+ EXTRA_DIST = 			\
+ 	libart.def		\
+ 	libart-config.in	\
+diff -Nura libart_lgpl-2.3.21.orig/art_config.h libart_lgpl-2.3.21/art_config.h
+--- libart_lgpl-2.3.21.orig/art_config.h	2011-02-01 10:07:39.688545397 -0300
++++ libart_lgpl-2.3.21/art_config.h	2011-02-01 10:08:27.315545395 -0300
 @@ -1,9 +1,15 @@
- /* Automatically generated by gen_art_config.c */
+ /* Automatically generated by gen_art_config */
  
 +#include <limits.h>
 +
@@ -17,18 +32,3 @@ diff -urpN libart_lgpl-2.3.20.orig/art_config.h libart_lgpl-2.3.20/art_config.h
  
  typedef unsigned char art_u8;
  typedef unsigned short art_u16;
-diff -urpN libart_lgpl-2.3.20.orig/Makefile.am libart_lgpl-2.3.20/Makefile.am
---- libart_lgpl-2.3.20.orig/Makefile.am	2008-04-11 10:50:04.000000000 +0200
-+++ libart_lgpl-2.3.20/Makefile.am	2008-04-11 10:50:31.000000000 +0200
-@@ -3,11 +3,6 @@ noinst_PROGRAMS = testart testuta gen_ar
- bin_SCRIPTS = \
- 	libart2-config
- 
--BUILT_SOURCES = art_config.h
--
--art_config.h:	gen_art_config$(EXEEXT)
--	./gen_art_config > art_config.h
--
- EXTRA_DIST = 			\
- 	libart.def		\
- 	libart-config.in	\
diff --git a/package/libart/libart.mk b/package/libart/libart.mk
index e21899d..ec66c2f 100644
--- a/package/libart/libart.mk
+++ b/package/libart/libart.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-LIBART_VERSION = 2.3.20
+LIBART_VERSION = 2.3.21
 LIBART_SOURCE = libart_lgpl-$(LIBART_VERSION).tar.gz
 LIBART_SITE = http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/
 LIBART_AUTORECONF = YES
-- 
1.7.3.4

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

* [Buildroot] [PATCH 4/5] libidn: bump to version 1.19
  2011-02-02 12:22 [Buildroot] [PATCH 1/5] directfb: bump to version 1.4.11 Gustavo Zacarias
  2011-02-02 12:22 ` [Buildroot] [PATCH 2/5] imagemagick: bump to version 6.6.7-4 Gustavo Zacarias
  2011-02-02 12:22 ` [Buildroot] [PATCH 3/5] libart: bump to version 2.3.21 Gustavo Zacarias
@ 2011-02-02 12:22 ` Gustavo Zacarias
  2011-02-02 21:27   ` Peter Korsgaard
  2011-02-02 12:22 ` [Buildroot] [PATCH 5/5] dnsmasq: idn support requires wchar Gustavo Zacarias
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Gustavo Zacarias @ 2011-02-02 12:22 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libidn/libidn.mk |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/package/libidn/libidn.mk b/package/libidn/libidn.mk
index 1627c96..cc8c08f 100644
--- a/package/libidn/libidn.mk
+++ b/package/libidn/libidn.mk
@@ -4,13 +4,11 @@
 #
 #############################################################
 
-LIBIDN_VERSION = 1.15
+LIBIDN_VERSION = 1.19
 LIBIDN_SITE = http://ftp.gnu.org/gnu/libidn/
 LIBIDN_INSTALL_STAGING = YES
-LIBIDN_INSTALL_TARGET = YES
 LIBIDN_CONF_ENV = EMACS="no"
 LIBIDN_CONF_OPT = --enable-shared --disable-java --enable-csharp=no
-LIBIDN_LIBTOOL_PATCH = NO
 LIBIDN_DEPENDENCIES = host-pkg-config $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) $(if $(BR2_PACKAGE_LIBICONV),libiconv)
 
 define LIBIDN_REMOVE_BINARY
-- 
1.7.3.4

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

* [Buildroot] [PATCH 5/5] dnsmasq: idn support requires wchar
  2011-02-02 12:22 [Buildroot] [PATCH 1/5] directfb: bump to version 1.4.11 Gustavo Zacarias
                   ` (2 preceding siblings ...)
  2011-02-02 12:22 ` [Buildroot] [PATCH 4/5] libidn: bump to version 1.19 Gustavo Zacarias
@ 2011-02-02 12:22 ` Gustavo Zacarias
  2011-02-02 21:29   ` Peter Korsgaard
  2011-02-02 19:09 ` [Buildroot] [PATCH 1/5] directfb: bump to version 1.4.11 Thomas Petazzoni
  2011-02-02 21:23 ` Peter Korsgaard
  5 siblings, 1 reply; 12+ messages in thread
From: Gustavo Zacarias @ 2011-02-02 12:22 UTC (permalink / raw)
  To: buildroot

IDN support requires wchar, otherwise libintl will fail to build.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/dnsmasq/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/dnsmasq/Config.in b/package/dnsmasq/Config.in
index a8d0d9a..e9c4870 100644
--- a/package/dnsmasq/Config.in
+++ b/package/dnsmasq/Config.in
@@ -23,6 +23,7 @@ config BR2_PACKAGE_DNSMASQ_DHCP
 config BR2_PACKAGE_DNSMASQ_IDN
 	bool "IDN support (BIG!)"
 	depends on BR2_PACKAGE_DNSMASQ
+	depends on BR2_USE_WCHAR
 	select BR2_PACKAGE_LIBINTL
 	select BR2_PACKAGE_LIBIDN
 	help
-- 
1.7.3.4

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

* [Buildroot] [PATCH 1/5] directfb: bump to version 1.4.11
  2011-02-02 12:22 [Buildroot] [PATCH 1/5] directfb: bump to version 1.4.11 Gustavo Zacarias
                   ` (3 preceding siblings ...)
  2011-02-02 12:22 ` [Buildroot] [PATCH 5/5] dnsmasq: idn support requires wchar Gustavo Zacarias
@ 2011-02-02 19:09 ` Thomas Petazzoni
  2011-02-02 21:28   ` Peter Korsgaard
  2011-02-02 21:23 ` Peter Korsgaard
  5 siblings, 1 reply; 12+ messages in thread
From: Thomas Petazzoni @ 2011-02-02 19:09 UTC (permalink / raw)
  To: buildroot

On Wed,  2 Feb 2011 09:22:20 -0300
Gustavo Zacarias <gustavo@zacarias.com.ar> wrote:

> -DIRECTFB_LIBTOOL_PATCH = NO
> +#DIRECTFB_LIBTOOL_PATCH = NO

Just remove the line ?

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] 12+ messages in thread

* [Buildroot] [PATCH 1/5] directfb: bump to version 1.4.11
  2011-02-02 12:22 [Buildroot] [PATCH 1/5] directfb: bump to version 1.4.11 Gustavo Zacarias
                   ` (4 preceding siblings ...)
  2011-02-02 19:09 ` [Buildroot] [PATCH 1/5] directfb: bump to version 1.4.11 Thomas Petazzoni
@ 2011-02-02 21:23 ` Peter Korsgaard
  5 siblings, 0 replies; 12+ messages in thread
From: Peter Korsgaard @ 2011-02-02 21:23 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/5] imagemagick: bump to version 6.6.7-4
  2011-02-02 12:22 ` [Buildroot] [PATCH 2/5] imagemagick: bump to version 6.6.7-4 Gustavo Zacarias
@ 2011-02-02 21:23   ` Peter Korsgaard
  0 siblings, 0 replies; 12+ messages in thread
From: Peter Korsgaard @ 2011-02-02 21:23 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 3/5] libart: bump to version 2.3.21
  2011-02-02 12:22 ` [Buildroot] [PATCH 3/5] libart: bump to version 2.3.21 Gustavo Zacarias
@ 2011-02-02 21:26   ` Peter Korsgaard
  0 siblings, 0 replies; 12+ messages in thread
From: Peter Korsgaard @ 2011-02-02 21:26 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Bump libart to version 2.3.21 and update patch accordingly.
 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 4/5] libidn: bump to version 1.19
  2011-02-02 12:22 ` [Buildroot] [PATCH 4/5] libidn: bump to version 1.19 Gustavo Zacarias
@ 2011-02-02 21:27   ` Peter Korsgaard
  0 siblings, 0 replies; 12+ messages in thread
From: Peter Korsgaard @ 2011-02-02 21:27 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/5] directfb: bump to version 1.4.11
  2011-02-02 19:09 ` [Buildroot] [PATCH 1/5] directfb: bump to version 1.4.11 Thomas Petazzoni
@ 2011-02-02 21:28   ` Peter Korsgaard
  0 siblings, 0 replies; 12+ messages in thread
From: Peter Korsgaard @ 2011-02-02 21:28 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> On Wed,  2 Feb 2011 09:22:20 -0300
 Thomas> Gustavo Zacarias <gustavo@zacarias.com.ar> wrote:

 >> -DIRECTFB_LIBTOOL_PATCH = NO
 >> +#DIRECTFB_LIBTOOL_PATCH = NO

 Thomas> Just remove the line ?

Yeah, I did that while committing. I also renamed the ppc patch so it
has the right version number.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 5/5] dnsmasq: idn support requires wchar
  2011-02-02 12:22 ` [Buildroot] [PATCH 5/5] dnsmasq: idn support requires wchar Gustavo Zacarias
@ 2011-02-02 21:29   ` Peter Korsgaard
  0 siblings, 0 replies; 12+ messages in thread
From: Peter Korsgaard @ 2011-02-02 21:29 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> IDN support requires wchar, otherwise libintl will fail to build.
 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2011-02-02 21:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-02 12:22 [Buildroot] [PATCH 1/5] directfb: bump to version 1.4.11 Gustavo Zacarias
2011-02-02 12:22 ` [Buildroot] [PATCH 2/5] imagemagick: bump to version 6.6.7-4 Gustavo Zacarias
2011-02-02 21:23   ` Peter Korsgaard
2011-02-02 12:22 ` [Buildroot] [PATCH 3/5] libart: bump to version 2.3.21 Gustavo Zacarias
2011-02-02 21:26   ` Peter Korsgaard
2011-02-02 12:22 ` [Buildroot] [PATCH 4/5] libidn: bump to version 1.19 Gustavo Zacarias
2011-02-02 21:27   ` Peter Korsgaard
2011-02-02 12:22 ` [Buildroot] [PATCH 5/5] dnsmasq: idn support requires wchar Gustavo Zacarias
2011-02-02 21:29   ` Peter Korsgaard
2011-02-02 19:09 ` [Buildroot] [PATCH 1/5] directfb: bump to version 1.4.11 Thomas Petazzoni
2011-02-02 21:28   ` Peter Korsgaard
2011-02-02 21:23 ` Peter Korsgaard

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