[cairo-commit] pycairo ChangeLog, 1.98, 1.99 pycairo.pc.in, NONE, 1.1 configure.ac, 1.18, 1.19 Makefile.am, 1.10, 1.11

Steve Chaplin commit at pdx.freedesktop.org
Sun May 1 19:25:53 PDT 2005


Committed by: stevech1097

Update of /cvs/cairo/pycairo
In directory gabe:/tmp/cvs-serv5655

Modified Files:
	ChangeLog configure.ac Makefile.am 
Added Files:
	pycairo.pc.in 
Log Message:
SC

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- ChangeLog	29 Apr 2005 09:11:16 -0000	1.98
+++ ChangeLog	2 May 2005 02:25:51 -0000	1.99
@@ -1,3 +1,29 @@
+2005-05-02  Steve Chaplin  <steve1097 at yahoo.com.au>
+
+	* cairo/cairomodule.c (pycairo_check_status): add
+	CAIRO_STATUS_READ_ERROR and CAIRO_STATUS_SURFACE_TYPE_MISMATCH
+
+	* examples/gtk/cairo-knockout.py :
+	* test/cairo_image_surface_create_for_array.py :
+	update to use new API	
+
+	* test/test.test: use os.path.join
+	
+	* pycairo.pc.in : new file
+
+	* configure.ac : 
+	* Makefile.am : 
+	add support for the pkgconfig file pycairo.pc
+
+	* cairo/Makefile.am : 
+	add support for installing pycairo.h
+
+	* examples/spiral.py : change from generating PS to PNG
+
+	* cairo/pycairo.h: 
+	* cairo/cairomodule.c (pycairo_ps_surface_create): remove support for
+	PS backend - the C API is currently broken
+
 2005-04-29  Steve Chaplin  <steve1097 at yahoo.com.au>
 
 	* examples/svg/svg2png.py: 

--- NEW FILE: pycairo.pc.in ---
prefix=@prefix@

Name: PyCairo
Description: Python bindings for Cairo
Version: @VERSION@
Requires: cairo
Cflags: -I at includedir@/pycairo
Libs:

Index: configure.ac
===================================================================
RCS file: /cvs/cairo/pycairo/configure.ac,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- configure.ac	8 Apr 2005 15:13:26 -0000	1.18
+++ configure.ac	2 May 2005 02:25:51 -0000	1.19
@@ -124,6 +124,7 @@
 
 AC_CONFIG_FILES(
   Makefile
+  pycairo.pc
   cairo/__init__.py
   cairo/Makefile
   examples/Makefile)

Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/pycairo/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile.am	5 Feb 2005 07:27:09 -0000	1.10
+++ Makefile.am	2 May 2005 02:25:51 -0000	1.11
@@ -4,8 +4,11 @@
   NOTES \
   COPYING \
   COPYING-LGPL-2.1 \
-  COPYING-MPL-1.1
+  COPYING-MPL-1.1 \
+  pycairo.pc.in
 
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = pycairo.pc
 
 # release targets from cairo/Makefile.am
 # Some custom targets to make it easier to release things.




More information about the cairo-commit mailing list