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>
This commit is contained in:
Gustavo Zacarias 2011-02-02 09:22:22 -03:00 committed by Peter Korsgaard
parent 7b9defe7f0
commit 64d999b022
2 changed files with 20 additions and 20 deletions

View file

@ -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 \

View file

@ -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