Changeset b520295
- Timestamp:
- 01/03/2016 02:32:50 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- a953d7d5
- Parents:
- 2813072
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r2813072 rb520295 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 2"> <!-- Always 2 digits -->3 <!ENTITY day "03"> <!-- Always 2 digits --> 4 4 <!ENTITY month "01"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2016"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "January 2nd &year;">9 <!ENTITY releasedate "January 3rd &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genutils/imagemagick.xml
r2813072 rb520295 9 9 <!ENTITY imagemagick-download-http " "> 10 10 <!ENTITY imagemagick-download-ftp "ftp://ftp.imagemagick.org/pub/ImageMagick/releases/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz"> 11 <!ENTITY imagemagick-md5sum " 99471c8c3f38c9264faf5c4ca7a31287">12 <!ENTITY imagemagick-size " 7.9MB">13 <!ENTITY imagemagick-buildsize "192 MB, with typical dependencies (22 7MB with the test suite, reputedly 450 MB with all dependencies)">14 <!ENTITY imagemagick-time "2.2 SBU - typical build (additional 3. 4 SBU to run the test suite and 3.3SBU to run the validation suite)">11 <!ENTITY imagemagick-md5sum "87939f4f82d6f24a28d3106a58d523d8"> 12 <!ENTITY imagemagick-size "8.4 MB"> 13 <!ENTITY imagemagick-buildsize "192 MB, with typical dependencies (226 MB with the test suite, reputedly 450 MB with all dependencies)"> 14 <!ENTITY imagemagick-time "2.2 SBU - typical build (additional 3.5 SBU to run the test suite and 3.4 SBU to run the validation suite)"> 15 15 ]> 16 16 … … 48 48 <para> 49 49 <application>ImageMagick</application> is a collection of tools and 50 libraries to read, write, and manipulate an image in various image formats.51 Image processing operations are available from the command line. Bindings52 for Perl and C++ are also available.50 libraries to read, write, and manipulate an image in various image 51 formats. Image processing operations are available from the command line. 52 Bindings for Perl and C++ are also available. 53 53 </para> 54 54 … … 79 79 <note> 80 80 <para> 81 The <application>ImageMagick</application> source releases are 82 updated frequently and the version shown above may no longer be available83 fromthe download locations. You can download a more recent version and use81 The <application>ImageMagick</application> source releases are updated 82 frequently and the version shown above may no longer be available from 83 the download locations. You can download a more recent version and use 84 84 the existing BLFS instructions to install it. Chances are that it will 85 85 work just fine, but this has not been tested by the BLFS team. If the 86 86 package version shown above is not available from the locations shown 87 above, or from the <filename class='directory'>legacy/</filename> directory88 at <literal>ftp.ImageMagick.org/pub/ImageMagick</literal> you can download it89 from the BLFS package server at <ulink87 above, or from the <filename class='directory'>legacy/</filename> 88 directory at <literal>ftp.ImageMagick.org/pub/ImageMagick</literal> you 89 can download it from the BLFS package server at <ulink 90 90 url="&sources-anduin-http;/ImageMagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz"/>. 91 91 </para> … … 100 100 101 101 <para> 102 The optional dependencies listed below should be installed if you 103 needsupport for the specific format or the conversion tool the dependency102 The optional dependencies listed below should be installed if you need 103 support for the specific format or the conversion tool the dependency 104 104 provides. Many of the dependencies' capabilities and uses are described in 105 105 the <quote>MAGICK DELEGATES</quote> section of the 106 <filename>README.txt</filename> file located in the source tree. Additional107 information about the dependencies can be found in the106 <filename>README.txt</filename> file located in the source tree. 107 Additional information about the dependencies can be found in the 108 108 <filename>Install-unix.txt</filename> file located in the source tree as 109 109 well as issuing the <command>./configure --help</command> command. A 110 summary of this information, as well as some additional notes can be viewed111 on-line at <ulink110 summary of this information, as well as some additional notes can be 111 viewed on-line at <ulink 112 112 url="http://www.imagemagick.org/script/advanced-unix-installation.php"/>. 113 113 </para> … … 129 129 <xref linkend="gnupg2"/> 130 130 (you'll have to do some hacking to use <application>GnuPG</application>), 131 <ulink url="ftp://ftp.imagemagick.org/pub/ImageMagick/delegates/profiles.zip">Profiles</ulink>, and 132 <ulink url="http://ufraw.sourceforge.net/">ufraw</ulink> (for raw formats listed in 133 <filename>www/formats.html</filename>) 131 <ulink url="ftp://ftp.imagemagick.org/pub/ImageMagick/delegates">Profiles</ulink>, 132 and 133 <ulink url="http://ufraw.sourceforge.net/">ufraw</ulink> (for raw formats 134 listed in 135 <ulink url="http://www.imagemagick.org/www/formats.html"> 136 http://www.imagemagick.org/www/formats.html</ulink>) 134 137 </para> 135 138 … … 166 169 <ulink url="http://www.blender.org/">Blender</ulink>, 167 170 <ulink url="http://corefonts.sourceforge.net/">corefonts</ulink>, 168 <ulink url="http://dejavu .sourceforge.net/">DejaVu fonts</ulink>,171 <ulink url="http://dejavu-fonts.org/wiki/Main_Page/">DejaVu fonts</ulink>, 169 172 <ulink url="http://www.ghostscript.com/download/gpcldnld.html">GhostPCL</ulink>, 170 173 <ulink url="http://www.gnuplot.info/">Gnuplot</ulink>, … … 198 201 199 202 <para> 200 Install <application>ImageMagick</application> by running the following commands: 203 Install <application>ImageMagick</application> by running the following 204 commands: 201 205 </para> 202 206 -
introduction/welcome/changelog.xml
r2813072 rb520295 44 44 45 45 --> 46 47 <listitem> 48 <para>January 3rd, 2016</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Update to xterm-322. Fixes 52 <ulink url="&blfs-ticket-root;7315">#7315</ulink>.</para> 53 </listitem> 54 <listitem> 55 <para>[fernando] - Update to ImageMagick-6.9.3-0. Fixes 56 <ulink url="&blfs-ticket-root;6290">#6290</ulink>.</para> 57 </listitem> 58 </itemizedlist> 59 </listitem> 46 60 47 61 <listitem> -
packages.ent
r2813072 rb520295 199 199 <!ENTITY hicolor-icon-theme-version "0.15"> 200 200 <!ENTITY icon-naming-utils-version "0.8.90"> 201 <!ENTITY imagemagick-version "6.9. 2">201 <!ENTITY imagemagick-version "6.9.3"> 202 202 <!ENTITY intltool-version "0.50.2"> 203 203 <!ENTITY lsof-version "4.89"> … … 463 463 <!ENTITY xorg-server-version "1.18.0"> 464 464 <!ENTITY twm-version "1.0.9"> 465 <!ENTITY xterm-version "32 1">465 <!ENTITY xterm-version "322"> 466 466 <!ENTITY xclock-version "1.0.7"> 467 467 <!ENTITY xinit-version "1.3.4"> -
x/installing/xterm.xml
r2813072 rb520295 7 7 <!ENTITY xterm-download-http " "> 8 8 <!ENTITY xterm-download-ftp "ftp://invisible-island.net/xterm/xterm-&xterm-version;.tgz"> 9 <!ENTITY xterm-md5sum " 801fd9a08a9507edb37b4ec0b8470ca7">9 <!ENTITY xterm-md5sum "9ea4c83ac7275fdecf39fde9db781fac"> 10 10 <!ENTITY xterm-size "1.2 MB"> 11 11 <!ENTITY xterm-buildsize "15 MB">
Note:
See TracChangeset
for help on using the changeset viewer.