mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
• Update to CMake-3.3.0.
• Add Automoc4-0.9.88 as required dependency for Kdelibs-4.14.9. • Fix Mousepad-0.4.0 dependencies: again. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16281 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
9d531873a1
commit
428191d6da
14
general.ent
14
general.ent
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "23"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "24"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "07"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2015">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "July 23rd &year;">
|
||||
<!ENTITY releasedate "July 24th &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
|
||||
@ -17,7 +17,7 @@
|
||||
<!ENTITY maintainer-firstname "BLFS">
|
||||
<!ENTITY maintainer-address "blfs-maintainer@&lfs-domainname;">
|
||||
|
||||
|
||||
|
||||
<!ENTITY lfs-website "http://www.&lfs-domainname;">
|
||||
<!-- downloads - root must not have an entity because it is needed for scripts
|
||||
change svn to x.y for release -->
|
||||
@ -153,18 +153,18 @@ export -f as_root</userinput></screen>
|
||||
<!ENTITY % package-entities SYSTEM "packages.ent">
|
||||
%package-entities;
|
||||
|
||||
<!ENTITY parallel_issues "<note><para>This package may occasionally fail when
|
||||
building with multiple processors. See <xref
|
||||
<!ENTITY parallel_issues "<note><para>This package may occasionally fail when
|
||||
building with multiple processors. See <xref
|
||||
linkend='parallel-builds'/> for more information.</para></note>">
|
||||
|
||||
<!-- KF5 entities -->
|
||||
<!ENTITY kf5-version "5.12.0">
|
||||
<!ENTITY kf5-short-version "5.12">
|
||||
<!ENTITY kf5-base "5.12">
|
||||
<!ENTITY kf5-download-http "http://download.kde.org/stable/frameworks/&kf5-base;">
|
||||
<!ENTITY kf5-download-http "http://download.kde.org/stable/frameworks/&kf5-base;">
|
||||
<!ENTITY kf5-download-ftp "ftp://ftp.kde.org/pub/kde/stable/frameworks/&kf5-base;/">
|
||||
|
||||
<!ENTITY kf5apps-version "15.04.3">
|
||||
<!ENTITY kf5apps-download-http "http://download.kde.org/stable/applications/&kf5apps-version;/src">
|
||||
<!ENTITY kf5apps-download-http "http://download.kde.org/stable/applications/&kf5apps-version;/src">
|
||||
<!ENTITY kf5apps-download-ftp "ftp://ftp.kde.org/pub/kde/stable/&kf5apps-version;/src">
|
||||
|
||||
|
@ -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 "d51c92bf66b1e9d4fe2b7aaedd51377c">
|
||||
<!ENTITY cmake-size "6.2 MB">
|
||||
<!ENTITY cmake-buildsize "638 MB (with test suite and Qt5 <command>cmake-gui</command>)">
|
||||
<!ENTITY cmake-time "3.4 SBU, using parallelism=4 (with test suite and Qt5 <command>cmake-gui</command>)">
|
||||
<!ENTITY cmake-md5sum "b1d4823e3f74c961486d9f253da9825d">
|
||||
<!ENTITY cmake-size "6.3 MB">
|
||||
<!ENTITY cmake-buildsize "658 MB (with test suite and Qt5 <command>cmake-gui</command>)">
|
||||
<!ENTITY cmake-time "3.6 SBU, using parallelism=4 (with test suite and Qt5 <command>cmake-gui</command>)">
|
||||
]>
|
||||
|
||||
<sect1 id="cmake" xreflabel="CMake-&cmake-version;">
|
||||
@ -79,7 +79,7 @@
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="curl"/> and
|
||||
<xref linkend="libarchive"/>
|
||||
<xref linkend="libarchive"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
|
@ -44,6 +44,19 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>July 24th, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - Add automoc4-0.9.88 as required dependency for
|
||||
kdelibs-4.14.9.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to cmake-3.3.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;6748">#6748</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>July 23rd, 2015</para>
|
||||
<itemizedlist>
|
||||
@ -163,7 +176,7 @@
|
||||
<ulink url="&blfs-ticket-root;6693">#6693</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[renodr] - Fixed an issue with a hard dependency on Valgrind
|
||||
<para>[renodr] - Fixed an issue with a hard dependency on Valgrind
|
||||
within libdrm. Thanks to Wayne for discovering the issue. Fixes
|
||||
<ulink url="&blfs-ticket-root;6731">#6731</ulink>.</para>
|
||||
</listitem>
|
||||
@ -400,7 +413,7 @@
|
||||
<ulink url="&blfs-ticket-root;6701">#6701</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update kde5 apps kate, kdenlive, kmix, and
|
||||
<para>[bdubbs] - Update kde5 apps kate, kdenlive, kmix, and
|
||||
konsole to verion 15.04.3. Fixes
|
||||
<ulink url="&blfs-ticket-root;6689">#6689</ulink>.</para>
|
||||
</listitem>
|
||||
@ -707,7 +720,7 @@
|
||||
<ulink url="&blfs-ticket-root;6626">#6626</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>June 24th, 2015</para>
|
||||
@ -786,7 +799,7 @@
|
||||
<para>June 22nd, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to elfutils-0.163. Fixes
|
||||
<para>[renodr] - Update to elfutils-0.163. Fixes
|
||||
<ulink url="&blfs-ticket-root;6630">#6630</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
@ -859,8 +872,8 @@
|
||||
<para>June 18th, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Remove appdata-tools because its
|
||||
functions are now provided by appstream-glib.</para>
|
||||
<para>[bdubbs] - Remove appdata-tools because its
|
||||
functions are now provided by appstream-glib.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to bluez-5.31. Fixes
|
||||
@ -954,7 +967,7 @@
|
||||
<ulink url="&blfs-ticket-root;6586">#6586</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Recommend building gst-plugins-bad with
|
||||
<para>[bdubbs] - Recommend building gst-plugins-bad with
|
||||
clang to avoid video problems. Fixes
|
||||
<ulink url="&blfs-ticket-root;6577">#6577</ulink>.</para>
|
||||
</listitem>
|
||||
@ -979,7 +992,7 @@
|
||||
<ulink url="&blfs-ticket-root;6593">#6593</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - More short descriptions.
|
||||
<para>[fernando] - More short descriptions.
|
||||
<ulink url="&blfs-ticket-root;6602">#6602</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
@ -1024,7 +1037,7 @@
|
||||
<para>June 11th, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Add/update some short descriptions.
|
||||
<para>[bdubbs] - Add/update some short descriptions.
|
||||
Thanks to Denis Mugnier for the patch. Fixes
|
||||
<ulink url="&blfs-ticket-root;6594">#6594</ulink>.</para>
|
||||
</listitem>
|
||||
@ -1358,7 +1371,7 @@
|
||||
<listitem>
|
||||
<para>[renodr] - Add a sed to fix a compilation issue with Valgrind
|
||||
on systems that have a linux-4.x based kernel. Thanks to Armin K.
|
||||
for sending me that sed.</para>
|
||||
for sending me that sed.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
@ -1876,7 +1889,7 @@
|
||||
<para>May 1st, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Minor updates to pango dependencies and
|
||||
<para>[bdubbs] - Minor updates to pango dependencies and
|
||||
freeglut dependencies and build instructions.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
@ -2112,7 +2125,7 @@
|
||||
<para>April 18th, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Fix pointers to ati firmware in xorg drivers section.
|
||||
<para>[bdubbs] - Fix pointers to ati firmware in xorg drivers section.
|
||||
Fixes <ulink url="&blfs-ticket-root;6364">#6364</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
@ -2124,7 +2137,7 @@
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Add a section on installing firmware.
|
||||
Most of the update was done by Ken. Partially addresses
|
||||
Most of the update was done by Ken. Partially addresses
|
||||
<ulink url="&blfs-ticket-root;6364">#6364</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
@ -2747,7 +2760,7 @@
|
||||
<para>March 29th, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to whois-5.2.7. Fixes
|
||||
<para>[renodr] - Update to whois-5.2.7. Fixes
|
||||
<ulink url="&blfs-ticket-root;6339">#6339</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
@ -3002,7 +3015,7 @@
|
||||
<ulink url="&blfs-ticket-root;6313">#6313</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to glib-2.44.0.</para>
|
||||
<para>[bdubbs] - Update to glib-2.44.0.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to librep-0.92.5. Fixes
|
||||
@ -3322,7 +3335,7 @@
|
||||
<para>[bdubbs] - Update to xfwm4-4.12.2.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[igor] - Update to unbound-1.5.2. Fixes
|
||||
<para>[igor] - Update to unbound-1.5.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;6163">#6163</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
@ -3348,11 +3361,11 @@
|
||||
<para>March 16th, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to xfce-4.12. Fixes
|
||||
<para>[bdubbs] - Update to xfce-4.12. Fixes
|
||||
<ulink url="&blfs-ticket-root;6215">#6215</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to parole-0.8.0. Fixes
|
||||
<para>[bdubbs] - Update to parole-0.8.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;4787">#4787</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@ -61,6 +61,7 @@
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="attica"/>,
|
||||
<xref linkend="automoc4"/>,
|
||||
<xref linkend="DocBook"/>,
|
||||
<xref linkend="docbook-xsl"/>,
|
||||
<xref linkend="giflib"/>,
|
||||
@ -132,7 +133,7 @@ sed -i "s@applications.menu@kde-&@" \
|
||||
<para>Install <application>Kdelibs</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<!-- I wouldn't recommend installing D-Bus configuration files outside of
|
||||
<!-- I wouldn't recommend installing D-Bus configuration files outside of
|
||||
/etc if kde-dir is /usr, maybe kde-etc-dir should be introduced? -->
|
||||
|
||||
<screen><userinput>mkdir build &&
|
||||
@ -169,8 +170,8 @@ make</userinput></screen>
|
||||
|
||||
<para><option>-DDOCBOOKXML_CURRENTDTD_DIR=...</option>: This switch is used to
|
||||
tell <command>cmake</command> where to find the XML DTDs.</para>
|
||||
|
||||
<para><option>-DWITH_SOLID_UDISKS2=TRUE</option>: Use this switch if you
|
||||
|
||||
<para><option>-DWITH_SOLID_UDISKS2=TRUE</option>: Use this switch if you
|
||||
have <application>UDisks2</application>.</para>
|
||||
|
||||
</sect2>
|
||||
|
10
packages.ent
10
packages.ent
@ -181,7 +181,7 @@
|
||||
<!ENTITY openjpeg-version "1.5.2">
|
||||
<!ENTITY openjpeg2-version "2.1.0">
|
||||
<!ENTITY pixman-version "0.32.6"> <!-- Even minors only -->
|
||||
<!ENTITY poppler-version "0.34.0">
|
||||
<!ENTITY poppler-version "0.34.0">
|
||||
<!ENTITY qpdf-version "5.1.3">
|
||||
|
||||
<!-- Chapter 11 -->
|
||||
@ -248,8 +248,8 @@
|
||||
<!ENTITY bazaar-version "2.5.1">
|
||||
<!ENTITY check-version "0.9.14">
|
||||
<!ENTITY clisp-version "2.49">
|
||||
<!ENTITY cmake-major-version "3.2">
|
||||
<!ENTITY cmake-minor-version "3">
|
||||
<!ENTITY cmake-major-version "3.3">
|
||||
<!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.3">
|
||||
@ -501,11 +501,11 @@
|
||||
|
||||
<!-- Part VII -->
|
||||
<!-- Chapters 27-29 --> <!-- stable lt .90 micro version -->
|
||||
<!ENTITY kde-version "15.04.2">
|
||||
<!ENTITY kde-version "15.04.2">
|
||||
<!ENTITY kde-old-version "4.14.3">
|
||||
<!ENTITY kactivities-version "4.13.3">
|
||||
<!ENTITY kde-apps-version "15.04.2"> <!-- applies to kde packages -->
|
||||
<!ENTITY kde-libs-version "4.14.9">
|
||||
<!ENTITY kde-libs-version "4.14.9">
|
||||
<!ENTITY kde-dldir "&kde-version;">
|
||||
<!ENTITY kde-download-http "http://download.kde.org/stable/">
|
||||
<!ENTITY kde-download-ftp "ftp://ftp.kde.org/pub/kde/stable/">
|
||||
|
@ -76,13 +76,13 @@
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="gtksourceview"/>
|
||||
<xref linkend="gtksourceview"/> (optionally, it can be built with
|
||||
<ulink url="http://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.10/">gtksourceview-2</ulink>)
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="dbus-glib"/> and
|
||||
<ulink url="http://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.10/">gtksourceview-2</ulink>
|
||||
<xref linkend="dbus-glib"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
|
Loading…
Reference in New Issue
Block a user