updating gtk+ & pango: Not a good idea.



gtk+-2.7.0 is out. 

Upgrading at this point in time is not a good idea as there are a number
of issues that need to be resolved:


        http://bugzilla.gnome.org/show_bug.cgi?id=306216


For the adventurous:

* gtk+-2.7.0
requires pango-1.9.0 
built with cairo support

* pango-1.9.0 
requires cairo-0.5.1

* cairo-0.5.1 
requires libpixman-0.1.5

Notes
-----
* The diff file for gtk+ is still required for supporting wxWindows but
needs to updated. A new version is attached.

* ./bootstrap/libpixman
Makefile attached

* ./bootstrap/cairo
Makefile attached


-Joseph

-- 
joseph_sacco [at] comcast [dot] net
--- configure.in.orig   2005-06-09 13:15:13.000000000 -0400
+++ configure.in        2005-06-26 19:45:19.000000000 -0400
@@ -345,7 +345,7 @@
 if test "$os_win32" != yes; then
     # libtool option to control which symbols are exported
     # right now, symbols starting with _ are not exported
-    LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[[^_]].*"'
+    LIBTOOL_EXPORT_OPTIONS=
 else
     # We currently use .def files on Windows (for gdk-pixbuf, gdk and gtk)
     LIBTOOL_EXPORT_OPTIONS=
--- configure.orig      2005-06-20 14:31:30.000000000 -0400
+++ configure   2005-06-26 19:45:19.000000000 -0400
@@ -20858,7 +20858,7 @@
 if test "$os_win32" != yes; then
     # libtool option to control which symbols are exported
     # right now, symbols starting with _ are not exported
-    LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[^_].*"'
+    LIBTOOL_EXPORT_OPTIONS=
 else
     # We currently use .def files on Windows (for gdk-pixbuf, gdk and gtk)
     LIBTOOL_EXPORT_OPTIONS=
GARNAME = cairo
GARVERSION = 0.5.1
CATEGORIES = bootstrap
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz

MASTER_SITES = http://cairographics.org/snapshots/

LIBDEPS = bootstrap/libpixman

DESCRIPTION = cairo
define BLURB
 #FIXME: blurb goes here
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS)

include ../category.mk
GARNAME = libpixman
GARVERSION = 0.1.5
CATEGORIES = bootstrap
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz

MASTER_SITES = http://cairographics.org/snapshots/

LIBDEPS = 

DESCRIPTION = libpixman
define BLURB
 #FIXME: blurb goes here
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS)

include ../category.mk


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]