diff --git a/abi_symbols b/abi_symbols --- a/abi_symbols +++ b/abi_symbols @@ -3296,6 +3296,7 @@ libMagickCore-7.Q16HDRI.so.2:RegisterINLINEImage libMagickCore-7.Q16HDRI.so.2:RegisterIPLImage libMagickCore-7.Q16HDRI.so.2:RegisterJNXImage +libMagickCore-7.Q16HDRI.so.2:RegisterJP2Image libMagickCore-7.Q16HDRI.so.2:RegisterJPEGImage libMagickCore-7.Q16HDRI.so.2:RegisterJSONImage libMagickCore-7.Q16HDRI.so.2:RegisterLABELImage @@ -3623,6 +3624,7 @@ libMagickCore-7.Q16HDRI.so.2:UnregisterINLINEImage libMagickCore-7.Q16HDRI.so.2:UnregisterIPLImage libMagickCore-7.Q16HDRI.so.2:UnregisterJNXImage +libMagickCore-7.Q16HDRI.so.2:UnregisterJP2Image libMagickCore-7.Q16HDRI.so.2:UnregisterJPEGImage libMagickCore-7.Q16HDRI.so.2:UnregisterJSONImage libMagickCore-7.Q16HDRI.so.2:UnregisterLABELImage diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -15,6 +15,7 @@ liblcms2.so.2 liblzma.so.5 libm.so.6 +libopenjp2.so.7 libpango-1.0.so.0 libpangocairo-1.0.so.0 libpng15.so.15 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : imagemagick -version : 7.0.5_5 -release : 19 +version : 7.0.5_7 +release : 20 source : - - https://www.imagemagick.org/download/releases/ImageMagick-7.0.5-5.tar.xz : c3644119dce993aa241fa08eced2cb6043fb5345f0eee7a7822a497f1142ebe3 + - https://www.imagemagick.org/download/releases/ImageMagick-7.0.5-7.tar.xz : f72d089074d6c968bab38d1c18b22bd92c876e7ae23f7261db0b7c3552186586 license : Apache-2.0 component : multimedia.graphics summary : ImageMagick® suite to create, edit, compose, or convert bitmap images @@ -23,12 +23,13 @@ - pkgconfig(libtiff-4) - pkgconfig(libxml-2.0) - pkgconfig(libwebp) + - pkgconfig(libopenjp2) - pkgconfig(OpenEXR) - pkgconfig(pangocairo) - pkgconfig(zlib) - libjpeg-turbo-devel setup : | - %configure --with-autotrace --with-perl --with-rsvg=yes --with-perl --disable-static + %configure --with-autotrace --with-perl --with-rsvg=yes --with-perl --disable-static --with-openjp2 build : | %make install : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ imagemagick - Pierre-Yves - pyu@skynet.be + Matt Critchlow + matt.critchlow@gmail.com Apache-2.0 multimedia.graphics @@ -54,7 +54,7 @@ programming.devel - imagemagick + imagemagick /usr/include/ @@ -74,12 +74,12 @@ - - 2017-04-26 - 7.0.5_5 + + 2017-05-24 + 7.0.5_7 Packaging update - Pierre-Yves - pyu@skynet.be + Matt Critchlow + matt.critchlow@gmail.com \ No newline at end of file