[cairo-commit] pycairo ChangeLog, 1.17, 1.18 configure.ac, 1.4, 1.5 Makefile.am, 1.3, 1.4 AUTHORS, 1.1, 1.2 README, 1.1, 1.2 NEWS, 1.1, 1.2

Steve Chaplin commit at pdx.freedesktop.org
Sat Nov 13 19:22:20 PST 2004


Committed by: stevech1097

Update of /cvs/cairo/pycairo
In directory gabe:/tmp/cvs-serv11213

Modified Files:
	ChangeLog configure.ac Makefile.am AUTHORS README NEWS 
Log Message:
SC 14/10/2004

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- ChangeLog	13 Nov 2004 14:14:17 -0000	1.17
+++ ChangeLog	14 Nov 2004 03:22:18 -0000	1.18
@@ -1,3 +1,17 @@
+2004-11-14  Steve Chaplin  <steve1097 at yahoo.com.au>
+
+        Preparation for making the first snapshot release:
+	* AUTHORS: Add myself
+	* configure.ac: Add automake version check
+	* Makefile.am: Remove automake version check. Add all the examples to 
+	EXTRA_DIST
+	* NEWS: Added info about the first snapshot
+	* README: Updated
+	* RELEASING: New file, copied from cairo.
+	* cairo/Makefile.am: Rename INCLUDES to AM_CPPFLAGS
+	* cairo/pycairo-pattern.c (pycairo_pattern_init): Add 'return -1' after
+	an error.
+	
 2004-11-13  Steve Chaplin  <steve1097 at yahoo.com.au>
 
 	* configure.ac: 

Index: configure.ac
===================================================================
RCS file: /cvs/cairo/pycairo/configure.ac,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- configure.ac	13 Nov 2004 14:14:17 -0000	1.4
+++ configure.ac	14 Nov 2004 03:22:18 -0000	1.5
@@ -21,7 +21,7 @@
 AC_CONFIG_SRCDIR([cairo/pycairo.h])
 AC_CONFIG_HEADERS(config.h)
 
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([1.7 -Wall])
 
 # put the ACLOCAL flags in the makefile
 ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"

Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/pycairo/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.am	23 Sep 2003 14:46:10 -0000	1.3
+++ Makefile.am	14 Nov 2004 03:22:18 -0000	1.4
@@ -1,11 +1,13 @@
-AUTOMAKE_OPTIONS = 1.7
-
 SUBDIRS = cairo
 
 EXTRA_DIST = \
-  examples/text.py \
   examples/cairo-demo.py \
-  examples/cairo-knockout.py
+  examples/cairo-knockout.py \
+  examples/gradient.py \
+  examples/hering.py \
+  examples/lsystem.py \
+  examples/spiral.py \
+  examples/text.py 
 
 snap:
 	$(MAKE) dist distdir=$(PACKAGE)-SNAP-`date +"%Y%m%d"`

Index: AUTHORS
===================================================================
RCS file: /cvs/cairo/pycairo/AUTHORS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- AUTHORS	17 Sep 2003 14:34:02 -0000	1.1
+++ AUTHORS	14 Nov 2004 03:22:18 -0000	1.2
@@ -1,2 +1,2 @@
 James Henstridge <james at daa.com.au>
-
+Steve Chaplin <steve1097 at yahoo.com.au>

Index: README
===================================================================
RCS file: /cvs/cairo/pycairo/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- README	17 Sep 2003 14:34:02 -0000	1.1
+++ README	14 Nov 2004 03:22:18 -0000	1.2
@@ -0,0 +1,10 @@
+PyCairo - Python bindings for Cairo
+http://cairographics.org
+
+Dependencies
+------------
+	cairo  0.2.0 or higher
+	Python 2.2   or higher
+
+Also, additional modules are compiled if pygtk and/or Numeric Python are 
+detected.

Index: NEWS
===================================================================
RCS file: /cvs/cairo/pycairo/NEWS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- NEWS	17 Sep 2003 14:34:02 -0000	1.1
+++ NEWS	14 Nov 2004 03:22:18 -0000	1.2
@@ -0,0 +1,8 @@
+Snapshot 0.1.2 (2004-11-14 Steve Chaplin <steve1097 at yahoo.com.au>
+=================================================================
+First snapshot for PyCairo
+
+Support added for patterns.
+Support added for cairo_set_target_png() and cairo_set_target_ps()
+
+Add LGPL/MPL license.




More information about the cairo-commit mailing list