Changeset c6afa0d for general


Ignore:
Timestamp:
09/17/2017 08:57:59 PM (7 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:
e4c7cf8e
Parents:
4d185c9e
Message:

Update to ruby-2.4.2.
Update to jasper-2.0.14.
Update to libbytesize-1.0.
Update to cups-filters-1.17.5.

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

Location:
general
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libbytesize.xml

    r4d185c9e rc6afa0d  
    77  <!ENTITY libbytesize-download-http "https://github.com/storaged-project/libbytesize/archive/libbytesize-&libbytesize-version;.tar.gz">
    88  <!ENTITY libbytesize-download-ftp  " ">
    9   <!ENTITY libbytesize-md5sum        "c469110ae134ea3a58546ba13fdb5074">
     9  <!ENTITY libbytesize-md5sum        "66b750a160fb3b6dee813943d7fe6f60">
    1010  <!ENTITY libbytesize-size          "68 KB">
    11   <!ENTITY libbytesize-buildsize     "2.7 MB">
     11  <!ENTITY libbytesize-buildsize     "3.0 MB">
    1212  <!ENTITY libbytesize-time          "less than 0.1 SBU">
    1313]>
     
    7171    </itemizedlist>
    7272
     73    <note><para>This package expands to
     74    libbytesize-libbytesize-&libbytesize-version;.</para></note>
     75
     76
    7377   <bridgehead renderas="sect3">libbytesize Dependencies</bridgehead>
    7478
     
    8286      <xref linkend="gtk-doc"/>,
    8387      <xref linkend="python2"/>,
    84       <xref linkend="python3"/>, and
    85       <xref linkend="six"/>
    86         (python module for tests)
     88      <xref linkend="python3"/>,
     89      <xref linkend="six"/> (python module for tests),
     90      <ulink url="https://github.com/rhinstaller/pocketlint/releases">pocketlint</ulink> (python module for one test), and
     91      <ulink url="https://pypi.python.org/pypi/polib">polib</ulink> (python module for one test)
    8792    </para>
    8893
     
    106111
    107112    <para>
    108       If you have the optional python module <xref linkend="six"/>
    109       installed, the regression tests can be run with: <command>make check</command>.
     113      If you have the optional python modules installed, the regression
     114      tests can be run with: <command>make check</command>.
    110115    </para>
    111116
  • general/graphlib/jasper.xml

    r4d185c9e rc6afa0d  
    77  <!ENTITY jasper-download-http "http://www.ece.uvic.ca/~frodo/jasper/software/jasper-&jasper-version;.tar.gz">
    88  <!ENTITY jasper-download-ftp  " ">
    9   <!ENTITY jasper-md5sum        "b839a8bf418a64aa2d06413b23dd5ab3">
     9  <!ENTITY jasper-md5sum        "23561b51da8eb5d0dc85b91eff3d9a7f">
    1010  <!ENTITY jasper-size          "1.6 MB">
    1111  <!ENTITY jasper-buildsize     "11 MB (with tests)">
     
    9191      -DCMAKE_BUILD_TYPE=Release     \
    9292      -DCMAKE_SKIP_INSTALL_RPATH=YES \
     93      -DJAS_ENABLE_DOC=NO            \
    9394      -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/jasper-&jasper-version; \
    9495      ..  &amp;&amp;
     
    108109    <para><option>-DCMAKE_SKIP_INSTALL_RPATH=YES</option>: This option removes
    109110    embedded library search paths.</para>
     111
     112    <para><option>-DJAS_ENABLE_DOC=NO</option>: This option disables
     113    rebuilding the pdf documentation if <xref linkend="texlive"/>
     114    is installed.</para>
    110115
    111116  </sect2>
  • general/prog/ruby.xml

    r4d185c9e rc6afa0d  
    77  <!ENTITY ruby-download-http "http://cache.ruby-lang.org/pub/ruby/&ruby-minor-version;/ruby-&ruby-version;.tar.xz">
    88  <!ENTITY ruby-download-ftp  " ">
    9   <!ENTITY ruby-md5sum        "894467211c4ae1dbf8a41bb0d58bbc89">
    10   <!ENTITY ruby-size          "9.5 MB">
    11   <!ENTITY ruby-buildsize     "338 MB, with checks (add 247 MB for C API docs)">
    12   <!ENTITY ruby-time          "2.4 SBU, with checks (add 0.5 SBU for C API docs)">
     9  <!ENTITY ruby-md5sum        "a991f06ea1a1d421f7888c75f80f12d6">
     10  <!ENTITY ruby-size          "9.6 MB">
     11  <!ENTITY ruby-buildsize     "339 MB, with checks (add 212 MB for C API docs)">
     12  <!ENTITY ruby-time          "2.2 SBU (add 3.5 SBU for tests, add 0.4 SBU for C API docs)">
    1313]>
    1414
     
    112112
    113113    <para>
    114       To test the results, issue: <command>make check</command>.
     114      To test the results, issue: <command>make check</command>. There
     115      are 16949 tests.  Several (about 20) fail and one test hangs, but
     116      the test process can continue with ctrl-C.
    115117    </para>
    116118
Note: See TracChangeset for help on using the changeset viewer.