Gimp/plug-ins/pygimp
Bill Skaggs 51fdb93bf5 Bill Skaggs <weskaggs@primate.ucdavis.edu>
added dependencies in wrong spot, fixed.  Same list of
	files as for previous commit.

2005-02-04  Bill Skaggs  <weskaggs@primate.ucdavis.edu>

	* libgimpwidgets/Makefile.am
	* plug-ins/FractalExplorer/Makefile.am
	* plug-ins/Lighting/Makefile.am
	* plug-ins/MapObject/Makefile.am
	* plug-ins/bmp/Makefile.am
	* plug-ins/common/Makefile.am
	* plug-ins/common/mkgen.pl
	* plug-ins/dbbrowser/Makefile.am
	* plug-ins/faxg3/Makefile.am
	* plug-ins/fits/Makefile.am
	* plug-ins/flame/Makefile.am
	* plug-ins/gfig/Makefile.am
	* plug-ins/gflare/Makefile.am
	* plug-ins/gfli/Makefile.am
	* plug-ins/gimpressionist/Makefile.am
	* plug-ins/helpbrowser/Makefile.am
	* plug-ins/ifscompose/Makefile.am
	* plug-ins/imagemap/Makefile.am
	* plug-ins/jpeg/Makefile.am
	* plug-ins/maze/Makefile.am
	* plug-ins/pagecurl/Makefile.am
	* plug-ins/print/Makefile.am
	* plug-ins/pygimp/Makefile.am
	* plug-ins/rcm/Makefile.am
	* plug-ins/script-fu/Makefile.am
	* plug-ins/sel2path/Makefile.am
	* plug-ins/sgi/Makefile.am
	* plug-ins/twain/Makefile.am
	* plug-ins/winicon/Makefile.am
	* plug-ins/winsnap/Makefile.am
	* plug-ins/xjt/Makefile.am: ouch, broke build badly, needed to
	add libgimpconfig dependencies after moving gimppropwidgets.
2005-02-04 22:31:58 +00:00
..
doc make clean shouldn't clean disted files 2003-02-28 01:21:27 +00:00
plug-ins plug-ins/pygimp/plug-ins/clothify.py Add layers to images before using 2005-01-02 09:05:31 +00:00
.cvsignore
acinclude.m4
AUTHORS
ChangeLog added $(pygimp_DATA) to EXTRA_DIST. 2004-12-19 17:13:03 +00:00
configure.in
COPYING
gimpenums.py app/pdb/drawable_transform_cmds.c libgimp/gimpenums.h 2005-01-11 18:36:58 +00:00
gimpfu.py Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-12-13 19:40:52 +00:00
gimpmodule.c make libgimpprocbrowser a libtooled library. 2004-11-17 20:02:23 +00:00
gimpplugin.py applied slightly tweaked patch from Joao S. O. Bueno, which adds a 2004-09-29 23:09:30 +00:00
gimpshelf.py applied slightly tweaked patch from Joao S. O. Bueno, which adds a 2004-09-29 23:09:30 +00:00
gimpui.py Handle placeholder defaults for gimp objects (bug #158392). Patch by Joao 2004-11-17 03:14:13 +00:00
INSTALL
Makefile.am Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-02-04 22:31:58 +00:00
makefile.msc [new file] app/dialogs/Makefile.am : added to EXTRA_DIST 2004-11-21 14:22:45 +00:00
NEWS
procbrowser.c make libgimpprocbrowser a libtooled library. 2004-11-17 20:02:23 +00:00
py-compile
pygimp-display.c
pygimp-drawable.c remove add/remove_layer_mask methods... 2003-12-24 00:41:12 +00:00
pygimp-image.c plug-ins/bmp/bmpread.c plug-ins/bmp/bmpwrite.c plug-ins/common/CEL.c 2004-11-02 12:00:25 +00:00
pygimp-logo.png plug-ins/pygimp/Makefile.am New pygimp logo, by Carol Spears. 2004-11-23 02:35:54 +00:00
pygimp-parasite.c
pygimp-pdb.c make libgimpprocbrowser a libtooled library. 2004-11-17 20:02:23 +00:00
pygimp-tile.c plug-ins/pygimp/gimpfu.py Hacked up support for the new progress 2004-09-01 07:57:15 +00:00
pygimp.h make libgimpprocbrowser a libtooled library. 2004-11-17 20:02:23 +00:00
pygimp.spec
README

  Gimp-Python - allows the writing of plugins for Gimp in Python.
  Copyright (C) 1997-1999  James Henstridge <james@daa.com.au>

This is the Gimp-Python package.  It is free software and is covered
by the GNU General Public Licence (A copy of which is in the file
COPYING in the distribution) with the exception that you may link
gimpmodule with the python program.

For more information, please see the documentation in the directory
doc.  The documentation is in SGML, and translations to text, html and
texinfo are included in the distribution.

To build the program, you should be able to just type:
  ./configure --prefix=<gimp-prefix>
  make
  make install

Pregenerated HTML docs are included with the package in the doc
directory.  If you want ps or pdf documentation, get Mark Galassi's
docbook SGML packages.

Here is a list of what you will find in the subdirectories of this
distribution:
  .         - The actual source code.
  doc/      - The documentation.
  plug-ins/ - The sample plugins.  Contents are copied to GIMP plug-ins
	      directory.