Changeset 4715676 for general/genutils


Ignore:
Timestamp:
07/06/2023 12:06:41 AM (12 months ago)
Author:
Ken Moffat <ken@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
88cf4eb
Parents:
336ce86
Message:

Package Update to ImageMagick-7.1.1-12.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/imagemagick.xml

    r336ce86 r4715676  
    55  %general-entities;
    66
    7   <!ENTITY imagemagick-patch-version "61">
     7  <!ENTITY imagemagick-patch-version "12">
    88
    99  <!ENTITY imagemagick-download-http "https://www.imagemagick.org/archive/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz">
     
    1111  <!ENTITY imagemagick-download-ftp  "ftp://ftp.imagemagick.org/pub/ImageMagick/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz"> -->
    1212  <!ENTITY imagemagick-download-ftp  " ">
    13   <!ENTITY imagemagick-md5sum        "f9973657738b5c970325e97f198b9977">
    14   <!ENTITY imagemagick-size          "9.9 MB">
    15   <!ENTITY imagemagick-buildsize     "192 MB (with typical dependencies; add 20 MB for checks)">
    16   <!ENTITY imagemagick-time          "0.8 SBU (with typical dependencies; add 1.9 SBU for checks, both using  parallelism=4)">
     13  <!ENTITY imagemagick-md5sum        "7d04ecc28b035922697630c92cdfbfb8">
     14  <!ENTITY imagemagick-size          "9.8 MB">
     15  <!ENTITY imagemagick-buildsize     "207 MB (with typical dependencies; add 31 MB for checks)">
     16  <!ENTITY imagemagick-time          "0.8 SBU (with typical dependencies; add 0.8 SBU for checks, both using  parallelism=4)">
    1717]>
    1818
     
    4949     DPS/dpsXclient is from apple so not relevant to linux builds
    5050     GVC is part of Graphviz and documented in the explanations
    51      LQR is Liquid Rescale  -->
     51     iLQR is Liquid Rescale
     52     ufraw-batch (ufraw) is unmaintained and does not build with current exiv2  -->
    5253
    5354<sect1 id="imagemagick" xreflabel="ImageMagick-&imagemagick-version;-&imagemagick-patch-version;">
     
    167168      <xref linkend="libjpeg"/>,
    168169      <xref linkend="libpng"/>,
    169       <xref linkend="libraw"/> (RAW_R),
     170      <xref linkend="libraw"/> (for dng files, needs the thread-safe libraw_r),
    170171      <xref linkend="librsvg"/>,
    171172      <xref linkend="libtiff"/>,
     
    220221      <ulink url="https://sk1project.net/uc2/">
    221222      UniConvertor</ulink>,
     223      <!-- ufraw-batch was a delegate program, the delegate library coders/dng.so
     224      is used if librar_r is present, ufraw now ftbfs with exiv2-0.28, and IM-7.1.1
     225      in any case (if no libraw) invokes it to ask for a temp png file, but then
     226      tries to open the temp file using a ppm suffix, which of course fails.
    222227      <ulink url="https://ufraw.sourceforge.net/">ufraw</ulink> (for dng files,
    223228      see
    224229      <ulink url="https://imagemagick.org/script/formats.php">
    225230      https://imagemagick.org/script/formats.php</ulink> for some special switches)
     231      -->
    226232      and
    227233      <ulink url="https://www.cs.utah.edu/gdc/projects/urt/">Utah Raster Toolkit</ulink>
Note: See TracChangeset for help on using the changeset viewer.