24788889 Update ImageMagick to 6.9.6-7
authorVladimir Marek <Vladimir.Marek@oracle.com>
Tue, 11 Oct 2016 08:57:15 +0200
changeset 7470 c8a35bc3a99c
parent 7469 422c29c822ab
child 7471 1421530eacbb
24788889 Update ImageMagick to 6.9.6-7 24788980 problem in UTILITY/IMAGEMAGICK
components/imagemagick/Makefile
components/imagemagick/TESTING
components/imagemagick/imagemagick.p5m
--- a/components/imagemagick/Makefile	Thu Dec 08 12:39:42 2016 -0800
+++ b/components/imagemagick/Makefile	Tue Oct 11 08:57:15 2016 +0200
@@ -27,18 +27,18 @@
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=			ImageMagick
-COMPONENT_VERSION=		6.9.5
+COMPONENT_VERSION=		6.9.6
 COMPONENT_MAJOR_VERSION=	$(shell echo $(COMPONENT_VERSION) | $(GSED) -e 's/\([0-9]\+\)\.[0-9]\+\.[0-9]\+/\1/')
-COMPONENT_SUBVERSION=		10
+COMPONENT_SUBVERSION=		7
 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:468419fea538ba1dcd2dc69334e8981cf41417f9a9938973884dccaedc403b39
+    sha256:6a677b917bab99e9ad6a370e75726525909167d646f7902bcaf546053ecd540f
 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/download/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	utility/imagemagick
 
-TPNO=			29915
+TPNO=			32077
 
 # Enable adiheap security extension.
 # adistack fails with libgcc exception unwinding code.
@@ -127,6 +127,7 @@
 REQUIRED_PACKAGES += image/library/libjpeg
 REQUIRED_PACKAGES += image/library/libpng
 REQUIRED_PACKAGES += image/library/libtiff
+REQUIRED_PACKAGES += image/library/libwebp
 REQUIRED_PACKAGES += library/desktop/cairo
 REQUIRED_PACKAGES += library/desktop/pango
 REQUIRED_PACKAGES += library/fftw-3
@@ -134,6 +135,7 @@
 REQUIRED_PACKAGES += library/lcms2
 REQUIRED_PACKAGES += library/libtool/libltdl
 REQUIRED_PACKAGES += library/libxml2
+REQUIRED_PACKAGES += library/openexr
 REQUIRED_PACKAGES += library/zlib
 REQUIRED_PACKAGES += shell/ksh93
 REQUIRED_PACKAGES += system/library/c++-runtime
--- a/components/imagemagick/TESTING	Thu Dec 08 12:39:42 2016 -0800
+++ b/components/imagemagick/TESTING	Tue Oct 11 08:57:15 2016 +0200
@@ -2,6 +2,29 @@
 
 convert -list font | wc -l  # ~ 200 lines of output
 
+# Make sure that all the config files can be found. The next line should print
+# no output
+for i in $(convert -list list); do convert -list $i; done 2>&1 | grep 'convert: unable to access'
+
+# List all xml files opened during the operation. Both files found and not
+# found
+A=$(
+   for i in $(convert -list list); do
+      truss -'t!all' -t open convert -list $i
+   done 2>&1 |
+   grep ".xml\"," |
+   sed -e 's,.*/,,' |
+   sort -u
+)
+
+# Sort the files to found ones and not found ones
+FOUND=$( ggrep -P '\d$' <<<"$A" | sed -e 's/".*//' )
+NOT_FOUND=$( ggrep -v -P '\d$' <<<"$A" | sed -e 's/".*//' )
+
+# Now for every not_found file there has to be the same file found, else
+# display it's name. The output should be empty
+ggrep -F -x -v -f <(echo "$FOUND") <(echo "$NOT_FOUND")
+
 convert -size 170x100 xc:black \
    -fill white -draw 'circle 50,50 13,50' \
    -draw 'circle 120,50 157,50' \
--- a/components/imagemagick/imagemagick.p5m	Thu Dec 08 12:39:42 2016 -0800
+++ b/components/imagemagick/imagemagick.p5m	Tue Oct 11 08:57:15 2016 +0200
@@ -189,23 +189,37 @@
 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 \
+file usr/etc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/coder.xml \
+    path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/coder.xml
+file usr/etc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/colors.xml \
     path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/colors.xml
 file build/$(MACH64)/config/configure.xml \
     path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/configure.xml
 file build/$(MACH64)/config/delegates.xml \
     path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/delegates.xml
-file ImageMagick-$(COMPONENT_VERSION)/config/english.xml \
+file usr/share/ImageMagick-$(COMPONENT_MAJOR_VERSION)/english.xml \
     path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/english.xml
-file ImageMagick-$(COMPONENT_VERSION)/config/locale.xml \
+file usr/share/ImageMagick-$(COMPONENT_MAJOR_VERSION)/locale.xml \
     path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/locale.xml
-file build/$(MACH64)/config/type-dejavu.xml \
+file usr/etc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/log.xml \
+    path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/log.xml
+file usr/etc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magic.xml \
+    path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/magic.xml
+file usr/etc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/mime.xml \
+    path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/mime.xml
+file usr/etc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/policy.xml \
+    path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/policy.xml
+file usr/etc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/quantization-table.xml \
+    path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/quantization-table.xml
+file usr/etc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/thresholds.xml \
+    path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/thresholds.xml
+file usr/etc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/type-dejavu.xml \
     path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/type-dejavu.xml
