]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
pango: bump version
authorPeter Korsgaard <jacmet@sunsite.dk>
Sat, 27 Dec 2008 14:36:22 +0000 (14:36 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 27 Dec 2008 14:36:22 +0000 (14:36 -0000)
package/pango/pango-1.19.3-no-cairo-atsui.patch [deleted file]
package/pango/pango-gtk-doc.patch [moved from package/pango/pango-1.19.3-gtk-doc.patch with 100% similarity]
package/pango/pango-no-libthai.patch [moved from package/pango/pango-1.19.3-no-libthai.patch with 100% similarity]
package/pango/pango-no-tests.patch [moved from package/pango/pango-1.19.3-no-tests.patch with 100% similarity]
package/pango/pango.mk

diff --git a/package/pango/pango-1.19.3-no-cairo-atsui.patch b/package/pango/pango-1.19.3-no-cairo-atsui.patch
deleted file mode 100644 (file)
index dcecf4b..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
---- a/configure.in     2008-01-21 21:12:10.000000000 -0500
-+++ b/configure.in     2008-02-09 13:32:20.000000000 -0500
-@@ -318,11 +318,6 @@ if test "$pango_os_win32" = "yes"; then
- fi
- #
--# Checks for ATSUI
--#
--AC_CHECK_HEADER(Carbon/Carbon.h, [have_atsui=true], [have_atsui=true])
--
--#
- # Checks for Cairo
- #
- have_cairo=false
-
---- a/configure.in     2008-02-09 13:37:25.000000000 -0500
-+++ b/configure.in     2008-02-09 13:39:42.000000000 -0500
-@@ -374,12 +374,6 @@ if $have_cairo ; then
-     have_cairo=true
-   fi
--  PKG_CHECK_EXISTS(cairo-atsui >= $cairo_required, have_cairo_atsui=true, :)
--  if $have_cairo_atsui && $have_atsui ; then
--    AC_DEFINE(HAVE_CAIRO_ATSUI, 1, [Whether Cairo uses ATSUI for fonts])
--    have_cairo=true
--  fi
--
-   if $have_cairo ; then
-     AC_DEFINE(HAVE_CAIRO, 1, [Have usable Cairo library and font backend])
-   fi
-
---- a/configure        2008-02-09 13:25:54.000000000 -0500
-+++ b/configure        2008-02-09 13:27:56.000000000 -0500
-@@ -22516,7 +22516,7 @@ fi
-   if $have_cairo_atsui && $have_atsui ; then
- cat >>confdefs.h <<\_ACEOF
--#define HAVE_CAIRO_ATSUI 1
-+/* #undef HAVE_CAIRO_ATSUI */
- _ACEOF
-     have_cairo=true
index b6c3c7a5dbad721bf3e8cdd982558a45f8324f00..440e578c5c1c4daa398d456de8914f56db6341ad 100644 (file)
@@ -3,7 +3,7 @@
 # pango
 #
 #############################################################
-PANGO_VERSION = 1.19.3
+PANGO_VERSION = 1.20.5
 PANGO_SOURCE = pango-$(PANGO_VERSION).tar.bz2
 PANGO_SITE = http://ftp.gnome.org/pub/GNOME/sources/pango/1.19
 PANGO_AUTORECONF = YES