~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to plug-ins/pygimp/README

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
  Gimp-Python - allows the writing of plugins for Gimp in Python.
2
 
  Copyright (C) 1997-1999  James Henstridge <james@daa.com.au>
3
 
 
4
 
This is the Gimp-Python package.  It is free software and is covered
5
 
by the GNU General Public Licence (A copy of which is in the file
6
 
COPYING in the distribution) with the exception that you may link
7
 
gimpmodule with the python program.
8
 
 
9
 
For more information, please see the documentation in the directory
10
 
doc.  The documentation is in SGML, and translations to text, html and
11
 
texinfo are included in the distribution.
12
 
 
13
 
To build the program, you should be able to just type:
14
 
  ./configure --prefix=<gimp-prefix>
15
 
  make
16
 
  make install
17
 
 
18
 
Pregenerated HTML docs are included with the package in the doc
19
 
directory.  If you want ps or pdf documentation, get Mark Galassi's
20
 
docbook SGML packages.
21
 
 
22
 
Here is a list of what you will find in the subdirectories of this
23
 
distribution:
24
 
  .         - The actual source code.
25
 
  doc/      - The documentation.
26
 
  plug-ins/ - The sample plugins.  Contents are copied to GIMP plug-ins
27
 
              directory.
28
 
 
29