[Pkg-ocaml-maint-commits] r1782 - trunk/packages/cairo-ocaml/trunk/debian

Samuel Mimram smimram-guest at costa.debian.org
Mon Sep 19 22:01:11 UTC 2005


Author: smimram-guest
Date: 2005-09-19 22:01:11 +0000 (Mon, 19 Sep 2005)
New Revision: 1782

Modified:
   trunk/packages/cairo-ocaml/trunk/debian/
   trunk/packages/cairo-ocaml/trunk/debian/control
   trunk/packages/cairo-ocaml/trunk/debian/rules
Log:
Enhanced description.


Property changes on: trunk/packages/cairo-ocaml/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Modified: trunk/packages/cairo-ocaml/trunk/debian/control
===================================================================
--- trunk/packages/cairo-ocaml/trunk/debian/control	2005-09-18 18:30:29 UTC (rev 1781)
+++ trunk/packages/cairo-ocaml/trunk/debian/control	2005-09-19 22:01:11 UTC (rev 1782)
@@ -10,6 +10,21 @@
 Architecture: any
 Depends: ocaml-base-nox-3.08.3, ${shlibs:Depends}
 Description: OCaml bindings for Cairo
+ Cairo is a multi-platform library providing anti-aliased
+ vector-based rendering for multiple target backends. Paths consist
+ of line segments and cubic splines and can be rendered at any width
+ with various join and cap styles. All colors may be specified with
+ optional translucence (opacity/alpha) and combined using the
+ extended Porter/Duff compositing algebra as found in the X Render
+ Extension.
+ .
+ Cairo exports a stateful rendering API similar in spirit to the path
+ construction, text, and painting operators of PostScript, (with the
+ significant addition of translucence in the imaging model). When
+ complete, the API is intended to support the complete imaging model of
+ PDF 1.4.
+ .
+ This package contains only the shared runtime stub libraries.
 
 Package: libcairo-ocaml-dev
 Section: libdevel
@@ -17,3 +32,20 @@
 Depends: ocaml-nox-3.08.3, libcairo2-dev, libcairo-ocaml (= ${Source-Version})
 Suggests: ocaml-findlib
 Description: OCaml bindings for Cairo
+ Cairo is a multi-platform library providing anti-aliased
+ vector-based rendering for multiple target backends. Paths consist
+ of line segments and cubic splines and can be rendered at any width
+ with various join and cap styles. All colors may be specified with
+ optional translucence (opacity/alpha) and combined using the
+ extended Porter/Duff compositing algebra as found in the X Render
+ Extension.
+ .
+ Cairo exports a stateful rendering API similar in spirit to the path
+ construction, text, and painting operators of PostScript, (with the
+ significant addition of translucence in the imaging model). When
+ complete, the API is intended to support the complete imaging model of
+ PDF 1.4.
+ .
+ This package contains all the development stuff you need to use Cairo in
+ your OCaml programs. The folowing backends are supported: PostScript,
+ PDF, PNG, In-memory images and X11.

Modified: trunk/packages/cairo-ocaml/trunk/debian/rules
===================================================================
--- trunk/packages/cairo-ocaml/trunk/debian/rules	2005-09-18 18:30:29 UTC (rev 1781)
+++ trunk/packages/cairo-ocaml/trunk/debian/rules	2005-09-19 22:01:11 UTC (rev 1782)
@@ -14,7 +14,7 @@
 
 config.status: configure
 	dh_testdir
-	./configure
+	./configure --with-gtk
 
 build: build-stamp
 build-stamp:  config.status




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