[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
- Previous message: [cairo-commit] cairo-ocaml/test knockout.ml,1.4,1.5
- Next message: [cairo-commit]
cairo-ocaml/src svg_cairo.mli, 1.3, 1.4 svg_cairo.ml,
1.3, 1.4 ml_svg_cairo.c, 1.3, 1.4 ml_cairo_wrappers.h, 1.9,
1.10 ml_cairo_surface.c, 1.2, 1.3 ml_cairo_status.c, 1.6,
1.7 ml_cairo_pattern.c, 1.1, 1.2 ml_cairo_path.c, 1.4,
1.5 ml_cairo.h, 1.10, 1.11 ml_cairo.c, 1.22, 1.23 cairo.mli,
1.17, 1.18 cairo.ml, 1.15, 1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [cairo-commit] cairo-ocaml/test knockout.ml,1.4,1.5
- Next message: [cairo-commit]
cairo-ocaml/src svg_cairo.mli, 1.3, 1.4 svg_cairo.ml,
1.3, 1.4 ml_svg_cairo.c, 1.3, 1.4 ml_cairo_wrappers.h, 1.9,
1.10 ml_cairo_surface.c, 1.2, 1.3 ml_cairo_status.c, 1.6,
1.7 ml_cairo_pattern.c, 1.1, 1.2 ml_cairo_path.c, 1.4,
1.5 ml_cairo.h, 1.10, 1.11 ml_cairo.c, 1.22, 1.23 cairo.mli,
1.17, 1.18 cairo.ml, 1.15, 1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list