[cairo-commit] rcairo ChangeLog,1.85,1.86 README,1.8,1.9

Kouhei Sutou commit at pdx.freedesktop.org
Sun Jun 25 07:29:26 PDT 2006


Committed by: kou

Update of /cvs/cairo/rcairo
In directory kemper:/tmp/cvs-serv8555

Modified Files:
	ChangeLog README 
Log Message:
* README, packages/cairo/ext/extconf.rb: supported only 1.1.10 or
  higher.

* packages/cairo/ext/rb_cairo_constants.c: supported
  CAIRO_FORMAT_RGB16_565.

* packages/cairo/ext/rb_cairo_surface.c:
  - supported cairo_surface_get_content(),
    cairo_surface_set_fallback_resolution(),
    cairo_image_surface_get_data(),
    cairo_image_surface_get_format() and
    cairo_image_surface_get_stride().
  - removed cairo_ps_surface_set_dpi(),
    cairo_pdf_surface_set_dpi() and cairo_svg_surface_set_dpi()
    support.

* samples/png.rb: added Cairo::ImageSurface#data sample.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- ChangeLog	1 Jun 2006 02:55:51 -0000	1.85
+++ ChangeLog	25 Jun 2006 14:29:24 -0000	1.86
@@ -1,3 +1,23 @@
+2006-06-25  Kouhei Sutou  <kou at cozmixng.org>
+
+	* README, packages/cairo/ext/extconf.rb: supported only 1.1.10 or
+	higher.
+
+	* packages/cairo/ext/rb_cairo_constants.c: supported
+	CAIRO_FORMAT_RGB16_565.
+
+	* packages/cairo/ext/rb_cairo_surface.c:
+	  - supported cairo_surface_get_content(),
+	    cairo_surface_set_fallback_resolution(),
+	    cairo_image_surface_get_data(),
+	    cairo_image_surface_get_format() and
+	    cairo_image_surface_get_stride().
+	  - removed cairo_ps_surface_set_dpi(),
+	    cairo_pdf_surface_set_dpi() and cairo_svg_surface_set_dpi()
+	    support.
+
+	* samples/png.rb: added Cairo::ImageSurface#data sample.
+
 2006-06-01  Kouhei Sutou  <kou at cozmixng.org>
 
 	* samples/text2.rb: added an example that output PS/PDF/SVG for

Index: README
===================================================================
RCS file: /cvs/cairo/rcairo/README,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- README	31 May 2006 05:02:41 -0000	1.8
+++ README	25 Jun 2006 14:29:24 -0000	1.9
@@ -1,7 +1,7 @@
 rcairo
 ======
 
-ruby bindings for cairo // cairo extension for ruby
+Ruby bindings for cairo // cairo extension for Ruby
 
 http://cairographics.org/
 
@@ -10,19 +10,17 @@
 ------------
 
 ruby                   >= 1.8
-cairo                  >= 1.1.6
+cairo                  >= 1.1.10
 
 Compiling
 ---------
 
-ruby setup.rb config    # to check for dependencies and create Makefiles
-ruby setup.rb setup     # to compile
-
-# the samples in the samples folder should be able to run before
-# installation.
-
-ruby setup.rb install   # to install the cairo extension.
+% ruby setup.rb config    # to check for dependencies and create Makefiles
+% ruby setup.rb setup     # to compile
 
+# ruby setup.rb install   # to install the cairo extension.
+                          # the samples in the samples folder should be able
+                          # to run before installation.
 
 Mailing list
 ------------
@@ -32,5 +30,3 @@
 mailinglist at cairo at cairographics.org , which is archived at
 
   http://cairographics.org/cgi-bin/mailman/listinfo/cairo
-
-



More information about the cairo-commit mailing list