[cairo-commit] pycairo ChangeLog, 1.41, 1.42 README, 1.7, 1.8 Makefile.am, 1.9, 1.10

Steve Chaplin commit at pdx.freedesktop.org
Fri Feb 4 23:27:11 PST 2005


Committed by: stevech1097

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

Modified Files:
	ChangeLog README Makefile.am 
Log Message:
sc 2005/02/05

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/pycairo/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- ChangeLog	26 Jan 2005 08:13:34 -0000	1.41
+++ ChangeLog	5 Feb 2005 07:27:09 -0000	1.42
@@ -1,3 +1,13 @@
+2005-02-05  Steve Chaplin  <steve1097 at yahoo.com.au>
+
+	* INSTALL: new file
+	* README: move install notes to INSTALL; add reference to the mailing
+	list
+
+	* Makefile.am (SUBDIRS): add examples
+	* examples/Makefile.am: new file with EXTRA_DIST listing examples/*.py
+	* configure.ac: add examples/Makefile to AC_CONFIG_FILES
+
 2005-01-26  Steve Chaplin  <steve1097 at yahoo.com.au>
 
 	* configure.ac: require Cairo 0.3.0

Index: README
===================================================================
RCS file: /cvs/cairo/pycairo/README,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- README	26 Jan 2005 08:13:34 -0000	1.7
+++ README	5 Feb 2005 07:27:09 -0000	1.8
@@ -1,6 +1,10 @@
 PyCairo - Python bindings for Cairo
 http://cairographics.org
 
+Compiling
+---------
+See the INSTALL document for build instructions.
+
 Dependencies (with minimum versions required)
 ------------
     cairo  		0.3.0
@@ -9,19 +13,10 @@
     Numeric Python	optional
     PyGTK		optional 1.99.16
 
-Compiling
----------
-    $ python -c "import sys; print sys.prefix"
-        # make a note of the python prefix
-    $ ./configure --prefix=<python_prefix>
-    $ make
-    $ make install
-
-If you're installing to another prefix than the one where Python is installed
-Python will not be able to find the cairo module until you add
-$prefix/lib/pythonX.Y/site-packages to the PYTHONPATH variable.
-
-If libsvg-cairo, PyGTK or Numeric Python are detected optional modules will
-be compiled. To disable PyGTK support use
+Mailing List
+------------
+If you have trouble with Cairo or PyCairo or you have some ideas for how it
+could be improved, please feel free to send a message to
+cairo at cairographics.org
 
-    $ ./configure --without-pygtk
+	http://cairographics.org/cgi-bin/mailman/listinfo/cairo

Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/pycairo/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile.am	12 Jan 2005 07:09:05 -0000	1.9
+++ Makefile.am	5 Feb 2005 07:27:09 -0000	1.10
@@ -1,24 +1,10 @@
-SUBDIRS = cairo
+SUBDIRS = cairo examples
 
 EXTRA_DIST = \
   NOTES \
   COPYING \
   COPYING-LGPL-2.1 \
-  COPYING-MPL-1.1 \
-  examples/cairo-demo.py \
-  examples/cairo-knockout.py \
-  examples/context-subclass.py \
-  examples/gradient.py \
-  examples/hering.py \
-  examples/lsystem.py \
-  examples/spiral.py \
-  examples/svg2png.py \
-  examples/svgview.py \
-  examples/text.py \
-  examples/warpedtext.py
-
-#snap:
-#	$(MAKE) dist distdir=$(PACKAGE)-SNAP-`date +"%Y%m%d"`
+  COPYING-MPL-1.1
 
 
 # release targets from cairo/Makefile.am




More information about the cairo-commit mailing list