mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Update to cmake-3.1.0.
Update to dhcpcd-6.6.6. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15217 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
3d30e57af8
commit
a9435c4d04
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
|
||||
<!ENTITY cmake-download-ftp " ">
|
||||
<!ENTITY cmake-md5sum "db4c687a31444a929d2fdc36c4dfb95f">
|
||||
<!ENTITY cmake-size "5.3 MB">
|
||||
<!ENTITY cmake-buildsize "237 MB (additional 188 MB for tests)">
|
||||
<!ENTITY cmake-time "1.8 SBU (additional 4.3 SBU for tests)">
|
||||
<!ENTITY cmake-md5sum "188eb7dc9b1b82b363bc51c0d3f1d461">
|
||||
<!ENTITY cmake-size "5.7 MB">
|
||||
<!ENTITY cmake-buildsize "258 MB (additional 250 MB for tests)">
|
||||
<!ENTITY cmake-time "1.9 SBU (additional 7.1 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="cmake" xreflabel="CMake-&cmake-version;">
|
||||
@ -84,10 +84,34 @@
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="qt4"/> or <xref linkend="qt5"/> (for the Qt-based GUI),
|
||||
<xref linkend="subversion"/> (for testing), and
|
||||
<ulink url="http://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
|
||||
(for building documents)
|
||||
<xref linkend="clucene"/>,
|
||||
<xref linkend="dbus"/>,
|
||||
<xref linkend="freetype2"/>,
|
||||
<xref linkend="giflib"/>,
|
||||
<xref linkend="git"/>,
|
||||
<xref linkend="gtkmm2"/>,
|
||||
<xref linkend="libglade"/>,
|
||||
<xref linkend="libjpeg"/>,
|
||||
<xref linkend="libmng"/>,
|
||||
<xref linkend="librsvg"/>,
|
||||
<xref linkend="libtiff"/>,
|
||||
<xref linkend="libxml2"/>,
|
||||
<xref linkend="mercurial"/>,
|
||||
<xref linkend="mesalib"/>,
|
||||
<xref linkend="openjdk"/>, or
|
||||
<xref linkend="java"/>, or
|
||||
<ulink url="http://www.oracle.com/technetwork/java/javase/downloads/">Oracle's JDK</ulink>,
|
||||
<xref linkend="openssh"/>,
|
||||
<xref linkend="qt4"/>, or <xref linkend="qt5"/> (for the Qt-based GUI),
|
||||
<xref linkend="pangomm"/>,
|
||||
<xref linkend="phonon"/>,
|
||||
<xref linkend="sqlite"/>,
|
||||
<xref linkend="subversion"/> (for testing),
|
||||
<xref linkend="valgrind"/>,
|
||||
<ulink url="https://www.dartlang.org/tools/download.html">Dart</ulink>,
|
||||
and
|
||||
<ulink url="http://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
|
||||
(for building documents)
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
|
@ -47,6 +47,14 @@
|
||||
<listitem>
|
||||
<para>December 18th, 2014</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to dhcpcd-6.6.6. Fixes
|
||||
<ulink url="&blfs-ticket-root;5959">#5959</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to cmake-3.1.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;5958">#5958</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to harfbuzz-0.9.37. Fixes
|
||||
<ulink url="&blfs-ticket-root;5957">#5957</ulink>.</para>
|
||||
|
@ -5,9 +5,9 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY dhcpcd-download-http "http://roy.marples.name/downloads/dhcpcd/dhcpcd-&dhcpcd-version;.tar.bz2">
|
||||
<!ENTITY dhcpcd-download-ftp "ftp://roy.marples.name/pub/dhcpcd/dhcpcd-6.6.5.tar.bz2">
|
||||
<!ENTITY dhcpcd-download-ftp "ftp://roy.marples.name/pub/dhcpcd/dhcpcd-&dhcpcd-version;.tar.bz2">
|
||||
<!--<!ENTITY dhcpcd-download-ftp "ftp://ftp.osuosl.org/pub/gentoo/distfiles/dhcpcd-&dhcpcd-version;.tar.bz2">-->
|
||||
<!ENTITY dhcpcd-md5sum "e56f630a2e1514b1c6c269dfac60f65d">
|
||||
<!ENTITY dhcpcd-md5sum "af3e6cfb1f4e4657035a36716be1c1f6">
|
||||
<!ENTITY dhcpcd-size "156 KB">
|
||||
<!ENTITY dhcpcd-buildsize "2.3 MB">
|
||||
<!ENTITY dhcpcd-time "less than 0.1 SBU">
|
||||
|
@ -246,8 +246,8 @@
|
||||
<!ENTITY bazaar-version "2.5.1">
|
||||
<!ENTITY check-version "0.9.14">
|
||||
<!ENTITY clisp-version "2.49">
|
||||
<!ENTITY cmake-major-version "3.0">
|
||||
<!ENTITY cmake-minor-version "2">
|
||||
<!ENTITY cmake-major-version "3.1">
|
||||
<!ENTITY cmake-minor-version "0">
|
||||
<!ENTITY cmake-version "&cmake-major-version;.&cmake-minor-version;">
|
||||
<!ENTITY cvs-version "1.11.23">
|
||||
<!ENTITY dejagnu-version "1.5.1">
|
||||
@ -335,7 +335,7 @@
|
||||
<!-- Part IV -->
|
||||
<!-- Chapter 14 -->
|
||||
<!ENTITY ppp-version "2.4.5">
|
||||
<!ENTITY dhcpcd-version "6.6.5">
|
||||
<!ENTITY dhcpcd-version "6.6.6">
|
||||
<!ENTITY dhcp-version "4.3.1">
|
||||
|
||||
<!-- Chapter 15 -->
|
||||
|
Loading…
Reference in New Issue
Block a user