[Magick-bugs] ImageMagick-6.3.0 build and install problems + patch
Peter Breitenlohner
peb at mppmu.mpg.de
Wed Oct 25 09:23:17 CDT 2006
Hi,
I'd like to suggest the attached patch "ImageMagick-6.3.0-patch".
About this patch:
configure.ac line 1940+:
Wrong syntax.
configure.ac line 2751+:
The distributed file utilities/stream.1 refers to V6.2.8
and differs substantially from utilities/stream.1.in
utilities/ImageMagick.1.in:
This manpage is IMHO rather badly formatted.
In addition you might want to mention the new stream utility.
======================================
Further comment:
You should in general not distribute files generated by configure
and you must absolutely not distribute manpages generated by configure.
Why: Due to a bug in automake (<=10.0) in a VPATH build (builddir != srcdir)
the distributed manpages from srcdir are installed instead of the generated
ones in builddir.
I.e., you should remove $(UTILITIES_MANS) from the definition of
UTILITIES_EXTRA_DIST in utilities/Makefile.am [and you might as well remove
$(UTILITIES_CONFIGURE) since the sources for configure-generated files are
automatically distributed].
======================================
regards
Peter Breitenlohner <peb at mppmu.mpg.de>
-------------- next part --------------
diff -ur -x Makefile.in -x aclocal.m4 -x configure -x autom4te.cache -x magick-config.h.in -x 'magick-config.h.in~' ImageMagick-6.3.0.orig/configure.ac ImageMagick-6.3.0/configure.ac
--- ImageMagick-6.3.0.orig/configure.ac 2006-10-10 18:47:49.000000000 +0200
+++ ImageMagick-6.3.0/configure.ac 2006-10-24 16:26:02.000000000 +0200
@@ -1940,7 +1940,7 @@
have_libwmflite='no'
have_libwmf_ipa_h='no'
- AC_CHECK_HEADER([libwmf/ipa.h],[have_libwmf_ipa_h='yes'],[$FT2BUILD_H])
+ AC_CHECK_HEADER([libwmf/ipa.h],[have_libwmf_ipa_h='yes'],,[$FT2BUILD_H])
if test "$have_libwmf_ipa_h" = 'yes'
then
@@ -2751,6 +2751,7 @@
utilities/import.1 \
utilities/mogrify.1 \
utilities/montage.1 \
+ utilities/stream.1 \
wand/Wand-config \
wand/Wand.pc )
diff -ur -x Makefile.in -x aclocal.m4 -x configure -x autom4te.cache -x magick-config.h.in -x 'magick-config.h.in~' ImageMagick-6.3.0.orig/utilities/ImageMagick.1.in ImageMagick-6.3.0/utilities/ImageMagick.1.in
--- ImageMagick-6.3.0.orig/utilities/ImageMagick.1.in 2006-08-10 22:03:36.000000000 +0200
+++ ImageMagick-6.3.0/utilities/ImageMagick.1.in 2006-10-24 15:57:14.000000000 +0200
@@ -1,6 +1,7 @@
.TH ImageMagick 1 "Date: 2005/03/01 01:00:00" "ImageMagick"
.SH NAME
ImageMagick \- is a free software suite for the creation, modification and display of bitmap images.
+.SH SYNOPSIS
\fBconvert\fP \fIinput-file\fP [\fIoptions\fP] \fIoutput-file\fP
.SH OVERVIEW
@@ -16,45 +17,46 @@
In the paragraphs below, find a short description for each command-line tool.Click on the program name to get details on the program usage and a list of command-line options that alters how the program performs. If you are just getting acquianted with ImageMagick, start at the top of the list, the convert program, and work your way dowm. Also be sure to peruse Anthony Thyssen's tutorial on how to use ImageMagick utilities to convert, compose, or edit images from the command-line.
.TP
-convert
+.B convert
convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.
.TP
-identify
+.B identify
describes the format and characteristics of one or more image files.
-mogrify
+.TP
+.B mogrify
resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more. Mogrify overwrites the original image file, whereas, convert writes to a different image file.
.TP
-composite
+.B composite
overlaps one image over another.
.TP
-montage
+.B montage
create a composite image by combining several separate images. The images are tiled on the composite image optionall adorned with a border, frame, image name, and more.
.TP
-compare
+.B compare
mathematically and visually annotate the difference between an image and its reconstruction..
.TP
-display
+.B display
displays an image or image sequence on any X server.
.TP
-animate
+.B animate
animates an image sequence on any X server.
.TP
-import
+.B import
saves any visible window on an X server and outputs it as an image file. You can capture a single window, the entire screen, or any rectangular portion of the screen.
.TP
-conjure
+.B conjure
interprets and executes scripts written in the Magick Scripting Language (MSL).
-
+.PP
For more information about the ImageMagick, point your browser to file://@MagickDocumentPath@/index.html or http://www.imagemagick.org/.
.SH SEE-ALSO
convert(1), identify(1), composite(1), montage(1), compare(1), display(1), animate(1), import(1), conjure(1), quantize(5), miff(4)
More information about the Magick-bugs
mailing list