-file build/$(MACH64)/config/type-ghostscript.xml \
+file usr/etc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/type-ghostscript.xml \
     path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/type-ghostscript.xml
-file build/$(MACH64)/config/type-windows.xml \
+file usr/etc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/type-windows.xml \
     path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/type-windows.xml
-file build/$(MACH64)/config/type.xml \
+file usr/etc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/type.xml \
     path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/config-Q16/type.xml
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/aai.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/art.so
@@ -228,6 +242,7 @@
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/dot.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/dpx.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/ept.so
+file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/exr.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/fax.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/fd.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/fits.so
@@ -245,10 +260,12 @@
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/ipl.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/jnx.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/jpeg.so
+file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/json.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/label.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/mac.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/magick.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/map.so
+file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/mask.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/mat.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/matte.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/meta.so
@@ -284,12 +301,14 @@
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pwp.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/raw.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/rgb.so
+file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/rgf.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/rla.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/rle.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/scr.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/sct.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/sfw.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/sgi.so
+file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/sixel.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/stegano.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/sun.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/svg.so
@@ -306,7 +325,9 @@
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/vicar.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/vid.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/viff.so
+file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/vips.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/wbmp.so
+file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/webp.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/wpg.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/x.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/xbm.so
@@ -314,6 +335,7 @@
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/xcf.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/xpm.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/xps.so
+file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/xtrn.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/xwd.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/ycbcr.so
 file path=usr/lib/$(MACH64)/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/yuv.so
@@ -345,29 +367,29 @@
 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-6/coder.xml \
+file usr/etc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/coder.xml \
     path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/coder.xml
-file ImageMagick-$(COMPONENT_VERSION)/config/colors.xml \
+file usr/etc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/colors.xml \
     path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/colors.xml
 file build/$(MACH32)/config/configure.xml \
     path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/configure.xml
 file build/$(MACH32)/config/delegates.xml \
     path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/delegates.xml
-file ImageMagick-$(COMPONENT_VERSION)/config/english.xml \
+file usr/share/ImageMagick-$(COMPONENT_MAJOR_VERSION)/english.xml \
     path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/english.xml
-file ImageMagick-$(COMPONENT_VERSION)/config/locale.xml \
+file usr/share/ImageMagick-$(COMPONENT_MAJOR_VERSION)/locale.xml \
     path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/locale.xml
-file usr/etc/ImageMagick-6/log.xml \
+file usr/etc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/log.xml \
     path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/log.xml
-file usr/etc/ImageMagick-6/magic.xml \
+file usr/etc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/magic.xml \
     path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/magic.xml
-file usr/etc/ImageMagick-6/mime.xml \
+file usr/etc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/mime.xml \
     path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/mime.xml
-file usr/etc/ImageMagick-6/policy.xml \
-    path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/pilocy.xml
-file usr/etc/ImageMagick-6/quantization-table.xml \
+file usr/etc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/policy.xml \
+    path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/policy.xml
+file usr/etc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/quantization-table.xml \
     path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/config-Q16/quantization-table.xml
-file usr/etc/ImageMagick-6/thresholds.xml \
+file usr/etc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/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
@@ -398,6 +420,7 @@
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/dot.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/dpx.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/ept.so
+file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/exr.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/fax.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/fd.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/fits.so
@@ -415,10 +438,12 @@
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/ipl.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/jnx.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/jpeg.so
+file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/json.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/label.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/mac.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/magick.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/map.so
+file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/mask.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/mat.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/matte.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/meta.so
@@ -454,12 +479,14 @@
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/pwp.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/raw.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/rgb.so
+file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/rgf.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/rla.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/rle.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/scr.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/sct.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/sfw.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/sgi.so
+file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/sixel.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/stegano.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/sun.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/svg.so
@@ -476,13 +503,17 @@
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/vicar.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/vid.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/viff.so
+file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/vips.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/wbmp.so
+file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/webp.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/wpg.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/x.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/xbm.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/xc.so
+file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/xcf.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/xpm.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/xps.so
+file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/xtrn.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/xwd.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/ycbcr.so
 file path=usr/lib/ImageMagick-$(COMPONENT_VERSION)/modules-Q16/coders/yuv.so
@@ -515,6 +546,7 @@
 file path=usr/perl5/vendor_perl/$(PERL_VERSION)/$(PERL_ARCH)/auto/Image/Magick/Magick.so
 file path=usr/perl5/vendor_perl/$(PERL_VERSION)/$(PERL_ARCH)/auto/Image/Magick/Q16/Q16.so
 file path=usr/perl5/vendor_perl/$(PERL_VERSION)/$(PERL_ARCH)/auto/Image/Magick/Q16/autosplit.ix
+file path=usr/perl5/vendor_perl/$(PERL_VERSION)/$(PERL_ARCH)/auto/Image/Magick/autosplit.ix
 
 # Compatibility links
 #
@@ -545,6 +577,9 @@
     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_MAJOR_VERSION)/ChangeLog
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/LICENSE
+file path=usr/share/doc/ImageMagick-$(COMPONENT_MAJOR_VERSION)/NEWS.txt
 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
@@ -1516,8 +1551,10 @@
 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-script.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/magick.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
@@ -1554,7 +1591,6 @@
 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