Changeset ab479cda for general


Ignore:
Timestamp:
05/26/2014 09:26:48 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
45b5355
Parents:
265c7da
Message:

libtasn1-3.6, ImageMagick-6.8.9-1 and webkitgtk-2.4.3. Fix to Doxygen-1.8.7.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13177 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libtasn1.xml

    r265c7da rab479cda  
    77  <!ENTITY libtasn1-download-http "http://ftp.gnu.org/gnu/libtasn1/libtasn1-&libtasn1-version;.tar.gz">
    88  <!ENTITY libtasn1-download-ftp  "ftp://ftp.gnu.org/gnu/libtasn1/libtasn1-&libtasn1-version;.tar.gz">
    9   <!ENTITY libtasn1-md5sum        "62c76352d0e17df1c082fe1c38bad5cf">
     9  <!ENTITY libtasn1-md5sum        "6ed38e161e11013054f2a2bb4c4da449">
    1010  <!ENTITY libtasn1-size          "1.8 MB">
    1111  <!ENTITY libtasn1-buildsize     "11 MB">
    12   <!ENTITY libtasn1-time          "0.1 SBU (additional 0.1 SBU for the tests)">
     12  <!ENTITY libtasn1-time          "0.2 SBU (additional 0.1 SBU for the tests)">
    1313]>
    1414
  • general/genutils/imagemagick.xml

    r265c7da rab479cda  
    55  %general-entities;
    66
    7   <!ENTITY imagemagick-patch-version "0">
     7  <!ENTITY imagemagick-patch-version "1">
    88  <!-- Not sure what to do here as ImageMagick is one of the fastest-moving
    99       targets in all of open-source. One solution is to always use the last
     
    1616  <!ENTITY imagemagick-download-http " ">
    1717  <!ENTITY imagemagick-download-ftp  "ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.xz">
    18   <!ENTITY imagemagick-md5sum        "d89b4b5db15cf8fb1486cec1067244ae">
     18  <!ENTITY imagemagick-md5sum        "bde038ae05fb20d29cebf88ab9cbdce5">
    1919  <!ENTITY imagemagick-size          "7.2 MB">
    20   <!ENTITY imagemagick-buildsize     "158 MB (with typical dependencies, additional 29 MB to run the test suite, reputedly 450 MB with all dependencies)">
    21   <!ENTITY imagemagick-time          "2.5 SBU (typical build - additional 7.1 SBU to run the test suite and 11 SBU to run the validation suite)">
     20  <!ENTITY imagemagick-buildsize     "147 MB (with typical dependencies, additional 25 MB to run the test suite, reputedly 450 MB with all dependencies)">
     21  <!ENTITY imagemagick-time          "2.5 SBU (typical build - additional 8.1 SBU to run the test suite and 15 SBU to run the validation suite)">
    2222]>
    2323
     
    135135      <xref linkend="gnupg2"/>
    136136      (you'll have to do some hacking to use <application>GnuPG</application>),
     137      <xref linkend="p7zip"/> (LZMA),
    137138      <ulink url="ftp://ftp.imagemagick.org/pub/ImageMagick/delegates/profiles.zip">Profiles</ulink>,
    138139      <xref linkend="sane"/>,
  • general/prog/doxygen.xml

    r265c7da rab479cda  
    144144    <para>
    145145      <option>--with-doxywizard</option>: Use this parameter if
    146       <application>Qt</application> is installed and you wish to
    147       build the GUI front-end.
     146      <application>Qt4</application> is installed and you wish to build the
     147      GUI front-end. If both <application>Qt4</application> and
     148      <application>Qt5</application> are installed, use
     149      <command>source setqt4</command>. If <application>Qt4</application> is
     150      installed in <filename class="directory">/opt</filename>, issue
     151      <command>export QTDIR=$QT4DIR</command>.
    148152    </para>
    149153
Note: See TracChangeset for help on using the changeset viewer.