*** empty log message ***

This commit is contained in:
Marc Lehmann 1999-06-12 21:54:15 +00:00
parent 1d9fc22acd
commit 13a6519f0c
3 changed files with 17 additions and 7 deletions

View File

@ -1,3 +1,7 @@
Sat Jun 12 23:45:01 CEST 1999 Marc Lehmann <pcg@goof.com>
* docs/parasites.txt: nicks comments...
Thu Jun 10 12:11:24 PDT 1999 Manish Singh <yosh@gimp.org>
* almost all the plug-in Makefiles: add $(INTLLIBS)

13
INSTALL
View File

@ -54,9 +54,16 @@ recognizes. These are:
the gimp uses to search for its configuration files from ~/.gimp (the
directory .gimp in the users home directory) to DIR.
5. --enable-perl and --disable-perl. The perl extension does not build on
all systems. If you experience problems use --disable-perl and gimp
will not even try to built it.
5. --enable-perl and --disable-perl. The perl extension does not build
on all systems. If you experience problems use --disable-perl
and gimp will not even try to built it. The perl extension does
not usually respect the normal configure prefix but uses perl's
instead. You can force it to use a different prefix by giving it as
an argument to the --enable-perl option (--enable-perl=/my/prefix),
however, you will usually have to set PERL5LIB or equivalent
environment variables, otherwise gimp-perl will not run or you will
get many errors on startup. See README.perl for even finer grained
control about installation paths (and distribution making).
The `make' command builds several things:
- The libraries `libgimp/libgimp.la', `libgimp/libgimpi.la' and

View File

@ -33,10 +33,9 @@ Global data follows no strict rules.
*** KNOWN PARASITES:
"gimp-comment" (IMAGE, PERSISTENT)
Standard GIF-style comments. This parasite is human-readable text
in unspecified 8-bit ASCII. It includes a trailing \0 string
terminator. The size of the parasite data may not exceed 241
bytes.
Standard GIF-style image comments. This parasite should be
human-readable text, preferably in utf8 encoding. A trailing \0
might be included and is not part of the comment.
"tiff-save-options" (IMAGE)
The TiffSaveVals structure from the TIFF plugin.