mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-25 14:33:29 +08:00
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:
parent
7b9defe7f0
commit
64d999b022
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user