[Pkg-ocaml-maint-commits] [SCM] cairo-ocaml packaging branch, master, updated. debian/20090223-3-8-ge3f4317

Stephane Glondu steph at glondu.net
Sun Feb 27 12:59:43 UTC 2011


The following commit has been merged in the master branch:
commit 614d7782de260f17501494a704cc05ec0ca5f7a2
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Feb 27 13:42:46 2011 +0100

    Add patch to build rdeps after recent changes in DSO linking

diff --git a/debian/patches/0001-Add-missing-libraries-used-by-the-stubs-to-CAIRO_LIB.patch b/debian/patches/0001-Add-missing-libraries-used-by-the-stubs-to-CAIRO_LIB.patch
new file mode 100644
index 0000000..3ca44d1
--- /dev/null
+++ b/debian/patches/0001-Add-missing-libraries-used-by-the-stubs-to-CAIRO_LIB.patch
@@ -0,0 +1,26 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Sun, 27 Feb 2011 13:31:22 +0100
+Subject: [PATCH] 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 <steph at glondu.net>
+---
+ configure.ac |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 2269dfa..09c2923 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -6,7 +6,7 @@ AC_CONFIG_AUX_DIR(support)
+ AC_PROG_OCAML()
+ 
+ # Check for cairo
+-PKG_CHECK_MODULES(CAIRO, cairo >= 1.2 freetype2)
++PKG_CHECK_MODULES(CAIRO, cairo >= 1.2 cairo-ft cairo-fc cairo-ps cairo-pdf freetype2)
+ 
+ # Optional GTK support (for the X11 backend)
+ AC_ARG_WITH(gtk, 
+-- 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1053e7d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Add-missing-libraries-used-by-the-stubs-to-CAIRO_LIB.patch

-- 
cairo-ocaml packaging



More information about the Pkg-ocaml-maint-commits mailing list