mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
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
This commit is contained in:
parent
4d185c9e2c
commit
c6afa0d1a2
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY libbytesize-download-http "https://github.com/storaged-project/libbytesize/archive/libbytesize-&libbytesize-version;.tar.gz">
|
||||
<!ENTITY libbytesize-download-ftp " ">
|
||||
<!ENTITY libbytesize-md5sum "c469110ae134ea3a58546ba13fdb5074">
|
||||
<!ENTITY libbytesize-md5sum "66b750a160fb3b6dee813943d7fe6f60">
|
||||
<!ENTITY libbytesize-size "68 KB">
|
||||
<!ENTITY libbytesize-buildsize "2.7 MB">
|
||||
<!ENTITY libbytesize-buildsize "3.0 MB">
|
||||
<!ENTITY libbytesize-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
@ -70,6 +70,10 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<note><para>This package expands to
|
||||
libbytesize-libbytesize-&libbytesize-version;.</para></note>
|
||||
|
||||
|
||||
<bridgehead renderas="sect3">libbytesize Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
@ -81,9 +85,10 @@
|
||||
<para role="optional">
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<xref linkend="python2"/>,
|
||||
<xref linkend="python3"/>, and
|
||||
<xref linkend="six"/>
|
||||
(python module for tests)
|
||||
<xref linkend="python3"/>,
|
||||
<xref linkend="six"/> (python module for tests),
|
||||
<ulink url="https://github.com/rhinstaller/pocketlint/releases">pocketlint</ulink> (python module for one test), and
|
||||
<ulink url="https://pypi.python.org/pypi/polib">polib</ulink> (python module for one test)
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
@ -105,8 +110,8 @@
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
If you have the optional python module <xref linkend="six"/>
|
||||
installed, the regression tests can be run with: <command>make check</command>.
|
||||
If you have the optional python modules installed, the regression
|
||||
tests can be run with: <command>make check</command>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<!ENTITY jasper-download-http "http://www.ece.uvic.ca/~frodo/jasper/software/jasper-&jasper-version;.tar.gz">
|
||||
<!ENTITY jasper-download-ftp " ">
|
||||
<!ENTITY jasper-md5sum "b839a8bf418a64aa2d06413b23dd5ab3">
|
||||
<!ENTITY jasper-md5sum "23561b51da8eb5d0dc85b91eff3d9a7f">
|
||||
<!ENTITY jasper-size "1.6 MB">
|
||||
<!ENTITY jasper-buildsize "11 MB (with tests)">
|
||||
<!ENTITY jasper-time "0.3 SBU (with tests)">
|
||||
@ -90,6 +90,7 @@ cd BUILD &&
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_SKIP_INSTALL_RPATH=YES \
|
||||
-DJAS_ENABLE_DOC=NO \
|
||||
-DCMAKE_INSTALL_DOCDIR=/usr/share/doc/jasper-&jasper-version; \
|
||||
.. &&
|
||||
make</userinput></screen>
|
||||
@ -108,6 +109,10 @@ make</userinput></screen>
|
||||
<para><option>-DCMAKE_SKIP_INSTALL_RPATH=YES</option>: This option removes
|
||||
embedded library search paths.</para>
|
||||
|
||||
<para><option>-DJAS_ENABLE_DOC=NO</option>: This option disables
|
||||
rebuilding the pdf documentation if <xref linkend="texlive"/>
|
||||
is installed.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY ruby-download-http "http://cache.ruby-lang.org/pub/ruby/&ruby-minor-version;/ruby-&ruby-version;.tar.xz">
|
||||
<!ENTITY ruby-download-ftp " ">
|
||||
<!ENTITY ruby-md5sum "894467211c4ae1dbf8a41bb0d58bbc89">
|
||||
<!ENTITY ruby-size "9.5 MB">
|
||||
<!ENTITY ruby-buildsize "338 MB, with checks (add 247 MB for C API docs)">
|
||||
<!ENTITY ruby-time "2.4 SBU, with checks (add 0.5 SBU for C API docs)">
|
||||
<!ENTITY ruby-md5sum "a991f06ea1a1d421f7888c75f80f12d6">
|
||||
<!ENTITY ruby-size "9.6 MB">
|
||||
<!ENTITY ruby-buildsize "339 MB, with checks (add 212 MB for C API docs)">
|
||||
<!ENTITY ruby-time "2.2 SBU (add 3.5 SBU for tests, add 0.4 SBU for C API docs)">
|
||||
]>
|
||||
|
||||
<sect1 id="ruby" xreflabel="Ruby-&ruby-version;">
|
||||
@ -111,7 +111,9 @@ make</userinput></screen>
|
||||
<screen><userinput>make capi</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make check</command>.
|
||||
To test the results, issue: <command>make check</command>. There
|
||||
are 16949 tests. Several (about 20) fail and one test hangs, but
|
||||
the test process can continue with ctrl-C.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -44,6 +44,22 @@
|
||||
<listitem>
|
||||
<para>September 17th, 2017</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to ruby-2.4.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;9768">#9768</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to jasper-2.0.14. Fixes
|
||||
<ulink url="&blfs-ticket-root;9767">#9767</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to libbytesize-1.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;9766">#9766</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to cups-filters-1.17.5. Fixes
|
||||
<ulink url="&blfs-ticket-root;9764">#9764</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to WebKitGTK+-2.18.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;9748">#9748</ulink>.</para>
|
||||
|
@ -126,7 +126,7 @@
|
||||
<!ENTITY libatasmart-version "0.19">
|
||||
<!ENTITY libatomic_ops-version "7.4.6">
|
||||
<!ENTITY libblockdev-version "2.12-1">
|
||||
<!ENTITY libbytesize-version "0.11">
|
||||
<!ENTITY libbytesize-version "1.0">
|
||||
<!ENTITY libcroco-version "0.6.12">
|
||||
<!ENTITY libdaemon-version "0.14">
|
||||
<!ENTITY libdrm-version "2.4.83">
|
||||
@ -195,7 +195,7 @@
|
||||
<!ENTITY graphite2-version "1.3.10">
|
||||
<!ENTITY harfbuzz-version "1.5.1">
|
||||
<!ENTITY ijs-version "0.35">
|
||||
<!ENTITY jasper-version "2.0.12">
|
||||
<!ENTITY jasper-version "2.0.14">
|
||||
<!ENTITY lcms-version "1.19">
|
||||
<!ENTITY lcms2-version "2.8">
|
||||
<!ENTITY libexif-version "0.6.21">
|
||||
@ -318,7 +318,7 @@
|
||||
<!ENTITY python2-version "2.7.13">
|
||||
<!ENTITY python3-version "3.6.2">
|
||||
<!ENTITY ruby-minor-version "2.4">
|
||||
<!ENTITY ruby-patch-version "1">
|
||||
<!ENTITY ruby-patch-version "2">
|
||||
<!ENTITY ruby-version "&ruby-minor-version;.&ruby-patch-version;">
|
||||
<!ENTITY rust-version "1.19.0">
|
||||
<!ENTITY scons-version "2.5.1">
|
||||
@ -843,7 +843,7 @@
|
||||
<!-- Part XII -->
|
||||
<!-- Chapter 50 -->
|
||||
<!ENTITY cups-version "2.2.4">
|
||||
<!ENTITY cups-filters-version "1.17.4">
|
||||
<!ENTITY cups-filters-version "1.17.5">
|
||||
<!ENTITY gs-version "9.21">
|
||||
<!ENTITY gutenprint-version "5.2.13">
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
<!ENTITY cups-filters-download-http
|
||||
"https://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
|
||||
<!ENTITY cups-filters-download-ftp " ">
|
||||
<!ENTITY cups-filters-md5sum "83c18c2f4296448551a8dd26c4a7ef69">
|
||||
<!ENTITY cups-filters-md5sum "b177a604d78a636808193f3830106ac5">
|
||||
<!ENTITY cups-filters-size "1.4 MB">
|
||||
<!ENTITY cups-filters-buildsize "33 MB (with tests)">
|
||||
<!ENTITY cups-filters-time "0.4 SBU (with tests)">
|
||||
|
Loading…
Reference in New Issue
Block a user