Re: Cairo 0.91 (beta)
- From: "Yaakov S (Cygwin Ports)" <yselkowitz users sourceforge net>
- To: Torsten Schoenfeld <kaffeetisch gmx de>
- Cc: gtk-perl-list gnome org
- Subject: Re: Cairo 0.91 (beta)
- Date: Thu, 10 Aug 2006 23:13:28 +0100
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Torsten Schoenfeld wrote:
If you have cairo 1.0.x installed, please test this release. Especially
if you have the PDF and/or PS backend enabled.
Done. Patch attached.
BTW, is cairo-1.2.2 stable enough to package yet?
Yaakov
Cygwin Ports
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFE26+HpiWmPGlmQSMRAiuCAJ98AmCctnzTIO+XbGGSC5kj0QKgyACcDbDU
yUDQNir534G3NeCpkyYsmmA=
=gS/k
-----END PGP SIGNATURE-----
diff -urN -x CYGWIN-PATCHES -x 'aclocal.m4*' -x ltmain.sh -x 'config.*' -x depcomp -x install-sh -x missing
-x mkinstalldirs -x autom4te.cache -x '*compile' -x 'intltool*.in' -x 'xml-i18n-*.in' -x '*.pyc' -x '*.mo' -x
'*.gmo' -x ABOUT-NLS -x Makevars.template -x COPYING -x INSTALL -x '*.orig' -x '*.rej' -x '*~' -x '*.temp' -x
texinfo.tex -x ylwrap -x gnome-doc-utils.make -x intltool.m4 -x omf.make -x xmldocs.make
origsrc/Cairo-0.91/CairoSurface.xs src/Cairo-0.91/CairoSurface.xs
--- origsrc/Cairo-0.91/CairoSurface.xs 2006-08-10 12:34:40.000000000 -0500
+++ src/Cairo-0.91/CairoSurface.xs 2006-08-10 16:44:30.480250000 -0500
@@ -430,10 +430,14 @@
OUTPUT:
RETVAL
+#if CAIRO_VERSION >= CAIRO_VERSION_ENCODE(1, 2, 0)
+
void cairo_pdf_surface_set_size (cairo_surface_t *surface, double width_in_points, double height_in_points);
#endif
+#endif
+
# --------------------------------------------------------------------------- #
#ifdef CAIRO_HAS_PS_SURFACE
@@ -472,6 +476,8 @@
OUTPUT:
RETVAL
+#if CAIRO_VERSION >= CAIRO_VERSION_ENCODE(1, 2, 0)
+
void cairo_ps_surface_set_size (cairo_surface_t *surface, double width_in_points, double
height_in_points);
void cairo_ps_surface_dsc_comment (cairo_surface_t *surface, const char *comment);
@@ -482,6 +488,8 @@
#endif
+#endif
+
# --------------------------------------------------------------------------- #
# The SVG surface doesn't need the special package treatment because it didn't
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]