[cairo-commit] pycairo ChangeLog, 1.223, 1.224 configure.ac, 1.48,
1.49 INSTALL, 1.3, 1.4
Steve Chaplin
commit at pdx.freedesktop.org
Mon Jun 26 06:59:36 PDT 2006
Committed by: stevech1097
Update of /cvs/cairo/pycairo
In directory kemper:/tmp/cvs-serv30747
Modified Files:
ChangeLog configure.ac INSTALL
Log Message:
'SC'
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -d -r1.223 -r1.224
--- ChangeLog 25 Jun 2006 05:54:33 -0000 1.223
+++ ChangeLog 26 Jun 2006 13:59:34 -0000 1.224
@@ -1,3 +1,14 @@
+2006-06-26 Steve Chaplin <steve1097 # yahoo.com.au>
+
+ * INSTALL: Remove obsolete notes about RGBA patch
+
+ * configure.ac : remove the check for the
+ cairo_image_surface_get_data() patch.
+
+ * cairo/pycairo-surface.c: remove "#ifdef HAVE_GETDATA" which is no
+ longer needed now that we have the new functions
+ cairo_image_surface_get_date/height/stride.
+
2006-06-25 Steve Chaplin <steve1097 # yahoo.com.au>
* configure.ac: increase required cairo version to 1.1.8
Index: configure.ac
===================================================================
RCS file: /cvs/cairo/pycairo/configure.ac,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- configure.ac 25 Jun 2006 05:54:33 -0000 1.48
+++ configure.ac 26 Jun 2006 13:59:34 -0000 1.49
@@ -146,14 +146,6 @@
# Checks for library functions
-# cairo has cairo_image_surface_get_data() patch?
-save_LIBS="$LIBS"
-LIBS="$CAIRO_LIBS"
-AC_CHECK_LIB([cairo], [cairo_image_surface_get_data],
- [AC_DEFINE(HAVE_GETDATA, [1], [Define to 1 if get_data patch is found])],
- [])
-LIBS="$save_LIBS"
-
AC_CONFIG_FILES([
Makefile
Index: INSTALL
===================================================================
RCS file: /cvs/cairo/pycairo/INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- INSTALL 17 Oct 2005 02:31:30 -0000 1.3
+++ INSTALL 26 Jun 2006 13:59:34 -0000 1.4
@@ -25,20 +25,3 @@
To disable PyGTK support use
$ ./configure --without-pygtk
-
-
-Enabling RGBA output (optional)
---------------------
-An experimental patch is provided which enables RGBA output from a
-cairo.ImageSurface.
-It can be used, for example, to transfer cairo images into PIL.
-
-1) Apply the 'get_data' patch to cairo
- $ cd cairo/src
- $ patch < [path_to pycairo/patch.cairo-image-surface.c]
- $ patch < [path_to pycairo/patch.cairo.h]
-
-2) Install cairo
-3) Install pycairo
-
-see test/to_rgba.py for example uses of 'surface.to_rgba()'
More information about the cairo-commit
mailing list