Changeset 5eafafd6 for general


Ignore:
Timestamp:
12/05/2017 04:46:10 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5f96946
Parents:
0b5169af
Message:

Add sed to libcdio to fix version number.
Update to pinentry-1.1.0.
Update to poppler-0.62.0.
Update to gmime3-3.0.5.

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

Location:
general
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/gmime3.xml

    r0b5169af r5eafafd6  
    77  <!ENTITY gmime3-download-http "&gnome-download-http;/gmime/3.0/gmime-&gmime3-version;.tar.xz">
    88  <!ENTITY gmime3-download-ftp  "&gnome-download-ftp;/gmime/3.0/gmime-&gmime3-version;.tar.xz">
    9   <!ENTITY gmime3-md5sum        "1ef4b2d21d4c10634adeb53816dafea5">
     9  <!ENTITY gmime3-md5sum        "3a281d0b9487fa3281cb776daeca50c3">
    1010  <!ENTITY gmime3-size          "748 KB">
    1111  <!ENTITY gmime3-buildsize     "20 MB (with tests)">
  • general/genutils/pinentry.xml

    r0b5169af r5eafafd6  
    99  <!-- <!ENTITY pinentry-download-ftp  "&gnupg-ftp;/pinentry/pinentry-&pinentry-version;.tar.bz2"> -->
    1010  <!ENTITY pinentry-download-ftp  " ">
    11   <!ENTITY pinentry-md5sum        "4a3fad8b31f9b4c5526c8837495015dc">
    12   <!ENTITY pinentry-size          "428 KB">
    13   <!ENTITY pinentry-buildsize     "7.7 MB">
     11  <!ENTITY pinentry-md5sum        "3829315cb0a1e9cedc05ffe6def7a2c6">
     12  <!ENTITY pinentry-size          "460 KB">
     13  <!ENTITY pinentry-buildsize     "11 MB">
    1414  <!ENTITY pinentry-time          "less than 0.1 SBU">
    1515]>
     
    9999    commands:</para>
    100100
    101 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     101<screen><userinput>./configure --prefix=/usr --enable-pinentry-tty &amp;&amp;
    102102make</userinput></screen>
    103103
     
    131131      <option>--enable-pinentry-gnome3=yes/no</option>: Default is yes.
    132132      Actually, it is the gtk3 pinentry.
     133    </para>
     134
     135    <para>
     136      <option>--enable-pinentry-tty</option>: Default is 'maybe'.
    133137    </para>
    134138
  • general/graphlib/poppler.xml

    r0b5169af r5eafafd6  
    77  <!ENTITY poppler-download-http "https://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
    88  <!ENTITY poppler-download-ftp  " ">
    9   <!ENTITY poppler-md5sum        "2d3dcea88d6a814317fac74d2a16c3cd">
     9  <!ENTITY poppler-md5sum        "42b801f2defaccb6b6cf1bf783ee1552">
    1010  <!ENTITY poppler-size          "1.4 MB">
    11   <!ENTITY poppler-buildsize     "55 MB (with Qt5 library and tests)">
    12   <!ENTITY poppler-time          "0.7 SBU (with parallelism=4, Qt5 library, and tests)">
    13 
     11  <!ENTITY poppler-buildsize     "59 MB (with Qt5 library and tests)">
     12  <!ENTITY poppler-time          "0.5 SBU (with parallelism=4, Qt5 library, and tests)">
    1413
    1514  <!ENTITY poppler-data-version       "0.4.8">
     
    203202    </para>
    204203
    205 <screen role="root"><userinput>install -v -m755 -d        /usr/share/doc/poppler-&poppler-version; &amp;&amp;
     204<screen role="root"><userinput>install -v -m755 -d           /usr/share/doc/poppler-&poppler-version; &amp;&amp;
    206205cp -vr ../glib/reference/html /usr/share/doc/poppler-&poppler-version;</userinput></screen>
    207206
     
    244243      and <application>Inkscape</application>).
    245244    </para>
    246 
     245<!--  This was broken for me - Bruce
    247246    <para>
    248247      <option>-DENABLE_GTK_DOC=ON</option>: Use this parameter if
     
    250249      the API documentation.
    251250    </para>
    252 
     251-->
    253252    <para>
    254253      <command>LC_ALL=en_US.UTF-8 make test</command>: Run the test suite.
Note: See TracChangeset for help on using the changeset viewer.