23278701 Upgrade ImageMagick to 6.9.4
authorJohn Beck <John.Beck@Oracle.COM>
Wed, 18 May 2016 10:24:49 -0700
changeset 6020 83b3789e8d88
parent 6019 bd2dbcf829c2
child 6021 e5ec0b46c6c5
23278701 Upgrade ImageMagick to 6.9.4 23242778 problem in UTILITY/IMAGEMAGICK 23246146 problem in UTILITY/IMAGEMAGICK 23246147 problem in UTILITY/IMAGEMAGICK 23257029 problem in UTILITY/IMAGEMAGICK 23257030 problem in UTILITY/IMAGEMAGICK
components/imagemagick/Makefile
components/imagemagick/imagemagick.copyrights
components/imagemagick/imagemagick.license
components/imagemagick/imagemagick.p5m
components/imagemagick/patches/16615558.patch
components/imagemagick/patches/CVE-2014-1958.patch
components/imagemagick/patches/CVE-2014-2030.patch
components/imagemagick/patches/la.patch
components/imagemagick/patches/no__attribute__.patch
components/imagemagick/patches/perl_LD_RUN_PATH.patch
components/imagemagick/patches/perl_overrides.patch
components/imagemagick/patches/test-exceptions.patch
components/imagemagick/patches/uselocale.patch
components/imagemagick/test/results-32.master
components/imagemagick/test/results-64.master
--- a/components/imagemagick/Makefile	Wed May 18 10:04:03 2016 -0700
+++ b/components/imagemagick/Makefile	Wed May 18 10:24:49 2016 -0700
@@ -23,20 +23,22 @@
 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 BUILD_BITS= 64_and_32
+COMPILER=gcc
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=			ImageMagick
-COMPONENT_VERSION=		6.8.3
-COMPONENT_SUBVERSION=		5
+COMPONENT_VERSION=		6.9.4
+COMPONENT_MAJOR_VERSION=	$(shell echo $(COMPONENT_VERSION) | $(GSED) -e 's/\([0-9]\+\)\.[0-9]\+\.[0-9]\+/\1/')
+COMPONENT_SUBVERSION=		1
 HUMAN_VERSION=			$(COMPONENT_VERSION)-$(COMPONENT_SUBVERSION)
 COMPONENT_PROJECT_URL=		http://www.imagemagick.org/
 COMPONENT_ARCHIVE=		$(COMPONENT_SRC)-$(COMPONENT_SUBVERSION).tar.gz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:daead80170bc6d44cf6a54b4817446cbb7211b8ee445532b64033af190265fe3
-COMPONENT_ARCHIVE_URL=	http://image_magick.veidrodis.com/image_magick/$(COMPONENT_ARCHIVE)
+    sha256:b7dbe07d481e3c81004930c4e169281a2d8fc067c5c5a5dd30499af60a21aa38
+COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/download/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	utility/imagemagick
 
-TPNO=			17708
+TPNO=			28569
 
 include $(WS_MAKE_RULES)/common.mk
 
@@ -53,24 +55,28 @@
 # directory to the build directory
 COMPONENT_PRE_CONFIGURE_ACTION += ($(CP) -R $(SOURCE_DIR)/PerlMagick $(@D))
 
+# Don't use rpath, or relink!
+COMPONENT_POST_CONFIGURE_ACTION = \
+        (cd $(BUILD_DIR_$(BITS)) ; \
+        $(GSED) -i \
+	-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
+	-e 's|need_relink=yes|need_relink=not_on_solaris|' \
+	libtool)
+
 ifeq ($(OS_VERSION),5.11)
 LIBS += -lsocket -lnsl
 CONFIGURE_ENV += LIBS="$(LIBS)"
 endif
 
-# Show name of "error tag" as part of the warning
-CFLAGS.studio += -errtags=yes
-
-studio_C99MODE= $(studio_C99_ENABLE)
+# Prevent older versions of libMagick{Core,Wand}-6.Q16.so from the build
+# machine from being found ahead of new versions from the proto area.
+LD_OPTIONS_SO=		-L. -L../../magick/.libs
+COMPONENT_BUILD_ENV +=	LD_OPTIONS_SO="$(LD_OPTIONS_SO)"
 
 # To remove the compiler complaints about __restrict keyword,
 # -D_magickcore_restrict should be used.
-CFLAGS += -D_magickcore_restrict=
-
-# Needed to generate a decent RUNPATH for Magick.so
-#
-COMPONENT_BUILD_ARGS += LD="$(CC)"
-COMPONENT_BUILD_ARGS += LD_RUN_PATH="$(CONFIGURE_LIBDIR.$(BITS))"
+CPPFLAGS_USER += -D_magickcore_restrict=
+CONFIGURE_ENV += CPPFLAGS_USER=$(CPPFLAGS_USER)
 
 CONFIGURE_OPTIONS+= --with-modules
 CONFIGURE_OPTIONS+= --enable-shared
@@ -107,27 +113,8 @@
 	'-e "/FAIL/p" ' \
 	'-e "/ERROR/p" ' 
 
-# Remove build machine runpath from libMagick++-6.Q16.so.1.0.0 and
-# libMagickCore-6.Q16.so.1.0.0
-COMPONENT_POST_INSTALL_ACTION.32 += \
-	$(ELFEDIT) -e 'dyn:delete RUNPATH' \
-	    $(PROTOUSRLIBDIR)/libMagick++-6.Q16.so.1.0.0; \
-	$(ELFEDIT) -e 'dyn:delete RPATH' \
-	    $(PROTOUSRLIBDIR)/libMagick++-6.Q16.so.1.0.0; \
-	$(ELFEDIT) -e 'dyn:delete RUNPATH' \
-	    $(PROTOUSRLIBDIR)/libMagickCore-6.Q16.so.1.0.0; \
-	$(ELFEDIT) -e 'dyn:delete RPATH' \
-	    $(PROTOUSRLIBDIR)/libMagickCore-6.Q16.so.1.0.0
-
-COMPONENT_POST_INSTALL_ACTION.64 += \
-	$(ELFEDIT) -e 'dyn:delete RUNPATH' \
-	    $(PROTOUSRLIBDIR64)/libMagick++-6.Q16.so.1.0.0; \
-	$(ELFEDIT) -e 'dyn:delete RPATH' \
-	    $(PROTOUSRLIBDIR64)/libMagick++-6.Q16.so.1.0.0; \
-	$(ELFEDIT) -e 'dyn:delete RUNPATH' \
-	    $(PROTOUSRLIBDIR64)/libMagickCore-6.Q16.so.1.0.0; \
-	$(ELFEDIT) -e 'dyn:delete RPATH' \
-	    $(PROTOUSRLIBDIR64)/libMagickCore-6.Q16.so.1.0.0
+PKG_MACROS += COMPONENT_MAJOR_VERSION=$(COMPONENT_MAJOR_VERSION)
+PKG_MACROS += PERL_PKG=$(PERL_PKG)
 
 REQUIRED_PACKAGES += compress/bzip2
 REQUIRED_PACKAGES += compress/xz
@@ -138,7 +125,7 @@
 REQUIRED_PACKAGES += library/desktop/pango
 REQUIRED_PACKAGES += library/fftw-3
 REQUIRED_PACKAGES += library/glib2
-REQUIRED_PACKAGES += library/lcms
+REQUIRED_PACKAGES += library/lcms2
 REQUIRED_PACKAGES += library/libtool/libltdl
 REQUIRED_PACKAGES += library/libxml2
 REQUIRED_PACKAGES += library/zlib
@@ -146,6 +133,8 @@
 REQUIRED_PACKAGES += system/library/c++-runtime
 REQUIRED_PACKAGES += system/library/fontconfig
 REQUIRED_PACKAGES += system/library/freetype-2
+REQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
+REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
 REQUIRED_PACKAGES += system/library/math
 REQUIRED_PACKAGES += system/library/openmp
 REQUIRED_PACKAGES += x11/library/libx11
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/imagemagick/imagemagick.copyrights	Wed May 18 10:24:49 2016 -0700
@@ -0,0 +1,236 @@
+1. ImageMagick copyright:
+
+Copyright 1999-2016 ImageMagick Studio LLC, a non-profit organization dedicated
+to making software imaging solutions freely available.
+
+You may not use this file except in compliance with the License. You may obtain
+a copy of the License at
+
+  http://www.imagemagick.org/script/license.php
+
+Unless required by applicable law or agreed to in writing, software distributed
+under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations under the License.
+
+The full text of this license is availaible in the LICENSE file.
+
+* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+
+2. E. I. du Pont de Nemours and Company copyright (ImageMagick was originally
+   developed and distributed by E. I. du Pont de Nemours and Company):
+
+Copyright 1999 E. I. du Pont de Nemours and Company
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files ("ImageMagick"), to deal in
+ImageMagick without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of ImageMagick, and to permit persons to whom the ImageMagick is furnished to
+do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of ImageMagick.
+
+The software is provided "as is", without warranty of any kind, express or
+implied, including but not limited to the warranties of merchantability,
+fitness for a particular purpose and noninfringement.  In no event shall E. I.
+du Pont de Nemours and Company be liable for any claim, damages or other
+liability, whether in an action of contract, tort or otherwise, arising from,
+out of or in connection with ImageMagick or the use or other dealings in
+ImageMagick.
+
+Except as contained in this notice, the name of the E. I. du Pont de Nemours
+and Company shall not be used in advertising or otherwise to promote the sale,
+use or other dealings in ImageMagick without prior written authorization from
+the E. I. du Pont de Nemours and Company.
+
+* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+
+3. OpenSSH copyright (this copyright is limited to magick/utility.c/
+   Base64Decode() and Base64Encode(),incorporated from the OpenSSH package):
+
+Copyright (c) 2000 Markus Friedl.  All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification,
+are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation
+and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR \`\`AS IS\'\' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO
+EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+
+* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+
+4. Xfig copyright (this copyright is limited to the image patterns in
+   magick/nt-base.c, incorporated from the XFig package):
+
+| FIG : Facility for Interactive Generation of figures
+| Copyright (c) 1985-1988 by Supoj Sutanthavibul
+| Parts Copyright (c) 1989-2000 by Brian V. Smith
+| Parts Copyright (c) 1991 by Paul King
+
+Any party obtaining a copy of these files is granted, free of charge, a full
+and unrestricted irrevocable, world-wide, paid up, royalty-free, nonexclusive
+right and license to deal in this software and documentation files (the
+"Software"), including without limitation the rights to use, copy, modify,
+merge, publish, distribute, sublicense, and/or sell copies of the Software, and
+to permit persons who receive copies from any such party to do so, with the
+only requirement being that this copyright notice remain intact.
+
+* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+
+5. ezXML copyright (This copyright is limited to code for reading XML files in
+   magick/xml-tree.c, incorporated from the ezxml package):
+
+Copyright 2004-2006 Aaron Voisine <[email protected]>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+
+6. GraphicsMagick copyright (this copyright is limited to the Windows installer
+   and enhancements to the automake and autoconf configure scripts,
+   incorporated from the GraphicsMagick package):
+
+Copyright (C) 2002 - 2009 GraphicsMagick Group
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+
+7. Magick++ copyright (this copyright is limited to the Magick++ API in the
+   Magick++ folder):
+
+Copyright 1999 - 2002 Bob Friesenhahn <[email protected]>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+the source files and associated documentation files ("Magick++"), to deal in
+Magick++ without restriction, including without limitation of the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of Magick++, and to permit persons to whom the Magick++ is furnished to do so,
+subject to the following conditions:
+
+This copyright notice shall be included in all copies or substantial portions
+of Magick++. The copyright to Magick++ is retained by its author and shall not
+be subsumed or replaced by any other copyright.
+
+The software is provided "as is", without warranty of any kind, express or
+implied, including but not limited to the warranties of merchantability,fitness
+for a particular purpose and noninfringement. In no event shall Bob Friesenhahn
+be liable for any claim, damages or other liability, whether in an action of
+contract, tort or otherwise, arising from, out of or in connection with
+Magick++ or the use or other dealings in Magick++.
+
+* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+
+8. Thatcher Ulrich copyright (ImageMagick includes two fonts,
+   PerlMagick/t/ttf/input.ttf and PerlMagick/demo/Generic.ttf under this
+   copyright):
+
+  Copyright: 2004-2007, Thatcher Ulrich <[email protected]>
+
+  I have placed these fonts in the Public Domain. This is all 100% my own work.
+  Usage is totally unrestricted. If you want to make derivative works for any
+  purpose, please go ahead.
+
+* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+
+9. Gsview copyright (ImageMagick incorporated a small portion of code from the
+   gsview package to locate Ghostscript under Windows. This source code is
+   distributed under the following license):
+
+Copyright (C) 2000-2002, Ghostgum Software Pty Ltd. All rights reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this file ("Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish, distribute,
+sublicense, and/or sell copies of this Software, and to permit persons to whom
+this file is furnished to do so, subject to the following conditions:
+
+This Software is distributed with NO WARRANTY OF ANY KIND.  No author or
+distributor accepts any responsibility for the consequences of using it, or
+for whether it serves any particular purpose or works at all, unless he or she
+says so in writing.
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+
+10. Libsquish copyright (this copyright is limited to the compression used in
+    coder/dds.c, incorporated from the libsquish library):
+
+Copyright (c) 2006 Simon Brown                          [email protected]
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to  permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY  CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+
+11. Bootstrap copyright (ImageMagick utilizes CSS for its web pages under this
+    copyright):
+
+Bootstrap v3.3.5 (http://getbootstrap.com)
+Copyright 2011-2015 Twitter, Inc.
+Licensed under the MIT license
--- a/components/imagemagick/imagemagick.license	Wed May 18 10:04:03 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-    Copyright (C) 2002 ImageMagick Studio, a non-profit organization dedicated
-    to making software imaging solutions freely available.
-
-    Permission is hereby granted, free of charge, to any person obtaining a
-    copy of this software and associated documentation files ("ImageMagick"),
-    to deal in ImageMagick without restriction, including without limitation
-    the rights to use, copy, modify, merge, publish, distribute, sublicense,
-    and/or sell copies of ImageMagick, and to permit persons to whom the
-    ImageMagick is furnished to do so, subject to the following conditions:
-    
-    The above copyright notice and this permission notice shall be included in
-    all copies or substantial portions of ImageMagick.
-    
-    The software is provided "as is", without warranty of any kind, express or
-    implied, including but not limited to the warranties of merchantability,
-    fitness for a particular purpose and noninfringement.  In no event shall
-    ImageMagick Studio be liable for any claim, damages or other liability,
-    whether in an action of contract, tort or otherwise, arising from, out of
-    or in connection with ImageMagick or the use or other dealings in
-    ImageMagick.
-    
-    Except as contained in this notice, the name of the ImageMagick Studio
-    shall not be used in advertising or otherwise to promote the sale, use or
-    other dealings in ImageMagick without prior written authorization from the
-    ImageMagick Studio.
-    
-    ImageMagick is available as
-    
-      ftp://ftp.imagemagick.org/pub/ImageMagick/
-    
-    The official ImageMagick WWW page is
-    
-      http://www.imagemagick.org/
-
-YOU MUST OBSERVE ANY AUTHORS' CONDITIONS WITH RESPECT TO
-INDIVIDUAL COMPONENTS PROVIDED WITHIN THIS CODE.  SUPPORT
-FOR THE TECHNOLOGIES AND DOCUMENTATION IS NOT PROVIDED 
-BY SUN MICROSYSTEMS, INC.
-
-THE TECHNOLOGIES AND DOCUMENTATION ARE PROVIDED "AS IS" WITHOUT TECHNICAL 
-SUPPORT OR WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT 
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 
-PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
--- a/components/imagemagick/imagemagick.p5m	Wed May 18 10:04:03 2016 -0700
+++ b/components/imagemagick/imagemagick.p5m	Wed May 18 10:24:49 2016 -0700
@@ -54,136 +54,141 @@
 file path=usr/bin/mogrify
 file path=usr/bin/montage
 file path=usr/bin/stream
-file path=usr/include/ImageMagick-6/Magick++.h
-file path=usr/include/ImageMagick-6/Magick++/Blob.h
-file path=usr/include/ImageMagick-6/Magick++/CoderInfo.h
-file path=usr/include/ImageMagick-6/Magick++/Color.h
-file path=usr/include/ImageMagick-6/Magick++/Drawable.h
-file path=usr/include/ImageMagick-6/Magick++/Exception.h
-file path=usr/include/ImageMagick-6/Magick++/Geometry.h
-file path=usr/include/ImageMagick-6/Magick++/Image.h
-file path=usr/include/ImageMagick-6/Magick++/Include.h
-file path=usr/include/ImageMagick-6/Magick++/Montage.h
-file path=usr/include/ImageMagick-6/Magick++/Pixels.h
-file path=usr/include/ImageMagick-6/Magick++/STL.h
-file path=usr/include/ImageMagick-6/Magick++/TypeMetric.h
-file path=usr/include/ImageMagick-6/magick/ImageMagick.h
-file path=usr/include/ImageMagick-6/magick/MagickCore.h
-file path=usr/include/ImageMagick-6/magick/PreRvIcccm.h
-file path=usr/include/ImageMagick-6/magick/accelerate.h
-file path=usr/include/ImageMagick-6/magick/animate.h
-file path=usr/include/ImageMagick-6/magick/annotate.h
-file path=usr/include/ImageMagick-6/magick/api.h
-file path=usr/include/ImageMagick-6/magick/artifact.h
-file path=usr/include/ImageMagick-6/magick/attribute.h
-file path=usr/include/ImageMagick-6/magick/blob.h
-file path=usr/include/ImageMagick-6/magick/cache-view.h
-file path=usr/include/ImageMagick-6/magick/cache.h
-file path=usr/include/ImageMagick-6/magick/channel.h
-file path=usr/include/ImageMagick-6/magick/cipher.h
-file path=usr/include/ImageMagick-6/magick/client.h
-file path=usr/include/ImageMagick-6/magick/coder.h
-file path=usr/include/ImageMagick-6/magick/color.h
-file path=usr/include/ImageMagick-6/magick/colormap.h
-file path=usr/include/ImageMagick-6/magick/colorspace.h
-file path=usr/include/ImageMagick-6/magick/compare.h
-file path=usr/include/ImageMagick-6/magick/composite.h
-file path=usr/include/ImageMagick-6/magick/compress.h
-file path=usr/include/ImageMagick-6/magick/configure.h
-file path=usr/include/ImageMagick-6/magick/constitute.h
-file path=usr/include/ImageMagick-6/magick/decorate.h
-file path=usr/include/ImageMagick-6/magick/delegate.h
-file path=usr/include/ImageMagick-6/magick/deprecate.h
-file path=usr/include/ImageMagick-6/magick/display.h
-file path=usr/include/ImageMagick-6/magick/distort.h
-file path=usr/include/ImageMagick-6/magick/distribute-cache.h
-file path=usr/include/ImageMagick-6/magick/draw.h
-file path=usr/include/ImageMagick-6/magick/effect.h
-file path=usr/include/ImageMagick-6/magick/enhance.h
-file path=usr/include/ImageMagick-6/magick/exception.h
-file path=usr/include/ImageMagick-6/magick/feature.h
-file path=usr/include/ImageMagick-6/magick/fourier.h
-file path=usr/include/ImageMagick-6/magick/fx.h
-file path=usr/include/ImageMagick-6/magick/gem.h
-file path=usr/include/ImageMagick-6/magick/geometry.h
-file path=usr/include/ImageMagick-6/magick/hashmap.h
-file path=usr/include/ImageMagick-6/magick/histogram.h
-file path=usr/include/ImageMagick-6/magick/identify.h
-file path=usr/include/ImageMagick-6/magick/image-view.h
-file path=usr/include/ImageMagick-6/magick/image.h
-file path=usr/include/ImageMagick-6/magick/layer.h
-file path=usr/include/ImageMagick-6/magick/list.h
-file path=usr/include/ImageMagick-6/magick/locale_.h
-file path=usr/include/ImageMagick-6/magick/log.h
-file path=usr/include/ImageMagick-6/magick/magic.h
-file path=usr/include/ImageMagick-6/magick/magick-baseconfig.h
-file path=usr/include/ImageMagick-6/magick/magick-config.h
-file path=usr/include/ImageMagick-6/magick/magick-type.h
-file path=usr/include/ImageMagick-6/magick/magick.h
-file path=usr/include/ImageMagick-6/magick/matrix.h
-file path=usr/include/ImageMagick-6/magick/memory_.h
-file path=usr/include/ImageMagick-6/magick/method-attribute.h
-file path=usr/include/ImageMagick-6/magick/methods.h
-file path=usr/include/ImageMagick-6/magick/mime.h
-file path=usr/include/ImageMagick-6/magick/module.h
-file path=usr/include/ImageMagick-6/magick/monitor.h
-file path=usr/include/ImageMagick-6/magick/montage.h
-file path=usr/include/ImageMagick-6/magick/morphology.h
-file path=usr/include/ImageMagick-6/magick/option.h
-file path=usr/include/ImageMagick-6/magick/paint.h
-file path=usr/include/ImageMagick-6/magick/pixel-accessor.h
-file path=usr/include/ImageMagick-6/magick/pixel.h
-file path=usr/include/ImageMagick-6/magick/policy.h
-file path=usr/include/ImageMagick-6/magick/prepress.h
-file path=usr/include/ImageMagick-6/magick/profile.h
-file path=usr/include/ImageMagick-6/magick/property.h
-file path=usr/include/ImageMagick-6/magick/quantize.h
-file path=usr/include/ImageMagick-6/magick/quantum.h
-file path=usr/include/ImageMagick-6/magick/random_.h
-file path=usr/include/ImageMagick-6/magick/registry.h
-file path=usr/include/ImageMagick-6/magick/resample.h
-file path=usr/include/ImageMagick-6/magick/resize.h
-file path=usr/include/ImageMagick-6/magick/resource_.h
-file path=usr/include/ImageMagick-6/magick/segment.h
-file path=usr/include/ImageMagick-6/magick/semaphore.h
-file path=usr/include/ImageMagick-6/magick/shear.h
-file path=usr/include/ImageMagick-6/magick/signature.h
-file path=usr/include/ImageMagick-6/magick/splay-tree.h
-file path=usr/include/ImageMagick-6/magick/statistic.h
-file path=usr/include/ImageMagick-6/magick/stream.h
-file path=usr/include/ImageMagick-6/magick/string_.h
-file path=usr/include/ImageMagick-6/magick/threshold.h
-file path=usr/include/ImageMagick-6/magick/timer.h
-file path=usr/include/ImageMagick-6/magick/token.h
-file path=usr/include/ImageMagick-6/magick/transform.h
-file path=usr/include/ImageMagick-6/magick/type.h
-file path=usr/include/ImageMagick-6/magick/utility.h
-file path=usr/include/ImageMagick-6/magick/version.h
-file path=usr/include/ImageMagick-6/magick/widget.h
-file path=usr/include/ImageMagick-6/magick/xml-tree.h
-file path=usr/include/ImageMagick-6/magick/xwindow.h
-file path=usr/include/ImageMagick-6/wand/MagickWand.h
-file path=usr/include/ImageMagick-6/wand/animate.h
-file path=usr/include/ImageMagick-6/wand/compare.h
-file path=usr/include/ImageMagick-6/wand/composite.h
-file path=usr/include/ImageMagick-6/wand/conjure.h
-file path=usr/include/ImageMagick-6/wand/convert.h
-file path=usr/include/ImageMagick-6/wand/deprecate.h
-file path=usr/include/ImageMagick-6/wand/display.h
-file path=usr/include/ImageMagick-6/wand/drawing-wand.h
-file path=usr/include/ImageMagick-6/wand/identify.h
-file path=usr/include/ImageMagick-6/wand/import.h
-file path=usr/include/ImageMagick-6/wand/magick-image.h
-file path=usr/include/ImageMagick-6/wand/magick-property.h
-file path=usr/include/ImageMagick-6/wand/magick-wand.h
-file path=usr/include/ImageMagick-6/wand/magick_wand.h
-file path=usr/include/ImageMagick-6/wand/method-attribute.h
-file path=usr/include/ImageMagick-6/wand/mogrify.h
-file path=usr/include/ImageMagick-6/wand/montage.h
-file path=usr/include/ImageMagick-6/wand/pixel-iterator.h
-file path=usr/include/ImageMagick-6/wand/pixel-wand.h
-file path=usr/include/ImageMagick-6/wand/stream.h
-file path=usr/include/ImageMagick-6/wand/wand-view.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/Magick++.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/Magick++/Blob.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/Magick++/ChannelMoments.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/Magick++/CoderInfo.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/Magick++/Color.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/Magick++/Drawable.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/Magick++/Exception.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/Magick++/Functions.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/Magick++/Geometry.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/Magick++/Image.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/Magick++/Include.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/Magick++/Montage.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/Magick++/Pixels.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/Magick++/ResourceLimits.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/Magick++/STL.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/Magick++/TypeMetric.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/ImageMagick.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/MagickCore.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/accelerate.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/animate.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/annotate.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/api.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/artifact.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/attribute.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/blob.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/cache-view.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/cache.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/channel.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/cipher.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/client.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/coder.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/color.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/colormap.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/colorspace.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/compare.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/composite.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/compress.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/configure.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/constitute.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/decorate.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/delegate.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/deprecate.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/display.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/distort.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/distribute-cache.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/draw.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/effect.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/enhance.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/exception.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/feature.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/fourier.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/fx.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/gem.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/geometry.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/hashmap.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/histogram.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/identify.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/image-view.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/image.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/layer.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/list.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/locale_.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/log.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/magic.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/magick-baseconfig.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/magick-config.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/magick-type.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/magick.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/matrix.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/memory_.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/method-attribute.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/methods.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/mime.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/module.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/monitor.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/montage.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/morphology.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/opencl.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/option.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/paint.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/pixel-accessor.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/pixel.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/policy.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/prepress.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/profile.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/property.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/quantize.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/quantum.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/random_.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/registry.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/resample.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/resize.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/resource_.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/segment.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/semaphore.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/shear.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/signature.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/splay-tree.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/statistic.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/stream.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/string_.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/studio.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/threshold.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/timer.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/token.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/transform.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/type.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/utility.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/version.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/vision.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/widget.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/xml-tree.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magick/xwindow.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/wand/MagickWand.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/wand/animate.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/wand/compare.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/wand/composite.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/wand/conjure.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/wand/convert.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/wand/deprecate.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/wand/display.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/wand/drawing-wand.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/wand/identify.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/wand/import.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/wand/magick-image.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/wand/magick-property.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/wand/magick-wand.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/wand/magick_wand.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/wand/method-attribute.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/wand/mogrify.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/wand/montage.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/wand/pixel-iterator.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/wand/pixel-wand.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/wand/stream.h
+file path=usr/include/ImageMagick-$(COMPONENT_MAJOR_VERSION)/wand/wand-view.h
 file ImageMagick-$(COMPONENT_VERSION)/config/colors.xml \
     path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/colors.xml
 file build/$(MACH64)/config/configure.xml \
@@ -314,20 +319,20 @@
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/yuv.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/filters/analyze.so
 link path=usr/lib/$(MACH64)/libMagick++-6.Q16.so \
-    target=libMagick++-6.Q16.so.1.0.0
-link path=usr/lib/$(MACH64)/libMagick++-6.Q16.so.1 \
-    target=libMagick++-6.Q16.so.1.0.0
-file path=usr/lib/$(MACH64)/libMagick++-6.Q16.so.1.0.0
+    target=libMagick++-6.Q16.so.6.0.0
+link path=usr/lib/$(MACH64)/libMagick++-6.Q16.so.6 \
+    target=libMagick++-6.Q16.so.6.0.0
+file path=usr/lib/$(MACH64)/libMagick++-6.Q16.so.6.0.0
 link path=usr/lib/$(MACH64)/libMagickCore-6.Q16.so \
-    target=libMagickCore-6.Q16.so.1.0.0
-link path=usr/lib/$(MACH64)/libMagickCore-6.Q16.so.1 \
-    target=libMagickCore-6.Q16.so.1.0.0
-file path=usr/lib/$(MACH64)/libMagickCore-6.Q16.so.1.0.0
+    target=libMagickCore-6.Q16.so.2.0.0
+link path=usr/lib/$(MACH64)/libMagickCore-6.Q16.so.2 \
+    target=libMagickCore-6.Q16.so.2.0.0
+file path=usr/lib/$(MACH64)/libMagickCore-6.Q16.so.2.0.0
 link path=usr/lib/$(MACH64)/libMagickWand-6.Q16.so \
-    target=libMagickWand-6.Q16.so.1.0.0
-link path=usr/lib/$(MACH64)/libMagickWand-6.Q16.so.1 \
-    target=libMagickWand-6.Q16.so.1.0.0
-file path=usr/lib/$(MACH64)/libMagickWand-6.Q16.so.1.0.0
+    target=libMagickWand-6.Q16.so.2.0.0
+link path=usr/lib/$(MACH64)/libMagickWand-6.Q16.so.2 \
+    target=libMagickWand-6.Q16.so.2.0.0
+file path=usr/lib/$(MACH64)/libMagickWand-6.Q16.so.2.0.0
 file path=usr/lib/$(MACH64)/pkgconfig/ImageMagick++-6.Q16.pc
 file path=usr/lib/$(MACH64)/pkgconfig/ImageMagick++.pc
 file path=usr/lib/$(MACH64)/pkgconfig/ImageMagick-6.Q16.pc
@@ -340,7 +345,7 @@
 file path=usr/lib/$(MACH64)/pkgconfig/MagickWand.pc
 file path=usr/lib/$(MACH64)/pkgconfig/Wand-6.Q16.pc
 file path=usr/lib/$(MACH64)/pkgconfig/Wand.pc
-file usr/etc/ImageMagick/coder.xml \
+file usr/etc/ImageMagick-6/coder.xml \
     path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/coder.xml
 file ImageMagick-$(COMPONENT_VERSION)/config/colors.xml \
     path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/colors.xml
@@ -352,17 +357,17 @@
     path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/english.xml
 file ImageMagick-$(COMPONENT_VERSION)/config/locale.xml \
     path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/locale.xml
-file usr/etc/ImageMagick/log.xml \
+file usr/etc/ImageMagick-6/log.xml \
     path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/log.xml
-file usr/etc/ImageMagick/magic.xml \
+file usr/etc/ImageMagick-6/magic.xml \
     path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/magic.xml
-file usr/etc/ImageMagick/mime.xml \
+file usr/etc/ImageMagick-6/mime.xml \
     path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/mime.xml
-file usr/etc/ImageMagick/policy.xml \
+file usr/etc/ImageMagick-6/policy.xml \
     path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/pilocy.xml
-file usr/etc/ImageMagick/quantization-table.xml \
+file usr/etc/ImageMagick-6/quantization-table.xml \
     path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/quantization-table.xml
-file usr/etc/ImageMagick/thresholds.xml \
+file usr/etc/ImageMagick-6/thresholds.xml \
     path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/thresholds.xml
 file build/$(MACH32)/config/type-dejavu.xml \
     path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/type-dejavu.xml
@@ -482,15 +487,15 @@
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/ycbcr.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/yuv.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/filters/analyze.so
-link path=usr/lib/libMagick++-6.Q16.so target=libMagick++-6.Q16.so.1.0.0
-link path=usr/lib/libMagick++-6.Q16.so.1 target=libMagick++-6.Q16.so.1.0.0
-file path=usr/lib/libMagick++-6.Q16.so.1.0.0
-link path=usr/lib/libMagickCore-6.Q16.so target=libMagickCore-6.Q16.so.1.0.0
-link path=usr/lib/libMagickCore-6.Q16.so.1 target=libMagickCore-6.Q16.so.1.0.0
-file path=usr/lib/libMagickCore-6.Q16.so.1.0.0
-link path=usr/lib/libMagickWand-6.Q16.so target=libMagickWand-6.Q16.so.1.0.0
-link path=usr/lib/libMagickWand-6.Q16.so.1 target=libMagickWand-6.Q16.so.1.0.0
-file path=usr/lib/libMagickWand-6.Q16.so.1.0.0
+link path=usr/lib/libMagick++-6.Q16.so target=libMagick++-6.Q16.so.6.0.0
+link path=usr/lib/libMagick++-6.Q16.so.6 target=libMagick++-6.Q16.so.6.0.0
+file path=usr/lib/libMagick++-6.Q16.so.6.0.0
+link path=usr/lib/libMagickCore-6.Q16.so target=libMagickCore-6.Q16.so.2.0.0
+link path=usr/lib/libMagickCore-6.Q16.so.2 target=libMagickCore-6.Q16.so.2.0.0
+file path=usr/lib/libMagickCore-6.Q16.so.2.0.0
+link path=usr/lib/libMagickWand-6.Q16.so target=libMagickWand-6.Q16.so.2.0.0
+link path=usr/lib/libMagickWand-6.Q16.so.2 target=libMagickWand-6.Q16.so.2.0.0
+file path=usr/lib/libMagickWand-6.Q16.so.2.0.0
 file path=usr/lib/pkgconfig/ImageMagick++-6.Q16.pc
 file path=usr/lib/pkgconfig/ImageMagick++.pc
 file path=usr/lib/pkgconfig/ImageMagick-6.Q16.pc
@@ -540,1011 +545,1019 @@
     path=usr/share/ImageMagick-$(COMPONENT_VERSION)/config/mime.xml
 file ImageMagick-$(COMPONENT_VERSION)/config/thresholds.xml \
     path=usr/share/ImageMagick-$(COMPONENT_VERSION)/config/thresholds.xml
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/ImageMagick.ico
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/affine.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/arc.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/background.jpg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/black.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/bluebells_clipped.jpg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/bluebells_darker.jpg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/bluebells_lin.jpg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/bluebells_log.jpg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/button.gif
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/configure.jpg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/cylinder_shaded.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/definitive-guide.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/difference.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/donate.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/examples.jpg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/frame.jpg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/fuzzy-magick.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/gaussian-blur.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/granite.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/imade_art2.jpg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/label.gif
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/logo-sm-flop.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/logo-sm-fx.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/logo-sm.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/logo.jpg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/logo.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/montage.jpg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/navy.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/networkredux.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/bricks.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/checkerboard.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/circles.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/crosshatch.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/crosshatch30.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/crosshatch45.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/fishscales.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray0.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray10.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray100.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray15.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray20.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray25.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray30.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray35.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray40.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray45.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray5.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray50.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray55.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray60.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray65.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray70.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray75.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray80.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray85.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray90.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/gray95.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/hexagons.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/horizontal.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/horizontal2.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/horizontal3.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/horizontalsaw.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/hs_bdiagonal.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/hs_cross.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/hs_diagcross.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/hs_fdiagonal.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/hs_horizontal.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/hs_vertical.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/left30.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/left45.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/leftshingle.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/octagons.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/right30.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/right45.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/rightshingle.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/smallfishscales.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/vertical.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/vertical2.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/vertical3.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/verticalbricks.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/verticalleftshingle.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/verticalrightshingle.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/patterns/verticalsaw.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/piechart.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/project-support.jpg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/radial-gradient.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/reconstruct.jpg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/red-ball.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/red-circle.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/right.gif
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/rose-over.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/rose-sigmoidal.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/rose.jpg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/rose.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/rose.pnm
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/script.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/smile.gif
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/sponsor.jpg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/sprite.jpg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/t-shirt.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/tricks.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/wand.ico
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/wand.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/white-highlight.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/wizard.jpg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/images/wizard.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/index.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/ImageMagickObject.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Blob.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Cache.fig
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Cache.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Cache.svg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/ChangeLog.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/CoderInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Color.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Documentation.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Drawable.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Drawable_example_1.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Enumerations.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Exception.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/FormatCharacters.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Future.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Geometry.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Image.fig
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Image.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Image.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/ImageDesign.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/ImageMagick.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Install.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Magick++.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Montage.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/NEWS.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/PixelPacket.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/Pixels.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/README.txt
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/STL.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/TypeMetric.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/index.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/magick.css
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/montage-sample-framed.jpg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/right_triangle.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/thumbnail-anatomy-framed.fig
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/thumbnail-anatomy-framed.jpg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/thumbnail-anatomy-plain.fig
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/thumbnail-anatomy-plain.jpg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/thumbnail-sample-framed.jpg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/Magick++/thumbnail-sample-plain.jpg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/advanced-unix-installation.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/advanced-windows-installation.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/animate.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ImageMagick_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ImageMagick_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/MagickCore_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/MagickCore_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/PreRvIcccm_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/PreRvIcccm_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/PreRvIcccm_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/animate-private_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/animate-private_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/animate_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/animate_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/animate_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/annotate_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/annotate_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/annotate_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/annotated.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/api_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/api_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/artifact_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/artifact_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/artifact_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/blob-private_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/blob-private_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/blob_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/blob_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/blob_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/cache-private_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/cache-private_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/cache-view_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/cache-view_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/cache-view_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/cache_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/cache_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/cache_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/classes.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/client_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/client_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/client_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/coder_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/coder_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/coder_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/color-private_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/color-private_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/color_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/color_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/color_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/colorspace-private_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/colorspace-private_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/colorspace_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/colorspace_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/colorspace_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/compare_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/compare_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/compare_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/composite-private_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/composite-private_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/composite_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/composite_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/composite_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/compress_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/compress_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/compress_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/configure_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/configure_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/configure_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/constitute_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/constitute_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/constitute_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/decorate_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/decorate_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/decorate_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/delegate_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/delegate_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/delegate_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/deprecate_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/deprecate_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/deprecate_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/dir_b44b349db36f8365f5234e57d3038770.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/dirs.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/display-private_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/display-private_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/display_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/display_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/display_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/distort_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/distort_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/distort_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/doxygen.css
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/doxygen.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/draw-private_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/draw-private_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/draw_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/draw_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/draw_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/effect_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/effect_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/effect_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/enhance_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/enhance_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/enhance_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/exception-private_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/exception-private_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/exception_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/exception_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/exception_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/files.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ftv2blank.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ftv2doc.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ftv2folderclosed.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ftv2folderopen.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ftv2lastnode.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ftv2link.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ftv2mlastnode.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ftv2mnode.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ftv2node.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ftv2plastnode.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ftv2pnode.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/ftv2vertline.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x61.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x62.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x63.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x64.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x65.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x66.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x67.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x68.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x69.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x6b.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x6c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x6d.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x6e.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x6f.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x70.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x71.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x72.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x73.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x74.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x75.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x76.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x77.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x78.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x79.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_0x7a.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_func.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x61.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x62.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x63.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x64.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x65.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x66.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x67.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x68.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x69.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x6b.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x6c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x6d.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x6e.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x6f.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x70.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x71.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x72.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x73.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x74.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x75.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x76.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x77.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x78.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x79.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/functions_vars_0x7a.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/fx-private_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/fx-private_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/fx_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/fx_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/fx_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/gem_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/gem_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/gem_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/geometry_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/geometry_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/geometry_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x61.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x62.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x63.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x64.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x65.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x66.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x67.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x68.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x69.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x6a.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x6b.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x6c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x6d.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x6e.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x6f.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x70.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x71.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x72.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x73.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x74.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x75.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x76.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x77.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x78.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x79.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_0x7a.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x61.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x62.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x63.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x64.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x65.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x66.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x67.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x68.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x69.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x6b.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x6c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x6d.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x6e.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x6f.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x70.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x71.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x72.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x73.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x74.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x75.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x76.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x77.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x78.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_defs_0x79.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_enum.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x62.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x63.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x64.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x65.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x66.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x67.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x68.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x69.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x6a.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x6b.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x6c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x6d.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x6e.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x6f.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x70.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x71.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x72.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x73.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x74.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x75.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x76.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x77.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x78.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x79.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_eval_0x7a.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x62.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x63.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x64.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x65.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x66.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x67.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x68.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x69.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x6a.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x6b.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x6c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x6d.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x6e.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x6f.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x70.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x71.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x72.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x73.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x74.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x75.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x76.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x77.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x78.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x79.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_func_0x7a.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_type.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/globals_vars.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/hashmap_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/hashmap_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/hashmap_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/identify_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/identify_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/identify_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/image-private_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/image-private_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/image_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/image_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/image_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/index.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/layer_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/layer_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/layer_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/list_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/list_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/list_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/locale_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/locale___8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/locale___8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/log_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/log_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/log_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/mac_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/mac_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/mac_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/magic_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/magic_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/magic_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/magick-config_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/magick-config_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/magick-type_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/magick-type_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/magick_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/magick_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/magick_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/main.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/matrix_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/matrix_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/matrix_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/memory_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/memory___8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/memory___8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/methods_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/methods_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/mime-private_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/mime-private_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/mime_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/mime_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/mime_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/module_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/module_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/module_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/monitor_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/monitor_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/monitor_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/montage_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/montage_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/montage_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/nt-base_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/nt-base_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/nt-base_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/nt-feature_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/nt-feature_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/nt-feature_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/option_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/option_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/option_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/paint_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/paint_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/paint_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/pixel-private_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/pixel-private_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/pixel_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/pixel_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/pixel_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/prepress_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/prepress_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/prepress_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/profile_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/profile_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/profile_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/property_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/property_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/property_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/quantize_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/quantize_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/quantize_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/quantum-private_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/quantum-private_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/quantum_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/quantum_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/quantum_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/random_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/random___8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/random___8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/registry_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/registry_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/registry_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/resample_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/resample_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/resample_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/resize-private_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/resize-private_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/resize_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/resize_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/resize_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/resource_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/resource___8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/resource___8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/segment_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/segment_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/segment_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/semaphore_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/semaphore_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/semaphore_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/shear_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/shear_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/shear_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/signature_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/signature_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/signature_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/splay-tree_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/splay-tree_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/splay-tree_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/static_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/static_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/static_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/statistic_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/statistic_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/statistic_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/stream-private_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/stream-private_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/stream_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/stream_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/stream_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/string_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/string___8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/string___8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/structHuffmanTable.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/structSemaphoreInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__AffineMatrix.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__Ascii85Info.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__BlobInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__CacheInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__CacheMethods.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__CacheView.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ChannelStatistics.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ChromaticityInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__Cluster.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__CoderInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ColorInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ColorPacket.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ConfigureInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ContributionInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__CubeInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__DIR.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__DataSegmentInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__DelegateInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__DiversityPacket.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__DoublePixelPacket.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__DrawInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__EdgeInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ElementInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ElementReference.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__EntryInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ErrorInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__EventInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ExceptionInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ExtentPacket.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__FrameInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__FxInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__GeometryInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__GhostscriptVectors.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__GradientInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__HandlerInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__HashmapInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__Image.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ImageAttribute.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ImageInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__IntervalTree.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__LinkedListInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__LocaleInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__LogInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__LongPixelPacket.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__MagicInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__MagickInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__MagickPixelPacket.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__MedianListNode.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__MedianPixelList.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__MedianSkipList.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__MemoryInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__MimeInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ModuleInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__MontageInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__NTMEMORYSTATUSEX.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__NexusInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__NodeInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__Nodes.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__OptionInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__PathInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__PixelPacket.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__PointInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__PolygonInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__PrimaryInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__PrimitiveInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ProfileInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__QuantizeInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__QuantumInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__QuantumState.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__RandomInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__RealPixelPacket.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__RectangleInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__RegistryInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ResampleFilter.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ResizeFilter.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ResourceInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__SegmentInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__SignatureInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__SplayTreeInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__StopInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__StreamInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__StringInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ThresholdMap.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__Timer.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__TimerInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__TokenInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__TypeInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__TypeMetric.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ViewInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__XImportInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__XMLTreeInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__XMLTreeRoot.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__XWidgetInfo.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ZeroCrossing.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__dirdesc.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/struct__ile3.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/structdirent.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/studio_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/studio_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/tab_b.gif
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/tab_l.gif
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/tab_r.gif
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/tabs.css
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/threshold_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/threshold_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/threshold_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/timer_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/timer_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/timer_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/token_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/token_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/token_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/transform_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/transform_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/transform_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/tree.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/type_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/type_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/type_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/utility_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/utility_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/utility_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/version_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/version_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/version_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/vms_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/vms_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/vms_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/widget_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/widget_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/widget_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/xml-tree_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/xml-tree_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/xml-tree_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/xwindow-private_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/xwindow-private_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/xwindow_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/xwindow_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickCore/xwindow_8h.html
-dir  path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/MagickWand_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/MagickWand_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/animate_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/animate_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/animate_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/annotated.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/classes.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/compare_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/compare_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/compare_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/composite_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/composite_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/composite_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/conjure_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/conjure_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/conjure_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/convert_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/convert_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/convert_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/deprecate_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/deprecate_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/deprecate_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/dir_101f7ac0a894e32543a314e85b2e1524.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/dirs.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/display_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/display_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/display_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/doxygen.css
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/doxygen.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/drawing-wand_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/drawing-wand_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/drawing-wand_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/drawtest_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/files.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/ftv2blank.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/ftv2doc.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/ftv2folderclosed.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/ftv2folderopen.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/ftv2lastnode.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/ftv2link.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/ftv2mlastnode.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/ftv2mnode.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/ftv2node.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/ftv2plastnode.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/ftv2pnode.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/ftv2vertline.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/functions.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/functions_vars.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x61.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x62.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x63.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x64.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x65.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x67.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x69.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x6d.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x6e.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x6f.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x70.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x71.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x72.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x73.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x74.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x75.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x77.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_0x78.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_defs.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_enum.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_eval.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_func.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_func_0x63.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_func_0x64.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_func_0x67.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_func_0x69.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_func_0x6d.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_func_0x6e.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_func_0x70.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_func_0x72.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_func_0x73.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_type.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/globals_vars.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/identify_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/identify_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/identify_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/import_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/import_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/import_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/index.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick-image_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick-image_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick-image_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick-property_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick-property_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick-property_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick-wand-private_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick-wand-private_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick-wand_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick-wand_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick-wand_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick__wand_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/magick__wand_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/main.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/mogrify-private_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/mogrify-private_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/mogrify_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/mogrify_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/mogrify_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/montage_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/montage_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/montage_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/pixel-iterator_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/pixel-iterator_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/pixel-iterator_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/pixel-wand-private_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/pixel-wand-private_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/pixel-wand_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/pixel-wand_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/pixel-wand_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/stream_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/stream_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/stream_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/struct__CompositeOptions.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/struct__DrawVTable.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/struct__DrawingWand.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/struct__MagickWand.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/struct__PixelIterator.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/struct__PixelWand.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/studio_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/studio_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/tab_b.gif
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/tab_l.gif
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/tab_r.gif
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/tabs.css
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/tree.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/wand_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/wand_8h-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/wand_8h.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/MagickWand/wandtest_8c.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/animate.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/annotate.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/attribute.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/blob.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/cache-view.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/cache.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/channel.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/cipher.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/color.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/colormap.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/colorspace.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/compare.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/composite.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/constitute.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/decorate.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/deprecate.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/display.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/distort.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/draw.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/drawing-wand.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/effect.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/enhance.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/exception.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/feature.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/fourier.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/fx.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/histogram.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/image-view.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/image.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/layer.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/list.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/magick++-classes.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/magick-deprecate.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/magick-image.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/magick-property.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/magick-wand.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/magick.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/memory.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/module.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/mogrify.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/monitor.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/montage.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/morphology.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/paint.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/pixel-iterator.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/pixel-view.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/pixel-wand.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/profile.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/property.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/quantize.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/registry.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/resize.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/resource.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/segment.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/shear.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/signature.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/statistic.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/stream.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/transform.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/version.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/api/wand-view.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/architecture.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/binary-releases.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/changelog.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/channel.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/cipher.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/color-management.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/color.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/command-line-options.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/command-line-processing.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/command-line-tools.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/compare.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/compose.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/composite.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/conjure.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/contact.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/convert.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/display.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/distribute-pixel-cache.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/download.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/escape.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/examples.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/exception.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/export.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/favicon.ico
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/formats.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/fx.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/high-dynamic-range.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/history.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/identify.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/import.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/index.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/install-source.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/jp2.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/license.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/links.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/magick++.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/magick-core.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/magick-vector-graphics.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/magick-wand.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/magick.css
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/miff.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/mirrors.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/mogrify.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/montage.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/motion-picture.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/openmp.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/perl-magick.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/porting.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/quantize.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/resources.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/search.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/sitemap.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/analyze.c
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/coder.xml
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/colors.xml
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/configure.xml
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/contrast.c
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/core.c
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/delegates.xml
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/english.xml
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/examples.pl
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/francais.xml
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/incantation.msl
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/locale.xml
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/log.xml
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/magic.xml
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/mgk.c
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/mime.xml
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/piechart.mvg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/piechart.svg
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/policy.xml
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/thresholds.xml
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/type-ghostscript.xml
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/type-windows.xml
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/type.xml
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/source/wand.c
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/sponsors.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/stream.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/subversion.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/t-shirt.html
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/wand.png
-file path=usr/share/doc/ImageMagick-$(COMPONENT_VERSION)/www/webp.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/ImageMagick.ico
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/affine.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/annotate.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/arc.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/atop.gif
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/background.jpg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/black.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/bluebells_clipped.jpg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/bluebells_darker.jpg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/bluebells_lin.jpg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/bluebells_log.jpg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/button.gif
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/configure.jpg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/cylinder_shaded.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/difference.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/donate.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/examples.jpg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/frame.jpg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/fuzzy-magick.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/gaussian-blur.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/granite.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/imade_art2.jpg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/label.gif
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/litecoin.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/logo-sm-flop.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/logo-sm-fx.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/logo-sm.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/logo.jpg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/logo.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/montage.jpg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/navy.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/networkredux.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/objects.gif
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/objects.jpg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/objects.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/over.gif
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/bricks.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/checkerboard.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/circles.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/crosshatch.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/crosshatch30.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/crosshatch45.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/fishscales.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/gray0.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/gray10.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/gray100.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/gray15.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/gray20.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/gray25.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/gray30.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/gray35.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/gray40.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/gray45.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/gray5.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/gray50.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/gray55.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/gray60.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/gray65.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/gray70.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/gray75.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/gray80.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/gray85.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/gray90.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/gray95.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/hexagons.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/horizontal.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/horizontal2.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/horizontal3.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/horizontalsaw.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/hs_bdiagonal.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/hs_cross.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/hs_diagcross.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/hs_fdiagonal.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/hs_horizontal.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/hs_vertical.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/left30.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/left45.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/leftshingle.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/octagons.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/right30.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/right45.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/rightshingle.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/smallfishscales.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/vertical.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/vertical2.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/vertical3.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/verticalbricks.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/verticalleftshingle.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/verticalrightshingle.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/patterns/verticalsaw.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/piechart.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/radial-gradient.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/reconstruct.jpg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/red-ball.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/red-circle.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/right.gif
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/rose-over.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/rose-sigmoidal.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/rose.jpg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/rose.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/rose.pnm
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/script.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/smile.gif
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/sponsor.jpg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/sprite.jpg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/t-shirt.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/transloadit.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/wand.ico
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/wand.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/white-highlight.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/wizard.jpg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/images/wizard.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/index.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/ImageMagickObject.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/Blob.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/Cache.fig
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/Cache.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/Cache.svg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/ChangeLog.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/CoderInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/Color.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/Documentation.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/Drawable.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/Drawable_example_1.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/Enumerations.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/Exception.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/FormatCharacters.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/Future.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/Geometry.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/Image++.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/Image.fig
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/Image.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/Image.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/ImageDesign.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/ImageMagick.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/Install.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/Magick++.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/Montage.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/NEWS.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/PixelPacket.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/Pixels.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/README.txt
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/STL.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/TypeMetric.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/index.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/magick.css
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/montage-sample-framed.jpg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/right_triangle.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/thumbnail-anatomy-framed.fig
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/thumbnail-anatomy-framed.jpg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/thumbnail-anatomy-plain.fig
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/thumbnail-anatomy-plain.jpg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/thumbnail-sample-framed.jpg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/Magick++/thumbnail-sample-plain.jpg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/advanced-unix-installation.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/advanced-windows-installation.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/animate.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/Image++.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/ImageMagick_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/ImageMagick_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/MagickCore_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/MagickCore_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/PreRvIcccm_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/PreRvIcccm_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/PreRvIcccm_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/animate-private_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/animate-private_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/animate_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/animate_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/animate_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/annotate_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/annotate_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/annotate_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/annotated.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/api_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/api_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/artifact_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/artifact_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/artifact_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/blob-private_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/blob-private_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/blob_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/blob_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/blob_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/cache-private_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/cache-private_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/cache-view_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/cache-view_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/cache-view_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/cache_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/cache_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/cache_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/classes.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/client_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/client_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/client_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/coder_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/coder_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/coder_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/color-private_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/color-private_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/color_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/color_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/color_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/colorspace-private_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/colorspace-private_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/colorspace_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/colorspace_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/colorspace_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/compare_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/compare_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/compare_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/composite-private_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/composite-private_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/composite_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/composite_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/composite_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/compress_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/compress_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/compress_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/configure_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/configure_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/configure_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/constitute_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/constitute_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/constitute_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/decorate_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/decorate_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/decorate_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/delegate_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/delegate_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/delegate_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/deprecate_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/deprecate_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/deprecate_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/dir_b44b349db36f8365f5234e57d3038770.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/dirs.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/display-private_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/display-private_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/display_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/display_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/display_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/distort_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/distort_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/distort_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/doxygen.css
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/doxygen.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/draw-private_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/draw-private_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/draw_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/draw_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/draw_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/effect_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/effect_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/effect_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/enhance_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/enhance_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/enhance_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/exception-private_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/exception-private_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/exception_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/exception_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/exception_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/files.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/ftv2blank.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/ftv2doc.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/ftv2folderclosed.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/ftv2folderopen.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/ftv2lastnode.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/ftv2link.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/ftv2mlastnode.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/ftv2mnode.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/ftv2node.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/ftv2plastnode.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/ftv2pnode.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/ftv2vertline.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x61.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x62.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x63.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x64.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x65.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x66.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x67.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x68.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x69.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x6b.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x6c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x6d.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x6e.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x6f.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x70.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x71.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x72.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x73.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x74.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x75.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x76.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x77.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x78.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x79.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_0x7a.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_func.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x61.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x62.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x63.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x64.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x65.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x66.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x67.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x68.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x69.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x6b.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x6c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x6d.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x6e.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x6f.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x70.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x71.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x72.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x73.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x74.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x75.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x76.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x77.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x78.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x79.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/functions_vars_0x7a.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/fx-private_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/fx-private_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/fx_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/fx_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/fx_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/gem_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/gem_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/gem_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/geometry_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/geometry_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/geometry_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x61.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x62.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x63.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x64.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x65.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x66.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x67.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x68.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x69.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x6a.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x6b.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x6c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x6d.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x6e.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x6f.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x70.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x71.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x72.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x73.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x74.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x75.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x76.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x77.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x78.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x79.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_0x7a.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs_0x61.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs_0x62.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs_0x63.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs_0x64.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs_0x65.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs_0x66.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs_0x67.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs_0x68.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs_0x69.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs_0x6b.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs_0x6c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs_0x6d.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs_0x6e.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs_0x6f.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs_0x70.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs_0x71.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs_0x72.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs_0x73.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs_0x74.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs_0x75.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs_0x76.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs_0x77.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs_0x78.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_defs_0x79.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_enum.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x62.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x63.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x64.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x65.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x66.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x67.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x68.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x69.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x6a.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x6b.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x6c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x6d.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x6e.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x6f.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x70.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x71.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x72.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x73.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x74.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x75.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x76.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x77.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x78.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x79.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_eval_0x7a.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x62.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x63.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x64.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x65.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x66.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x67.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x68.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x69.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x6a.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x6b.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x6c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x6d.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x6e.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x6f.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x70.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x71.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x72.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x73.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x74.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x75.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x76.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x77.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x78.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x79.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_func_0x7a.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_type.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/globals_vars.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/hashmap_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/hashmap_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/hashmap_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/identify_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/identify_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/identify_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/image-private_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/image-private_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/image_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/image_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/image_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/index.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/layer_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/layer_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/layer_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/list_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/list_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/list_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/locale_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/locale___8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/locale___8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/log_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/log_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/log_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/mac_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/mac_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/mac_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/magic_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/magic_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/magic_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/magick-config_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/magick-config_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/magick-type_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/magick-type_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/magick_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/magick_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/magick_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/main.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/matrix_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/matrix_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/matrix_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/memory_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/memory___8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/memory___8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/methods_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/methods_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/mime-private_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/mime-private_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/mime_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/mime_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/mime_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/module_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/module_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/module_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/monitor_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/monitor_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/monitor_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/montage_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/montage_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/montage_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/nt-base_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/nt-base_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/nt-base_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/nt-feature_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/nt-feature_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/nt-feature_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/option_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/option_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/option_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/paint_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/paint_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/paint_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/pixel-private_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/pixel-private_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/pixel_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/pixel_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/pixel_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/prepress_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/prepress_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/prepress_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/profile_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/profile_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/profile_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/property_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/property_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/property_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/quantize_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/quantize_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/quantize_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/quantum-private_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/quantum-private_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/quantum_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/quantum_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/quantum_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/random_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/random___8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/random___8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/registry_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/registry_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/registry_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/resample_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/resample_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/resample_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/resize-private_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/resize-private_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/resize_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/resize_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/resize_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/resource_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/resource___8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/resource___8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/segment_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/segment_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/segment_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/semaphore_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/semaphore_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/semaphore_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/shear_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/shear_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/shear_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/signature_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/signature_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/signature_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/splay-tree_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/splay-tree_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/splay-tree_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/static_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/static_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/static_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/statistic_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/statistic_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/statistic_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/stream-private_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/stream-private_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/stream_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/stream_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/stream_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/string_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/string___8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/string___8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/structHuffmanTable.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/structSemaphoreInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__AffineMatrix.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__Ascii85Info.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__BlobInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__CacheInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__CacheMethods.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__CacheView.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__ChannelStatistics.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__ChromaticityInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__Cluster.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__CoderInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__ColorInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__ColorPacket.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__ConfigureInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__ContributionInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__CubeInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__DIR.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__DataSegmentInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__DelegateInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__DiversityPacket.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__DoublePixelPacket.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__DrawInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__EdgeInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__ElementInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__ElementReference.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__EntryInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__ErrorInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__EventInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__ExceptionInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__ExtentPacket.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__FrameInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__FxInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__GeometryInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__GhostscriptVectors.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__GradientInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__HandlerInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__HashmapInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__Image.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__ImageAttribute.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__ImageInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__IntervalTree.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__LinkedListInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__LocaleInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__LogInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__LongPixelPacket.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__MagicInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__MagickInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__MagickPixelPacket.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__MedianListNode.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__MedianPixelList.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__MedianSkipList.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__MemoryInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__MimeInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__ModuleInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__MontageInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__NTMEMORYSTATUSEX.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__NexusInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__NodeInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__Nodes.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__OptionInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__PathInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__PixelPacket.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__PointInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__PolygonInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__PrimaryInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__PrimitiveInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__ProfileInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__QuantizeInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__QuantumInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__QuantumState.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__RandomInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__RealPixelPacket.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__RectangleInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__RegistryInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__ResampleFilter.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__ResizeFilter.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__ResourceInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__SegmentInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__SignatureInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__SplayTreeInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__StopInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__StreamInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__StringInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__ThresholdMap.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__Timer.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__TimerInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__TokenInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__TypeInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__TypeMetric.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__ViewInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__XImportInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__XMLTreeInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__XMLTreeRoot.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__XWidgetInfo.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__ZeroCrossing.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__dirdesc.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/struct__ile3.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/structdirent.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/studio_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/studio_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/tab_b.gif
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/tab_l.gif
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/tab_r.gif
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/tabs.css
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/threshold_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/threshold_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/threshold_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/timer_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/timer_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/timer_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/token_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/token_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/token_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/transform_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/transform_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/transform_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/tree.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/type_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/type_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/type_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/utility_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/utility_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/utility_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/version_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/version_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/version_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/vms_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/vms_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/vms_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/widget_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/widget_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/widget_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/xml-tree_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/xml-tree_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/xml-tree_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/xwindow-private_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/xwindow-private_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/xwindow_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/xwindow_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickCore/xwindow_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/MagickWand_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/MagickWand_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/animate_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/animate_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/animate_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/annotated.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/classes.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/compare_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/compare_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/compare_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/composite_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/composite_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/composite_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/conjure_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/conjure_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/conjure_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/convert_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/convert_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/convert_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/deprecate_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/deprecate_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/deprecate_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/dir_101f7ac0a894e32543a314e85b2e1524.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/dirs.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/display_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/display_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/display_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/doxygen.css
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/doxygen.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/drawing-wand_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/drawing-wand_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/drawing-wand_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/drawtest_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/files.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/ftv2blank.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/ftv2doc.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/ftv2folderclosed.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/ftv2folderopen.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/ftv2lastnode.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/ftv2link.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/ftv2mlastnode.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/ftv2mnode.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/ftv2node.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/ftv2plastnode.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/ftv2pnode.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/ftv2vertline.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/functions.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/functions_vars.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_0x61.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_0x62.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_0x63.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_0x64.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_0x65.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_0x67.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_0x69.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_0x6d.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_0x6e.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_0x6f.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_0x70.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_0x71.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_0x72.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_0x73.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_0x74.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_0x75.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_0x77.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_0x78.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_defs.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_enum.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_eval.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_func.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_func_0x63.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_func_0x64.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_func_0x67.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_func_0x69.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_func_0x6d.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_func_0x6e.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_func_0x70.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_func_0x72.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_func_0x73.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_type.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/globals_vars.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/identify_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/identify_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/identify_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/import_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/import_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/import_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/index.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/magick-image_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/magick-image_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/magick-image_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/magick-property_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/magick-property_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/magick-property_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/magick-wand-private_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/magick-wand-private_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/magick-wand_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/magick-wand_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/magick-wand_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/magick__wand_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/magick__wand_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/main.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/mogrify-private_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/mogrify-private_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/mogrify_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/mogrify_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/mogrify_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/montage_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/montage_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/montage_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/pixel-iterator_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/pixel-iterator_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/pixel-iterator_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/pixel-wand-private_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/pixel-wand-private_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/pixel-wand_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/pixel-wand_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/pixel-wand_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/stream_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/stream_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/stream_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/struct__CompositeOptions.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/struct__DrawVTable.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/struct__DrawingWand.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/struct__MagickWand.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/struct__PixelIterator.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/struct__PixelWand.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/studio_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/studio_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/tab_b.gif
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/tab_l.gif
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/tab_r.gif
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/tabs.css
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/tree.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/wand_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/wand_8h-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/wand_8h.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/MagickWand/wandtest_8c.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/animate.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/annotate.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/attribute.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/blob.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/cache-view.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/cache.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/channel.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/cipher.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/color.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/colormap.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/colorspace.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/compare.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/composite.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/constitute.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/decorate.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/deprecate.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/display.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/distort.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/draw.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/drawing-wand.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/effect.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/enhance.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/exception.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/feature.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/fourier.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/fx.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/histogram.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/image-view.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/image.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/layer.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/list.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/magick++-classes.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/magick-deprecate.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/magick-image.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/magick-property.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/magick-wand.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/magick.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/memory.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/mime.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/module.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/mogrify.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/monitor.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/montage.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/morphology.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/paint.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/pixel-iterator.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/pixel-wand.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/profile.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/property.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/quantize.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/registry.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/resize.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/resource.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/segment.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/shear.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/signature.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/statistic.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/stream.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/transform.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/version.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/api/wand-view.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/architecture.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/binary-releases.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/changelog.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/cipher.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/color-management.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/color.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/command-line-options.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/command-line-processing.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/command-line-tools.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/compare.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/compose.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/composite.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/conjure.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/connected-components.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/contact.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/convert.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/css/README.txt
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/css/magick.css
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/display.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/distribute-pixel-cache.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/download.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/escape.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/examples.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/exception.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/export.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/favicon.ico
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/formats.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/fx.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/gradient.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/high-dynamic-range.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/history.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/identify.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/import.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/index.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/install-source.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/jp2.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/js/README.txt
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/js/magick.js
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/license.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/links.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/magick++.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/magick-core.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/magick-vector-graphics.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/magick-wand.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/miff.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/mogrify.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/montage.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/motion-picture.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/opencl.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/openmp.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/perl-magick.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/porting.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/quantize.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/resources.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/search.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/sitemap.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/source/analyze.c
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/source/coder.xml
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/source/colors.xml
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/source/configure.xml
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/source/contrast.c
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/source/core.c
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/source/delegates.xml
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/source/english.xml
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/source/examples.pl
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/source/francais.xml
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/source/incantation.msl
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/source/locale.xml
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/source/log.xml
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/source/magic.xml
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/source/mime.xml
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/source/piechart.mvg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/source/piechart.svg
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/source/policy.xml
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/source/thresholds.xml
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/source/type-ghostscript.xml
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/source/type-windows.xml
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/source/type.xml
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/source/wand.c
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/sponsors.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/stream.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/support.html
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/wand.png
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/www/webp.html
 file path=usr/share/man/man1/ImageMagick.1
 file path=usr/share/man/man1/Magick++-config.1
 file path=usr/share/man/man1/Magick-config.1
@@ -1568,4 +1581,9 @@
 legacy pkg=SUNWimagick \
     desc="ImageMagick - Image Manipulation Utilities and Libraries" \
     name="ImageMagick - Image Manipulation Utilities and Libraries"
-license imagemagick.license license="Apache 2.0 license"
+license LICENSE license="Apache 2.0 license"
+license imagemagick.copyrights license="ImageMagick copyrights"
+
+# The files are not the right types for pkgdepend to detect this, so we
+# need to specify manually.
+depend type=require fmri=$(PERL_PKG)
--- a/components/imagemagick/patches/16615558.patch	Wed May 18 10:04:03 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-The following link explains the issue in detail:
-http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23117
-
---------------------------------------------------------------------------------
---- ImageMagick-6.8.3/coders/url.c	Mon Dec 10 05:09:00 2012
-+++ ImageMagick-6.8.3/coders/url.c	Mon Apr 22 00:07:50 2013
-@@ -154,12 +154,9 @@
-     file=fdopen(unique_file,"wb");
-   if ((unique_file == -1) || (file == (FILE *) NULL))
-     {
--      read_info=DestroyImageInfo(read_info);
--      (void) CopyMagickString(image->filename,read_info->filename,
--        MaxTextExtent);
-       ThrowFileException(exception,FileOpenError,"UnableToCreateTemporaryFile",
--        image->filename);
--      image=DestroyImageList(image);
-+        read_info->filename);
-+      read_info=DestroyImageList(read_info);
-       return((Image *) NULL);
-     }
-   (void) CopyMagickString(filename,image_info->magick,MaxTextExtent);
--- a/components/imagemagick/patches/CVE-2014-1958.patch	Wed May 18 10:04:03 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-# This comes from upstream:
-# http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25128
-
---- ImageMagick-6.8.3/coders/psd.c	2013-01-23 15:50:19.000000000 -0800
-+++ ImageMagick-6.8.3/coders/psd.c	2014-03-03 07:53:58.415170102 -0800
-@@ -269,13 +269,15 @@
-   packets=(ssize_t) number_compact_pixels;
-   for (i=0; (packets > 1) && (i < (ssize_t) number_pixels); )
-   {
--    length=(*compact_pixels++);
-+    length=(size_t) (*compact_pixels++);
-     packets--;
-     if (length == 128)
-       continue;
-     if (length > 128)
-       {
-         length=256-length+1;
-+        if ((ssize_t) length + i > (ssize_t) number_pixels) 
-+          length=number_pixels-(size_t) i; 
-         pixel=(*compact_pixels++);
-         packets--;
-         for (j=0; j < (ssize_t) length; j++)
-@@ -322,6 +324,8 @@
-         continue;
-       }
-     length++;
-+    if ((ssize_t) length + i > (ssize_t) number_pixels) 
-+      length=number_pixels-(size_t) i; 
-     for (j=0; j < (ssize_t) length; j++)
-     {
-       switch (depth)
--- a/components/imagemagick/patches/CVE-2014-2030.patch	Wed May 18 10:04:03 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-# This comes from upstream:
-# http://trac.imagemagick.org/changeset/13736
-# linked from:
-# https://bugzilla.redhat.com/show_bug.cgi?id=1064098
-
---- ImagMagick-6.8.3/coders/psd.c	2014-03-03 07:57:25.334035665 -0800
-+++ ImagMagick-6.8.3/coders/psd.c	2014-03-03 08:02:05.371109695 -0800
-@@ -2107,9 +2107,6 @@
-   StringInfo
-     *bim_profile;
- 
--  unsigned char
--    layer_name[4];
--
-   /*
-     Open image file.
-   */
-@@ -2367,12 +2364,15 @@
-         property=(const char *) GetImageProperty(next_image,"label");
-         if (property == (const char *) NULL)
-           {
-+            char
-+              layer_name[MaxTextExtent];
-+
-             (void) WriteBlobMSBLong(image,16);
-             (void) WriteBlobMSBLong(image,0);
-             (void) WriteBlobMSBLong(image,0);
--            (void) FormatLocaleString((char *) layer_name,MaxTextExtent,
--              "L%06ld",(long) layer_count++);
--            WritePascalString( image, (char*)layer_name, 4 );
-+            (void) FormatLocaleString(layer_name,MaxTextExtent,"L%06ld",(long)
-+              layer_count++);
-+            WritePascalString(image,layer_name,4);
-           }
-         else
-           {
--- a/components/imagemagick/patches/la.patch	Wed May 18 10:04:03 2016 -0700
+++ b/components/imagemagick/patches/la.patch	Wed May 18 10:24:49 2016 -0700
@@ -4,9 +4,9 @@
 This patch comes from in-house.  It has not been submitted upstream; plans
 unclear.
 
---- ImageMagick-6.8.3/magick/module.c.~1~	2012-12-07 05:14:16.000000000 -0800
-+++ ImageMagick-6.8.3/magick/module.c	2015-02-10 20:31:54.595614457 -0800
-@@ -72,7 +72,7 @@
+--- ImageMagick-6.9.4/magick/module.c.~1~	2016-05-09 10:28:58.000000000 -0700
++++ ImageMagick-6.9.4/magick/module.c	2016-05-10 08:56:44.350751083 -0700
+@@ -74,7 +74,7 @@
    Define declarations.
  */
  #if defined(MAGICKCORE_LTDL_DELEGATE)
@@ -15,7 +15,7 @@
  #else
  #  if defined(_DEBUG)
  #    define ModuleGlobExpression "IM_MOD_DB_*.dll"
-@@ -1453,7 +1453,7 @@
+@@ -1480,7 +1480,7 @@
    (void) LogMagickEvent(TraceEvent,GetMagickModule(),"%s",tag);
    assert(name != (char *) NULL);
  #if defined(MAGICKCORE_LTDL_DELEGATE)
@@ -24,7 +24,7 @@
    (void) LocaleLower(name);
  #else
  #if defined(MAGICKCORE_WINDOWS_SUPPORT)
-@@ -1504,7 +1504,7 @@
+@@ -1531,7 +1531,7 @@
  #if !defined(MAGICKCORE_LTDL_DELEGATE)
    (void) FormatLocaleString(name,MaxTextExtent,"%s.dll",tag);
  #else
--- a/components/imagemagick/patches/no__attribute__.patch	Wed May 18 10:04:03 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-ImageMagick uses many unsupported attributes by Oracle Solaris Studio.
-Supported attributes are here:
-http://docs.oracle.com/cd/E24457_01/html/E21991/gljol.html
-This patch comes from in-house; as it is Solaris-specific, it will not
-be contributed upstream.
-
---- ImageMagick-6.8.3/magick/method-attribute.h.~1~	2013-01-16 14:17:00.000000000 -0800
-+++ ImageMagick-6.8.3/magick/method-attribute.h	2015-02-10 20:34:01.057456551 -0800
-@@ -110,7 +110,7 @@
- 
- #if defined(MAGICKCORE_HAVE___ATTRIBUTE__)
- #  define magick_aligned(x)  __attribute__((aligned(x)))
--#  define magick_attribute  __attribute__
-+#  define magick_attribute(x)
- #  define magick_unused(x)  magick_unused_ ## x __attribute__((unused))
- #elif defined(MAGICKCORE_WINDOWS_SUPPORT) && !defined(__CYGWIN__)
- #  define magick_aligned(x)  __declspec(align(x))
--- a/components/imagemagick/patches/perl_LD_RUN_PATH.patch	Wed May 18 10:04:03 2016 -0700
+++ b/components/imagemagick/patches/perl_LD_RUN_PATH.patch	Wed May 18 10:24:49 2016 -0700
@@ -21,9 +21,9 @@
  
  perl-build: $(PERLMAKEFILE)
  	( cd $(PERLMAGICK) && $(MAKE) CC='@CC@' )
---- ImageMagick-6.8.3/Makefile.in.~1~	2013-02-25 00:55:13.000000000 -0800
-+++ ImageMagick-6.8.3/Makefile.in	2015-02-10 20:37:32.843393109 -0800
-@@ -10472,7 +10472,7 @@
+--- ImageMagick-6.9.4/Makefile.in.~1~	2016-05-09 10:29:28.000000000 -0700
++++ ImageMagick-6.9.4/Makefile.in	2016-05-10 09:07:02.124054239 -0700
+@@ -11497,7 +11497,7 @@
  
  @WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@install-exec-perl: $(PERLMAKEFILE)
  @WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@	( cd $(PERLMAGICK) && $(MAKE) CC='@CC@' && \
@@ -32,7 +32,7 @@
  
  @WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@all-perl: perl-sources
  
-@@ -10480,7 +10480,7 @@
+@@ -11505,7 +11505,7 @@
  @WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@	echo "Uninstall not supported for PerlMagick"
  
  @WITH_PERL_DYNAMIC_TRUE@@WITH_PERL_TRUE@check-perl: $(PERLMAKEFILE)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/imagemagick/patches/perl_overrides.patch	Wed May 18 10:24:49 2016 -0700
@@ -0,0 +1,44 @@
+Override Solaris-specific settings => not for upstream.
+
+--- ImageMagick-6.9.4/PerlMagick/Makefile.PL.in.~1~	2016-05-09 10:28:57.000000000 -0700
++++ ImageMagick-6.9.4/PerlMagick/Makefile.PL.in	2016-05-10 14:46:18.533378790 -0700
+@@ -214,6 +214,8 @@
+    # C compiler flags (e.g. -O -g)
+    'CCFLAGS' => $CCFLAGS_magick,
+ 
++   'CCCDLFLAGS' => '-fPIC',
++
+    # Linker
+    #'LD' => $Config{'ld'} == $Config{'cc'} ? '@CC@' : $Config{'ld'},
+ 
+@@ -232,8 +234,7 @@
+    # Perl binary name (if a Perl binary is built)
+    'MAP_TARGET'	=> 'PerlMagick',
+ 
+-   # Let CFLAGS drive optimization flags by setting OPTIMIZE to empty
+-   # 'OPTIMIZE'	=> '',
++   'OPTIMIZE'	=> '-O3',
+ 
+    # Use same compiler as ImageMagick
+    'PERLMAINCC'	=> '@PERLMAINCC@ @OPENMP_CFLAGS@',
+--- ImageMagick-6.9.4/PerlMagick/quantum/Makefile.PL.in.~1~	2016-05-09 10:28:57.000000000 -0700
++++ ImageMagick-6.9.4/PerlMagick/quantum/Makefile.PL.in	2016-05-10 13:42:57.219875745 -0700
+@@ -211,6 +211,8 @@
+    # C compiler flags (e.g. -O -g)
+    'CCFLAGS' => $CCFLAGS_magick,
+ 
++   'CCCDLFLAGS' => '-fPIC',
++
+    # Linker
+    #'LD' => $Config{'ld'} == $Config{'cc'} ? '@CC@' : $Config{'ld'},
+ 
+@@ -229,8 +231,7 @@
+    # Perl binary name (if a Perl binary is built)
+    'MAP_TARGET'	=> 'PerlMagick',
+ 
+-   # Let CFLAGS drive optimization flags by setting OPTIMIZE to empty
+-   # 'OPTIMIZE'	=> '',
++   'OPTIMIZE'	=> '-O3',
+ 
+    # Use same compiler as ImageMagick
+    'PERLMAINCC'	=> '@PERLMAINCC@ @OPENMP_CFLAGS@',
--- a/components/imagemagick/patches/test-exceptions.patch	Wed May 18 10:04:03 2016 -0700
+++ b/components/imagemagick/patches/test-exceptions.patch	Wed May 18 10:24:49 2016 -0700
@@ -45,9 +45,9 @@
      {
        cout << "Caught exception: " << error_.what() << endl;
        return 1;
---- ImageMagick-6.8.3/Magick++/demo/piddle.cpp.orig	2010-01-05 06:04:01.000000000 -0800
-+++ ImageMagick-6.8.3/Magick++/demo/piddle.cpp	2015-02-11 07:09:26.653829479 -0800
-@@ -165,7 +165,7 @@
+--- ImageMagick-6.9.4/Magick++/demo/piddle.cpp.~1~	2016-05-09 10:28:57.000000000 -0700
++++ ImageMagick-6.9.4/Magick++/demo/piddle.cpp	2016-05-10 09:08:10.587311299 -0700
+@@ -170,7 +170,7 @@
      //     image.display( );
  
    }
@@ -260,17 +260,17 @@
  
    if ( failures )
      {
---- ImageMagick-6.8.3/Magick++/tests/readWriteImages.cpp.orig	2009-09-05 14:47:34.000000000 -0700
-+++ ImageMagick-6.8.3/Magick++/tests/readWriteImages.cpp	2015-02-11 07:35:06.302822632 -0800
-@@ -95,11 +95,6 @@
+--- ImageMagick-6.9.4/Magick++/tests/readWriteImages.cpp.~1~	2016-05-10 09:05:23.297878177 -0700
++++ ImageMagick-6.9.4/Magick++/tests/readWriteImages.cpp	2016-05-10 09:06:14.986053932 -0700
+@@ -162,11 +162,6 @@
        cout << "Caught exception: " << error_.what() << endl;
        return 1;
      }
--  catch( exception &error_ )
+-  catch(exception &error_)
 -    {
 -      cout << "Caught exception: " << error_.what() << endl;
 -      return 1;
 -    }
  
-   if ( failures )
+   if (failures)
      {
--- a/components/imagemagick/patches/uselocale.patch	Wed May 18 10:04:03 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-This patch has been submitted upstream:
-http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26362
-
---- ImageMagick-6.8.3/magick/locale.c.orig	2012-12-07 05:14:16.000000000 -0800
-+++ ImageMagick-6.8.3/magick/locale.c	2014-10-09 13:32:28.333380432 -0700
-@@ -256,7 +256,7 @@
- #endif
-   }
- #else
--#if defined(MAGICKCORE_HAVE_USELOCALE)
-+#if defined(MAGICKCORE_HAVE_USELOCALE) && defined(MAGICKCORE_HAVE_STRTOD_L)
-   {
-     locale_t
-       locale,
-@@ -347,7 +347,7 @@
- #endif
-   }
- #elif defined(MAGICKCORE_HAVE_VSNPRINTF)
--#if defined(MAGICKCORE_HAVE_USELOCALE)
-+#if defined(MAGICKCORE_HAVE_USELOCALE) && defined(MAGICKCORE_HAVE_STRTOD_L)
-   {
-     locale_t
-       locale,
--- a/components/imagemagick/test/results-32.master	Wed May 18 10:04:03 2016 -0700
+++ b/components/imagemagick/test/results-32.master	Wed May 18 10:24:49 2016 -0700
@@ -25,15 +25,17 @@
 PASS: tests/cli-colorspace.tap 17
 PASS: tests/cli-colorspace.tap 18
 PASS: tests/cli-colorspace.tap 19
+PASS: tests/validate-colorspace.tap 1
 PASS: tests/validate-compare.tap 1
 PASS: tests/validate-composite.tap 1
 PASS: tests/validate-convert.tap 1
+FAIL: tests/validate-formats-disk.tap 1
+FAIL: tests/validate-formats-map.tap 1
+FAIL: tests/validate-formats-memory.tap 1
 PASS: tests/validate-identify.tap 1
 PASS: tests/validate-import.tap 1
 PASS: tests/validate-montage.tap 1
 PASS: tests/validate-stream.tap 1
-ERROR: tests/validate-formats-in-memory.tap - too few tests run (expected 1, got 0)
-ERROR: tests/validate-formats-on-disk.tap - too few tests run (expected 1, got 0)
 PASS: tests/drawtest.tap 1
 PASS: tests/wandtest.tap 1
 PASS: Magick++/tests/tests.tap 1
@@ -72,10 +74,10 @@
 PASS: Magick++/demo/demos.tap 22
 PASS: Magick++/demo/demos.tap 23
 PASS: Magick++/demo/demos.tap 24
-# TOTAL: 74
-# PASS:  72
+# TOTAL: 76
+# PASS:  73
 # SKIP:  0
 # XFAIL: 0
-# FAIL:  0
+# FAIL:  3
 # XPASS: 0
-# ERROR: 2
+# ERROR: 0
--- a/components/imagemagick/test/results-64.master	Wed May 18 10:04:03 2016 -0700
+++ b/components/imagemagick/test/results-64.master	Wed May 18 10:24:49 2016 -0700
@@ -25,15 +25,17 @@
 PASS: tests/cli-colorspace.tap 17
 PASS: tests/cli-colorspace.tap 18
 PASS: tests/cli-colorspace.tap 19
+PASS: tests/validate-colorspace.tap 1
 PASS: tests/validate-compare.tap 1
 PASS: tests/validate-composite.tap 1
 PASS: tests/validate-convert.tap 1
+PASS: tests/validate-formats-disk.tap 1
+PASS: tests/validate-formats-map.tap 1
+PASS: tests/validate-formats-memory.tap 1
 PASS: tests/validate-identify.tap 1
 PASS: tests/validate-import.tap 1
 PASS: tests/validate-montage.tap 1
 PASS: tests/validate-stream.tap 1
-ERROR: tests/validate-formats-in-memory.tap - too few tests run (expected 1, got 0)
-ERROR: tests/validate-formats-on-disk.tap - too few tests run (expected 1, got 0)
 PASS: tests/drawtest.tap 1
 PASS: tests/wandtest.tap 1
 PASS: Magick++/tests/tests.tap 1
@@ -72,10 +74,10 @@
 PASS: Magick++/demo/demos.tap 22
 PASS: Magick++/demo/demos.tap 23
 PASS: Magick++/demo/demos.tap 24
-# TOTAL: 74
-# PASS:  72
+# TOTAL: 76
+# PASS:  76
 # SKIP:  0
 # XFAIL: 0
 # FAIL:  0
 # XPASS: 0
-# ERROR: 2
+# ERROR: 0