[cairo] [cairo-announce] cairo release 1.2.2 now available

Boris Popov boris at deepcovelabs.com
Wed Aug 9 12:34:36 PDT 2006


False alarm, just found em,

Thanks!

ftp://ftp.gtk.org/pub/gtk/v2.8/win32/cairo-1.2.2.zip

-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

boris at deepcovelabs.com

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: Boris Popov 
Sent: Wednesday, August 09, 2006 12:32 PM
To: 'Tor Lillqvist'; cairo at cairographics.org
Subject: RE: [cairo] [cairo-announce] cairo release 1.2.2 now available

Tor,

Any chance you could make your win32 binaries available to the public? ;)

Thanks!

-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

boris at deepcovelabs.com

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: cairo-bounces at cairographics.org
[mailto:cairo-bounces at cairographics.org] On Behalf Of Tor Lillqvist
Sent: Wednesday, August 09, 2006 11:53 AM
To: cairo at cairographics.org
Subject: Re: [cairo] [cairo-announce] cairo release 1.2.2 now available

The following patch helped me:

--- /tmp/cairo-1.2.2/configure.in	Wed Aug  9 02:05:54 2006
+++ configure.in	Wed Aug  9 20:57:04 2006
@@ -451,7 +451,7 @@
 
 dnl
===========================================================================
 
-CAIRO_BACKEND_ENABLE(ps, PostScript, ps, PS_SURFACE, auto, [], [
+CAIRO_BACKEND_ENABLE(ps, PostScript, ps, PS_SURFACE, auto, [
   if test x"$have_ft_load_sfnt_table" != "xyes" ; then
     use_ps="no (requires FreeType 2.1.4 or newer)"
   else
@@ -466,15 +466,15 @@
 
 dnl
===========================================================================
 
-CAIRO_BACKEND_ENABLE(pdf, PDF, pdf, PDF_SURFACE, auto, [], [
-  if test x"$have_ft_load_sfnt_table" != "xyes" ; then
+CAIRO_BACKEND_ENABLE(pdf, PDF, pdf, PDF_SURFACE, auto, [
+  if test x"$use_win32" != "xyes" -a x"$have_ft_load_sfnt_table" != "xyes"
; then
     use_pdf="no (requires FreeType 2.1.4 or newer)"
   else
     # The pdf backend requires zlib.
     AC_CHECK_LIB(z, compress,
                  [AC_CHECK_HEADER(zlib.h, [],
-		 [use_ps="no (requires zlib http://www.gzip.org/zlib/)"])],
-		 [use_ps="no (requires zlib http://www.gzip.org/zlib/)"])
+		 [use_pdf="no (requires zlib http://www.gzip.org/zlib/)"])],
+		 [use_pdf="no (requires zlib http://www.gzip.org/zlib/)"])
     pdf_NONPKGCONFIG_LIBS=-lz
   fi
 ])
@@ -497,7 +497,7 @@
 
 dnl
===========================================================================
 
-CAIRO_BACKEND_ENABLE(svg, SVG, svg, SVG_SURFACE, auto, [], [
+CAIRO_BACKEND_ENABLE(svg, SVG, svg, SVG_SURFACE, auto, [
   if test x"$have_ft_load_sfnt_table" != "xyes" ; then
     use_svg="no (requires FreeType 2.1.4 or newer)"
   fi


I also had problems with this command in src/Makefile(.in):

	(! grep -q cairo_ERROR $@) || ($(RM) $@; false)

for some reason Make said it failed, even if there was no cairo_ERROR
in the produced cairo.def, so I just removed it... don't know what the
root cause for this problem is, maybe the ! command doesn't work for
some reason in Makefiles for me.

--tml

_______________________________________________
cairo mailing list
cairo at cairographics.org
http://cairographics.org/cgi-bin/mailman/listinfo/cairo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3370 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/cairo/attachments/20060809/1562f19e/smime.bin


More information about the cairo mailing list