Package: cairo-ocaml / 1:1.2.0-10

Metadata

Package Version Patches format
cairo-ocaml 1:1.2.0-10 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Add missing libraries used by the stubs to CAIRO_LIB.patch | (download)

configure.ac | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 add missing libraries used by the stubs to cairo_libs

The recent changes in DSO linking highlighted this, and were
preventing ocaml-melt from building.

Signed-off-by: Stephane Glondu <[email protected]>

0002 Fix Makefile to avoid recompiling files in usr.patch | (download)

src/Makefile | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 fix makefile to avoid recompiling files in /usr

The "-I /path/to/lablgtk2" option should not be used when calling
ocamldep, otherwise files there are considered as possible targets by
the build system.

Signed-off-by: Stephane Glondu <[email protected]>

0003 Fix FTBFS on bytecode architectures.patch | (download)

src/Makefile | 8 6 2 - 0 !
1 file changed, 6 insertions( ), 2 deletions(-)

 fix ftbfs on bytecode architectures

The new ocaml.m4 defines OCAMLOPT to "no" (instead of not defining
it); adapt src/Makefile accordingly.

Signed-off-by: Stephane Glondu <[email protected]>

0004 ocamldoc dont use v option | (download)

src/Makefile | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 ocamldoc -html seems not to work with the -v option


0005 Fix compilation with OCaml 4.08.0.patch | (download)

src/cairo_png.ml | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 fix compilation with ocaml 4.08.0


0006 Ignore defined LABLGTKDIR.patch | (download)

src/Makefile | 2 0 2 - 0 !
1 file changed, 2 deletions(-)

 ignore defined lablgtkdir


0007 Fix compilation with OCaml 5.2.0.patch | (download)

src/cairo_png.ml | 2 1 1 - 0 !
src/ml_cairo.c | 2 1 1 - 0 !
src/ml_cairo_ft.c | 8 4 4 - 0 !
src/ml_cairo_status.c | 2 1 1 - 0 !
4 files changed, 7 insertions( ), 7 deletions(-)

 fix compilation with ocaml 5.2.0