Changeset b26ff3c8
- Timestamp:
- 02/06/2023 08:22:18 PM (8 weeks ago)
- Branches:
- 11.3, ken/inkscape-core-mods, trunk
- Children:
- 24ac3c20
- Parents:
- 15b2f5a3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genutils/imagemagick.xml
r15b2f5a3 rb26ff3c8 5 5 %general-entities; 6 6 7 <!ENTITY imagemagick-patch-version " 46">7 <!ENTITY imagemagick-patch-version "61"> 8 8 9 9 <!ENTITY imagemagick-download-http "https://www.imagemagick.org/archive/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz"> … … 11 11 <!ENTITY imagemagick-download-ftp "ftp://ftp.imagemagick.org/pub/ImageMagick/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz"> --> 12 12 <!ENTITY imagemagick-download-ftp " "> 13 <!ENTITY imagemagick-md5sum " 37db9e62dee40cbf2fa05ba6f19cd7d6">13 <!ENTITY imagemagick-md5sum "f9973657738b5c970325e97f198b9977"> 14 14 <!ENTITY imagemagick-size "9.9 MB"> 15 <!ENTITY imagemagick-buildsize "19 4 MB (with typical dependencies; add 21MB for checks)">16 <!ENTITY imagemagick-time " 1.2 SBU (with typical dependencies; add 1.0SBU for checks, both using parallelism=4)">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)"> 17 17 ]> 18 18 … … 149 149 <xref linkend="xterm2"/>, 150 150 <ulink url="https://dmalloc.com/">Dmalloc</ulink>, 151 <ulink url="https://linux.softpedia.com/get/Programming/Debuggers/Electric-Fence-3305.shtml/">Electric Fence</ulink> ,151 <ulink url="https://linux.softpedia.com/get/Programming/Debuggers/Electric-Fence-3305.shtml/">Electric Fence</ulink> and 152 152 <ulink url="https://www.openpgp.org/about/">PGP</ulink> or 153 153 <xref linkend="gnupg2"/> 154 154 (you'll have to do some hacking to use <application>GnuPG</application>), 155 <ulink url="https://imagemagick.org/archive/delegates/">Profiles</ulink>, 156 and 157 <ulink url="https://ufraw.sourceforge.net/">ufraw</ulink> (for raw formats 158 listed in 159 <ulink url="https://imagemagick.org/script/formats.php"> 160 https://imagemagick.org/script/formats.php</ulink>) 155 <ulink url="https://imagemagick.org/archive/delegates/">Profiles</ulink> 161 156 </para> 162 157 … … 213 208 <para role="optional"> 214 209 <xref linkend="enscript"/>, 210 <xref linkend="potrace"/>, 215 211 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>) 216 212 <ulink url="https://autotrace.sourceforge.net/">AutoTrace</ulink>, … … 223 219 <ulink url="https://wvware.sourceforge.net/">libwmf</ulink>, 224 220 <ulink url="https://sk1project.net/uc2/"> 225 UniConvertor</ulink>, and 221 UniConvertor</ulink>, 222 <ulink url="https://ufraw.sourceforge.net/">ufraw</ulink> (for dng files, 223 see 224 <ulink url="https://imagemagick.org/script/formats.php"> 225 https://imagemagick.org/script/formats.php</ulink> for some special switches) 226 and 226 227 <ulink url="https://www.cs.utah.edu/gdc/projects/urt/">Utah Raster Toolkit</ulink> 227 228 (or <ulink url="http://www.mcmurchy.com/urt/urt-3.1b.tar.gz">URT-3.1b</ulink>) -
introduction/welcome/changelog.xml
r15b2f5a3 rb26ff3c8 42 42 <para>February 6th, 2023</para> 43 43 <itemizedlist> 44 <listitem> 45 <para>[ken] - Update to ImageMagick-7.1.0-61. Addresses 46 <ulink url="&blfs-ticket-root;16962">#16962</ulink>.</para> 47 </listitem> 44 48 <listitem> 45 49 <para>[thomas] - Fix an issue in apr-1-config script.</para>
Note:
See TracChangeset
for help on using the changeset viewer.