[cairo-commit] cairo-ocaml configure.ac, 1.12, 1.13 README, 1.2, 1.3 ChangeLog, 1.19, 1.20

Olivier Andrieu commit at pdx.freedesktop.org
Mon Jul 18 12:11:07 PDT 2005


Committed by: oandrieu

Update of /cvs/cairo/cairo-ocaml
In directory gabe:/tmp/cvs-serv27098

Modified Files:
	configure.ac README ChangeLog 
Log Message:
* configure.ac, README: require cairo 0.5.2

* src/*: adapt to cairo 0.5.1 and 0.5.2 API changes (new status values
and functions, new pattern functions)

* test/knockout.ml: adapt to API change


Index: configure.ac
===================================================================
RCS file: /cvs/cairo/cairo-ocaml/configure.ac,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- configure.ac	22 May 2005 20:03:15 -0000	1.12
+++ configure.ac	18 Jul 2005 19:11:05 -0000	1.13
@@ -5,7 +5,7 @@
 AC_PROG_OCAML()
 
 # Check for cairo
-PKG_CHECK_MODULES(CAIRO, cairo >= 0.5.0)
+PKG_CHECK_MODULES(CAIRO, cairo >= 0.5.2)
 
 # Optional GTK support (for the X11 backend)
 AC_ARG_WITH(gtk, 

Index: README
===================================================================
RCS file: /cvs/cairo/cairo-ocaml/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- README	22 May 2005 20:03:15 -0000	1.2
+++ README	18 Jul 2005 19:11:05 -0000	1.3
@@ -15,7 +15,7 @@
 ============
 
  ocaml          3.08
- cairo          0.5.0
+ cairo          0.5.2
  libsvg-cairo   optional 0.1.5
  LablGTK        optional
 

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-ocaml/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- ChangeLog	26 May 2005 23:56:11 -0000	1.19
+++ ChangeLog	18 Jul 2005 19:11:05 -0000	1.20
@@ -1,3 +1,12 @@
+2005-07-18  Olivier Andrieu  <oliv__a at users.sourceforge.net>
+
+	* configure.ac, README: require cairo 0.5.2
+	
+	* src/*: adapt to cairo 0.5.1 and 0.5.2 API changes (new status
+	values and functions, new pattern functions)
+
+	* test/knockout.ml: adapt to API change
+
 2005-05-27  Olivier Andrieu  <oliv__a at users.sourceforge.net>
 
 	* src/cairo.ml, src/cairo.mli: remove BAD_NESTING error status




More information about the cairo-commit mailing list