diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-02-02 09:22:22 -0300 | 
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-02 22:24:04 +0100 | 
| commit | 64d999b0226535eecde2046d05a29f0e88f0f18f (patch) | |
| tree | 5165d5a4a949e92615861b562e25c996c867b0d2 | |
| parent | 7b9defe7f0e138c8613e70056085ff2320fefae6 (diff) | |
| download | buildroot-novena-64d999b0226535eecde2046d05a29f0e88f0f18f.tar.gz buildroot-novena-64d999b0226535eecde2046d05a29f0e88f0f18f.zip | |
libart: bump to version 2.3.21
Bump libart to version 2.3.21 and update patch accordingly.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
| -rw-r--r-- | package/libart/libart-art-config-cross.patch | 38 | ||||
| -rw-r--r-- | 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 4cf768014..a54f26a23 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 e21899d52..ec66c2f5b 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 | 
