[cairo-commit] rcairo/packages/cairo/ext extconf.rb, 1.3, 1.4 rb_cairo.c, NONE, 1.1 rb_cairo.h, NONE, 1.1 rb_cairo_constants.c, NONE, 1.1 rb_cairo_constants.h, NONE, 1.1 rb_cairo_context.c, NONE, 1.1 rb_cairo_context.h, NONE, 1.1 rb_cairo_exception.c, NONE, 1.1 rb_cairo_exception.h, NONE, 1.1 rb_cairo_font.c, NONE, 1.1 rb_cairo_font.h, NONE, 1.1 rb_cairo_font_extents.c, NONE, 1.1 rb_cairo_font_extents.h, NONE, 1.1 rb_cairo_glyph.c, NONE, 1.1 rb_cairo_glyph.h, NONE, 1.1 rb_cairo_matrix.c, NONE, 1.1 rb_cairo_matrix.h, NONE, 1.1 rb_cairo_pattern.c, NONE, 1.1 rb_cairo_pattern.h, NONE, 1.1 rb_cairo_surface.c, NONE, 1.1 rb_cairo_surface.h, NONE, 1.1 rb_cairo_text_extents.c, NONE, 1.1 rb_cairo_text_extents.h, NONE, 1.1

Oeyvind Kolaas commit at pdx.freedesktop.org
Mon Feb 7 17:28:23 PST 2005


Committed by: pippin

Update of /cvs/cairo/rcairo/packages/cairo/ext
In directory gabe:/tmp/cvs-serv11673/packages/cairo/ext

Modified Files:
	extconf.rb 
Added Files:
	rb_cairo.c rb_cairo.h rb_cairo_constants.c 
	rb_cairo_constants.h rb_cairo_context.c rb_cairo_context.h 
	rb_cairo_exception.c rb_cairo_exception.h rb_cairo_font.c 
	rb_cairo_font.h rb_cairo_font_extents.c 
	rb_cairo_font_extents.h rb_cairo_glyph.c rb_cairo_glyph.h 
	rb_cairo_matrix.c rb_cairo_matrix.h rb_cairo_pattern.c 
	rb_cairo_pattern.h rb_cairo_surface.c rb_cairo_surface.h 
	rb_cairo_text_extents.c rb_cairo_text_extents.h 
Log Message:
importing new incarnation of binding

Index: extconf.rb
===================================================================
RCS file: /cvs/cairo/rcairo/packages/cairo/ext/extconf.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- extconf.rb	1 Sep 2004 15:29:25 -0000	1.3
+++ extconf.rb	8 Feb 2005 01:28:21 -0000	1.4
@@ -1,10 +1,9 @@
 #!/usr/bin/env ruby
+# vim: filetype=ruby:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :
 
 require 'mkmf'
-$CFLAGS << " -g -Wall `pkg-config --cflags cairo`"
-$LDFLAGS << " `pkg-config --libs cairo`"
-
-## remove autogenerated files
-#$distcleanfiles << 'gen-*.c'
 
+$CFLAGS  = `pkg-config --cflags cairo`
+$LDFLAGS = `pkg-config --libs cairo`
 create_makefile("cairo")
+

--- NEW FILE: rb_cairo.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rb_cairo.h ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rb_cairo_constants.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rb_cairo_constants.h ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rb_cairo_context.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rb_cairo_context.h ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rb_cairo_exception.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rb_cairo_exception.h ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rb_cairo_font.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rb_cairo_font.h ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rb_cairo_font_extents.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rb_cairo_font_extents.h ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rb_cairo_glyph.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rb_cairo_glyph.h ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rb_cairo_matrix.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rb_cairo_matrix.h ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rb_cairo_pattern.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rb_cairo_pattern.h ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rb_cairo_surface.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rb_cairo_surface.h ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rb_cairo_text_extents.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: rb_cairo_text_extents.h ---
(This appears to be a binary file; contents omitted.)




More information about the cairo-commit mailing list