[Pkg-gmagick-svn-commit] r54 - in branches/6.3.9.4.dfsg1-1/debian: . patches
naoliv at alioth.debian.org
naoliv at alioth.debian.org
Tue Mar 25 17:07:04 UTC 2008
Author: naoliv
Date: 2008-03-25 17:07:03 +0000 (Tue, 25 Mar 2008)
New Revision: 54
Modified:
branches/6.3.9.4.dfsg1-1/debian/changelog
branches/6.3.9.4.dfsg1-1/debian/control
branches/6.3.9.4.dfsg1-1/debian/patches/manpages.patch
Log:
Rediff manpages.patch;
Reworked packages descriptions.
Modified: branches/6.3.9.4.dfsg1-1/debian/changelog
===================================================================
--- branches/6.3.9.4.dfsg1-1/debian/changelog 2008-03-25 00:05:58 UTC (rev 53)
+++ branches/6.3.9.4.dfsg1-1/debian/changelog 2008-03-25 17:07:03 UTC (rev 54)
@@ -6,7 +6,7 @@
- replace build-depends libz-dev -> zlib1g-dev;
- remove versioned build-depends on libpng12-dev.
* Bumped compat level to 6;
- * Add debug packages (Closes: #471715);
+ * Add debug package (Closes: #471715);
* Change maintainer to ImageMagick Packaging Team
<pkg-gmagick-im-team at lists.alioth.debian.org>;
* Split imagemagick into imagemagick and imagemagick-doc (Closes: #233376);
Modified: branches/6.3.9.4.dfsg1-1/debian/control
===================================================================
--- branches/6.3.9.4.dfsg1-1/debian/control 2008-03-25 00:05:58 UTC (rev 53)
+++ branches/6.3.9.4.dfsg1-1/debian/control 2008-03-25 17:07:03 UTC (rev 54)
@@ -12,25 +12,26 @@
Package: imagemagick
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: imagemagick-doc, transfig
+Recommends: imagemagick-doc
+Suggests: transfig
Description: image manipulation programs
- Imagemagick is a set of programs to manipulate various image formats
- (JPEG, TIFF, PhotoCD, PBM, XPM, etc...). All manipulations can
- be achieved through shell commands as well as through an X11 graphical
- interface (display).
- .
- Possible effects: colormap manipulation, channel operations, thumbnail
- creation, image annotation, limited drawing, image distortion, etc...
+ ImageMagick is a software suite to create, edit, and compose bitmap images.
+ It can read, convert and write images in a variety of formats (over 100)
+ including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript,
+ SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale,
+ shear and transform images, adjust image colors, apply various special
+ effects, or draw text, lines, polygons, ellipses and Bézier curves.
+ All manipulations can be achieved through shell commands as well as through
+ an X11 graphical interface (display).
Package: imagemagick-dbg
Architecture: any
Section: libdevel
Priority: extra
-Depends: imagemagick (= ${binary:Version}), libmagick++1 (= ${binary:Version}), perlmagick (= ${binary:Version})
+Depends: imagemagick (= ${binary:Version}), libmagick++1 (= ${binary:Version}), perlmagick (= ${binary:Version}), ${misc:Depends}
Description: debugging symbols for ImageMagick
- NEEDS TO WRITE ME
- .
- This package contains the debugging symbols for ImageMagick.
+ This package contains the debugging symbols for ImageMagick, a software suite
+ to create, edit, and compose bitmap images.
Package: imagemagick-doc
Architecture: all
@@ -40,82 +41,60 @@
Suggests: imagemagick
Conflicts: imagemagick (<= 7:6.4.0)
Description: document files of ImageMagick
- Imagemagick is a set of programs to manipulate various image formats
- (JPEG, TIFF, PhotoCD, PBM, XPM, etc...). All manipulations can
- be achieved through shell commands as well as through an X11 graphical
- interface (display).
- .
- This package contains the document files shipped with ImageMagick.
+ This package contains the document files shipped with ImageMagick, a software
+ suite to create, edit, and compose bitmap images.
Package: libmagickcore1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: ghostscript, gsfonts
-Suggests: libwmf-bin, html2ps
-Description: image manipulation library
- LibMagick supports loading and saving a very large set of image formats.
- It allows a lot of image manipulation as well.
+Description: low-level image manipulation library
+ The MagickCore API is a low-level interface between the C programming language
+ and the ImageMagick image processing libraries and is recommended for
+ wizard-level programmers only. Unlike the MagickWand C API which uses only a
+ few opaque types and accessors, with MagickCore you almost exlusively access
+ the structure members directly.
.
This package contains the C libraries needed to run executables that make
- use of libMagick.
+ use of MagickCore.
Package: libmagickcore-dev
Architecture: any
Section: libdevel
Depends: libmagickcore1 (= ${binary:Version}), libjpeg62-dev, libbz2-dev, libtiff4-dev, libwmf-dev (>= 0.2.7-1), zlib1g-dev, libpng12-dev, libx11-dev, libxt-dev, libxext-dev, libxml2-dev, libfreetype6-dev, liblcms1-dev, libexif-dev, libjasper-dev, libltdl3-dev, libdjvulibre-dev, librsvg2-dev, libopenexr-dev, libgraphviz-dev, ${misc:Depends}
-Description: image manipulation library - development files
- LibMagick supports loading and saving a very large set of image formats.
- It allows a lot of image manipulation as well.
- .
+Description: low-level image manipulation library - development files
This package includes header files and static libraries needed to compile
- programs using libMagick.
+ programs using MagickCore.
Package: libmagickwand1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: image manipulation library
- LibMagick supports loading and saving a very large set of image formats.
- It allows a lot of image manipulation as well.
+ The MagickWand API is the recommended interface between the C programming
+ language and the ImageMagick image processing libraries. Unlike the
+ MagickCore C API, MagickWand uses only a few opaque types. Accessors are
+ available to set or get important wand properties.
.
This package contains the C libraries needed to run executables that make
- use of libMagick.
+ use of MagickWand.
Package: libmagickwand-dev
Architecture: any
Section: libdevel
Depends: libmagickwand1 (= ${binary:Version}), libmagickcore-dev (= ${binary:Version}), ${misc:Depends}
-Description: C++ API to the ImageMagick library - development files
+Description: image manipulation library - development files
This package includes header files and static libraries needed to compile
- programs using libMagickWand.
+ programs using MagickWand.
Package: libmagick++1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libmagick++6
-Replaces: libmagick++6
-Description: C++ API to the ImageMagick library
- Magick++ supports an object model which is inspired by PerlMagick. Magick++
- executes faster than PerlMagick since it is accessed from a compiled
- language rather than from a scripting language. This makes it more suitable
- for Web CGI programs which must start-up and execute quickly. Images support
- implicit reference counting so that copy constructors and assignment incur
- almost no cost. The cost of actually copying an image (if necessary) is done
- just before modification and this copy is managed automatically by Magick++.
- De-referenced copies are automatically deleted. The image objects support
- value (rather than pointer) semantics so it is trivial to support multiple
- generations of an image in memory at one time.
+Description: object-oriented C++ interface to ImageMagick
+ The Magick++ library is a set of C++ wrapper classes that provides access
+ to the ImageMagick package functionality from within a C++ application.
.
- Magick++ provides integrated support for STL. This support allows Magick++
- to be used with the Standard Template Library (STL) so that the powerful
- containers available (e.g. deque, vector, list, and map) can be used to
- write programs similar to those possible with Perl and PerlMagick.
- STL-compatible template versions of ImageMagick's list-style operations are
- provided so that operations may be performed on multiple images stored in
- STL containers.
- .
This package contains the C++ libraries needed to run executables that make
use of libMagick++.
@@ -123,30 +102,9 @@
Architecture: any
Section: libdevel
Depends: libmagick++1 (= ${binary:Version}), libmagickcore-dev (= ${binary:Version}), ${misc:Depends}
-Conflicts: libmagick++6-dev
-Replaces: libmagick++6-dev
-Description: C++ API to the ImageMagick library - development files
- Magick++ supports an object model which is inspired by PerlMagick. Magick++
- executes faster than PerlMagick since it is accessed from a compiled
- language rather than from a scripting language. This makes it more suitable
- for Web CGI programs which must start-up and execute quickly. Images support
- implicit reference counting so that copy constructors and assignment incur
- almost no cost. The cost of actually copying an image (if necessary) is done
- just before modification and this copy is managed automatically by Magick++.
- De-referenced copies are automatically deleted. The image objects support
- value (rather than pointer) semantics so it is trivial to support multiple
- generations of an image in memory at one time.
- .
- Magick++ provides integrated support for STL. This support allows Magick++
- to be used with the Standard Template Library (STL) so that the powerful
- containers available (e.g. deque, vector, list, and map) can be used to
- write programs similar to those possible with Perl and PerlMagick.
- STL-compatible template versions of ImageMagick's list-style operations are
- provided so that operations may be performed on multiple images stored in
- STL containers.
- .
+Description: object-oriented C++ interface to ImageMagick - development files
This package includes header files and static libraries needed to compile
- programs using libMagick++.
+ programs using Magick++.
Package: perlmagick
Architecture: any
@@ -154,10 +112,7 @@
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: libimage-magick-perl
Suggests: imagemagick-doc
-Description: Perl interface to the libMagick graphics routines
- PerlMagick is a Perl module which gives you all the functionality
- you can enjoy in the ImageMagick package binaries, from Perl.
- .
- One can load several images with PerlMagick, apply numerous transformations
- and operations on the images and write them back, possibly in a different
- format.
+Description: Perl interface to the ImageMagick graphics routines
+ PerlMagick is an objected-oriented Perl interface to ImageMagick.
+ Use the module to read, manipulate, or write an image or image sequence from
+ within a Perl script. This makes it very suitable for Web CGI scripts.
Modified: branches/6.3.9.4.dfsg1-1/debian/patches/manpages.patch
===================================================================
--- branches/6.3.9.4.dfsg1-1/debian/patches/manpages.patch 2008-03-25 00:05:58 UTC (rev 53)
+++ branches/6.3.9.4.dfsg1-1/debian/patches/manpages.patch 2008-03-25 17:07:03 UTC (rev 54)
@@ -2,7 +2,7 @@
===================================================================
--- imagemagick-6.3.7.9.dfsg1.orig/utilities/animate.1.in 2007-12-26 04:10:09.000000000 +0100
+++ imagemagick-6.3.7.9.dfsg1/utilities/animate.1.in 2008-01-10 20:45:49.000000000 +0100
-@@ -86,7 +86,7 @@
+@@ -87,7 +87,7 @@
Buttons:
1 press to map or unmap the Command widget
@@ -15,7 +15,7 @@
===================================================================
--- imagemagick-6.3.7.9.dfsg1.orig/utilities/compare.1.in 2007-12-26 04:10:09.000000000 +0100
+++ imagemagick-6.3.7.9.dfsg1/utilities/compare.1.in 2008-01-10 20:45:49.000000000 +0100
-@@ -51,7 +51,7 @@
+@@ -53,7 +53,7 @@
-version print version information
By default, the image format of `file' is determined by its magic number. To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for standard input or output.
@@ -28,7 +28,7 @@
===================================================================
--- imagemagick-6.3.7.9.dfsg1.orig/utilities/composite.1.in 2007-12-26 04:10:09.000000000 +0100
+++ imagemagick-6.3.7.9.dfsg1/utilities/composite.1.in 2008-01-10 20:45:49.000000000 +0100
-@@ -93,7 +93,7 @@
+@@ -95,7 +95,7 @@
-version print version information
By default, the image format of `file' is determined by its magic number. To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for standard input or output.
@@ -51,10 +51,9 @@
.SH COPYRIGHT
Index: imagemagick-6.3.7.9.dfsg1/utilities/convert.1.in
-===================================================================
--- imagemagick-6.3.7.9.dfsg1.orig/utilities/convert.1.in 2007-12-26 04:10:09.000000000 +0100
+++ imagemagick-6.3.7.9.dfsg1/utilities/convert.1.in 2008-01-10 20:45:49.000000000 +0100
-@@ -238,7 +238,7 @@
+@@ -240,7 +240,7 @@
-version print version information
By default, the image format of `file' is determined by its magic number. To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for standard input or output.
@@ -67,7 +66,7 @@
===================================================================
--- imagemagick-6.3.7.9.dfsg1.orig/utilities/display.1.in 2007-12-26 04:10:09.000000000 +0100
+++ imagemagick-6.3.7.9.dfsg1/utilities/display.1.in 2008-01-10 20:45:49.000000000 +0100
-@@ -116,7 +116,7 @@
+@@ -117,7 +117,7 @@
1 press to map or unmap the Command widget
2 press and drag to magnify a region of an image
3 press to load an image from a visual image directory
@@ -90,7 +89,6 @@
.SH COPYRIGHT
Index: imagemagick-6.3.7.9.dfsg1/utilities/ImageMagick.1.in
-===================================================================
--- imagemagick-6.3.7.9.dfsg1.orig/utilities/ImageMagick.1.in 2007-12-05 23:22:41.000000000 +0100
+++ imagemagick-6.3.7.9.dfsg1/utilities/ImageMagick.1.in 2008-01-10 20:45:49.000000000 +0100
@@ -5,7 +5,7 @@
@@ -112,10 +110,9 @@
.SH COPYRIGHT
Index: imagemagick-6.3.7.9.dfsg1/utilities/import.1.in
-===================================================================
--- imagemagick-6.3.7.9.dfsg1.orig/utilities/import.1.in 2007-12-26 04:10:09.000000000 +0100
+++ imagemagick-6.3.7.9.dfsg1/utilities/import.1.in 2008-01-10 20:45:49.000000000 +0100
-@@ -86,7 +86,7 @@
+@@ -87,7 +87,7 @@
-version print version information
By default, 'file' is written in the MIFF image format. To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for standard input or output.
@@ -128,7 +125,7 @@
===================================================================
--- imagemagick-6.3.7.9.dfsg1.orig/utilities/mogrify.1.in 2007-12-26 04:10:09.000000000 +0100
+++ imagemagick-6.3.7.9.dfsg1/utilities/mogrify.1.in 2008-01-10 20:45:49.000000000 +0100
-@@ -217,7 +217,7 @@
+@@ -219,7 +219,7 @@
-version print version information
By default, the image format of `file' is determined by its magic number. To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for standard input or output.
@@ -151,7 +148,6 @@
.SH COPYRIGHT
Index: imagemagick-6.3.7.9.dfsg1/utilities/stream.1.in
-===================================================================
--- imagemagick-6.3.7.9.dfsg1.orig/utilities/stream.1.in 2007-12-26 04:10:09.000000000 +0100
+++ imagemagick-6.3.7.9.dfsg1/utilities/stream.1.in 2008-01-10 20:45:49.000000000 +0100
@@ -48,7 +48,7 @@
More information about the pkg-gmagick-svn-commit
mailing list