Author: fernando
Date: Wed Dec 30 14:48:49 2015
New Revision: 16772
Log:
• Update to firefox-43.0.3.
• Update to audacious-3.7.1, audacious-plugins-3.7.1.
• Update to xapian-core-1.2.22.
• Update to wireshark-2.0.1.
• Update to doxygen-1.8.11.
Modified:
trunk/BOOK/general/genlib/xapian.xml
trunk/BOOK/general/prog/doxygen.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/audioutils/audacious.xml
trunk/BOOK/networking/netutils/wireshark.xml
trunk/BOOK/packages.ent
trunk/BOOK/xsoft/graphweb/firefox.xml
Modified: trunk/BOOK/general/genlib/xapian.xml
==============================================================================
--- trunk/BOOK/general/genlib/xapian.xml Wed Dec 30 08:47:05 2015
(r16771)
+++ trunk/BOOK/general/genlib/xapian.xml Wed Dec 30 14:48:49 2015
(r16772)
@@ -7,10 +7,10 @@
<!ENTITY xapian-download-http
"http://oligarchy.co.uk/xapian/&xapian-version;/xapian-core-&xapian-version;.tar.xz">
<!ENTITY xapian-download-ftp " ">
- <!ENTITY xapian-md5sum "276497a458a8ae63e7dceb372cc1bc37">
+ <!ENTITY xapian-md5sum "09c59290aa8f6b4ea73c3788636e44a5">
<!ENTITY xapian-size "3.1 MB">
- <!ENTITY xapian-buildsize "158 MB (additional 151 MB for tests)">
- <!ENTITY xapian-time "1.2 SBU (additional 19 SBU for tests)">
+ <!ENTITY xapian-buildsize "189 MB (additional 128 MB for tests)">
+ <!ENTITY xapian-time "1.2 SBU (additional 20 SBU for tests)">
]>
<sect1 id="xapian" xreflabel="xapian-&xapian-version;">
Modified: trunk/BOOK/general/prog/doxygen.xml
==============================================================================
--- trunk/BOOK/general/prog/doxygen.xml Wed Dec 30 08:47:05 2015 (r16771)
+++ trunk/BOOK/general/prog/doxygen.xml Wed Dec 30 14:48:49 2015 (r16772)
@@ -6,9 +6,9 @@
<!ENTITY doxygen-download-http
"http://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz">
<!ENTITY doxygen-download-ftp
"ftp://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz">
- <!ENTITY doxygen-md5sum "79767ccd986f12a0f949015efb5f058f">
- <!ENTITY doxygen-size "4.6 MB">
- <!ENTITY doxygen-buildsize "174 MB (with all programs, docs and tests)">
+ <!ENTITY doxygen-md5sum "f4697a444feaed739cfa2f0644abc19b">
+ <!ENTITY doxygen-size "4.7 MB">
+ <!ENTITY doxygen-buildsize "176 MB (with all programs, docs and tests)">
<!ENTITY doxygen-time "2.4 SBU (with all programs, docs and tests)">
]>
@@ -85,14 +85,15 @@
</para>
</listitem>
</itemizedlist>
-
+<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required patch: <ulink
url="&patch-root;/doxygen-&doxygen-version;-flex_2_6_0_fix-1.patch"/></para>
</listitem>
- </itemizedlist>
+ </itemizedlist>-->
+
<bridgehead renderas="sect3">Doxygen Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@@ -107,7 +108,8 @@
<xref linkend="libxml2"/>,
<xref linkend="llvm"/> (with clang),
<xref linkend="python2"/> or <xref linkend="python3"/>,
- <xref linkend="qt4"/> (for doxywizard),
+ <xref linkend="qt4"/> or
+ <xref linkend="qt5"/> (for doxywizard),
<xref linkend="texlive"/> (or <xref linkend="tl-installer"/>) and
<xref linkend="xapian"/> (for doxyindexer)
</para>
@@ -121,13 +123,6 @@
<title>Installation of Doxygen</title>
<para>
- First, fix building <application>Doxygen</application> with a newer
- version of <application>Flex</application>.
- </para>
-
-<screen><userinput>patch -p1 -i
../doxygen-&doxygen-version;-flex_2_6_0_fix-1.patch</userinput></screen>
-
- <para>
Install <application>Doxygen</application> by running the following
commands:
</para>
@@ -153,9 +148,7 @@
installed, then issue the following command:
</para>
-<screen><userinput>sed -i 's:man/man1:share/&:' ../doc/CMakeLists.txt
&&
-
-cmake -DDOC_INSTALL_DIR=share/doc/doxygen-&doxygen-version; -Dbuild_doc=ON ..
&&
+<screen><userinput>cmake -DDOC_INSTALL_DIR=share/doc/doxygen-&doxygen-version;
-Dbuild_doc=ON .. &&
make docs</userinput></screen>
@@ -166,17 +159,18 @@
<screen role="root"><userinput>make install &&
install -vm644 ../doc/*.1 /usr/share/man/man1</userinput></screen>
+ <para>
+ If you have generated the package documentation, then the man pages are
+ automatically installed, and you do not need to run the last
+ <command>install ...</command> command.
+ </para>
+
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
- <command>sed -i ... CMakeLists.txt</command>: Fixes the directory where
- the man pages are installed.
- </para>
-
- <para>
<option>-Dbuild_wizard=ON</option>: Use this switch if
<application>Qt4</application> is installed and you wish to build the GUI
front-end.
@@ -190,6 +184,11 @@
</para>
<para>
+ <option>-Dforce_qt4=ON</option>: Use this switch to build
+ <command>doxywizard</command> with Qt4 even if Qt5 is installed.
+ </para>
+
+ <para>
<option>-Duse_libclang=ON</option>: Use this switch if
<application>llvm</application> with <application>clang</application> are
installed, to add support for libclang parsing.
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Wed Dec 30 08:47:05
2015 (r16771)
+++ trunk/BOOK/introduction/welcome/changelog.xml Wed Dec 30 14:48:49
2015 (r16772)
@@ -48,6 +48,26 @@
<para>December 30th, 2015</para>
<itemizedlist>
<listitem>
+ <para>[fernando] - Update to doxygen-1.8.11. Fixes
+ <ulink url="&blfs-ticket-root;7306">#7306</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[fernando] - Update to wireshark-2.0.1. Fixes
+ <ulink url="&blfs-ticket-root;7305">#7305</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[fernando] - Update to xapian-core-1.2.22. Fixes
+ <ulink url="&blfs-ticket-root;7304">#7304</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[fernando] - Update to audacious-3.7.1,
audacious-plugins-3.7.1. Fixes
+ <ulink url="&blfs-ticket-root;7303">#7303</ulink>.</para>
+ </listitem>
+ <listitem>
+ <para>[fernando] - Update to firefox-43.0.3. Fixes
+ <ulink url="&blfs-ticket-root;7301">#7301</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[fernando] - Update to gnumeric-1.12.26. Fixes
<ulink url="&blfs-ticket-root;7300">#7300</ulink>.</para>
</listitem>
Modified: trunk/BOOK/multimedia/audioutils/audacious.xml
==============================================================================
--- trunk/BOOK/multimedia/audioutils/audacious.xml Wed Dec 30 08:47:05
2015 (r16771)
+++ trunk/BOOK/multimedia/audioutils/audacious.xml Wed Dec 30 14:48:49
2015 (r16772)
@@ -7,16 +7,16 @@
<!ENTITY audacious-download-http
"http://distfiles.audacious-media-player.org/audacious-&audacious-version;.tar.bz2">
<!ENTITY audacious-download-ftp " ">
- <!ENTITY audacious-md5sum "e331bfbd01d070c34f2620949fadbe51">
+ <!ENTITY audacious-md5sum "093208db6d22e9fa225cb8d83b981907">
<!ENTITY audacious-size "560 KB">
<!ENTITY audacious-buildsize "47 MB (with Gtk and Qt5 user
interfaces)">
<!ENTITY audacious-time "0.5 SBU (with Gtk and Qt5 user
interfaces)">
<!ENTITY audacious-plugins-download
"http://distfiles.audacious-media-player.org/audacious-plugins-&audacious-plugins-version;.tar.bz2">
- <!ENTITY audacious-plugins-md5sum "babbb3dbf9ccb649067550122ce1b7be">
+ <!ENTITY audacious-plugins-md5sum "1cbf90fa8a3a9f30f8e68333399f68c2">
<!ENTITY audacious-plugins-size "1.8 MB">
- <!ENTITY audacious-plugins-buildsize "140 MB (with Gtk and Qt5 user
interfaces)">
+ <!ENTITY audacious-plugins-buildsize "139 MB (with Gtk and Qt5 user
interfaces)">
<!ENTITY audacious-plugins-time "1.5 SBU (with Gtk and Qt5 user
interfaces)">
]>
@@ -308,7 +308,7 @@
audacious and audtool
</seg>
<seg>
- libaudcore.so, libaudgui.so, libaudtag.so, libaudqt.so, and several
+ libaudcore.so, libaudgui.so, libaudqt.so, libaudtag.so, and several
plugin libraries under /usr/lib/audacious/ sub-directories
</seg>
<seg>
Modified: trunk/BOOK/networking/netutils/wireshark.xml
==============================================================================
--- trunk/BOOK/networking/netutils/wireshark.xml Wed Dec 30 08:47:05
2015 (r16771)
+++ trunk/BOOK/networking/netutils/wireshark.xml Wed Dec 30 14:48:49
2015 (r16772)
@@ -6,9 +6,9 @@
<!ENTITY wireshark-download-http
"https://www.wireshark.org/download/src/all-versions/wireshark-&wireshark-version;.tar.bz2">
<!ENTITY wireshark-download-ftp
"ftp://ftp.uni-kl.de/pub/wireshark/src/wireshark-&wireshark-version;.tar.bz2">
- <!ENTITY wireshark-md5sum "5909af2a09a9a3023ba61bc62e787ad2">
+ <!ENTITY wireshark-md5sum "c1610ab2238965363b811e5188750fb1">
<!ENTITY wireshark-size "30 MB">
- <!ENTITY wireshark-buildsize "2.1 GB, with default GUI front-ends">
+ <!ENTITY wireshark-buildsize "2 GB, with default GUI front-ends">
<!ENTITY wireshark-time "8.1 SBU, with default GUI front-ends">
]>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Wed Dec 30 08:47:05 2015 (r16771)
+++ trunk/BOOK/packages.ent Wed Dec 30 14:48:49 2015 (r16772)
@@ -152,7 +152,7 @@
<!ENTITY talloc-version "2.1.5">
<!ENTITY wayland-version "1.9.0">
<!ENTITY wv-version "1.2.9">
-<!ENTITY xapian-version "1.2.21">
+<!ENTITY xapian-version "1.2.22">
<!-- Chapter 10 -->
<!ENTITY aalib-version "1.4rc5">
@@ -257,7 +257,7 @@
<!ENTITY cmake-version
"&cmake-major-version;.&cmake-minor-version;">
<!--<!ENTITY cvs-version "1.11.23">-->
<!ENTITY dejagnu-version "1.5.3">
-<!ENTITY doxygen-version "1.8.10">
+<!ENTITY doxygen-version "1.8.11">
<!ENTITY elfutils-version "0.164">
<!ENTITY expect-version "5.45">
<!ENTITY gcc-version "5.3.0">
@@ -379,7 +379,7 @@
<!ENTITY traceroute-version "2.0.21">
<!ENTITY whois-version "5.2.11">
<!ENTITY wicd-version "1.7.3">
-<!ENTITY wireshark-version "2.0.0"> <!-- even minors only -->
+<!ENTITY wireshark-version "2.0.1"> <!-- even minors only -->
<!ENTITY wicd-major-version "1.7">
@@ -652,7 +652,7 @@
<!-- Chapter 43 -->
<!ENTITY seamonkey-version "2.39">
-<!ENTITY firefox-version "43.0.2">
+<!ENTITY firefox-version "43.0.3">
<!-- Chapter 44 -->
<!ENTITY balsa-version "2.5.2">
@@ -752,8 +752,8 @@
<!ENTITY lame-version "3.99.5">
<!ENTITY CDParanoia-version "III-10.2">
<!ENTITY freetts-version "1.2.2">
-<!ENTITY audacious-version "3.7">
-<!ENTITY audacious-plugins-version "3.7">
+<!ENTITY audacious-version "3.7.1">
+<!ENTITY audacious-plugins-version "3.7.1">
<!ENTITY amarok-version "2.8.0">
<!ENTITY pnmixer-version "0.5.1">
Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
==============================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml Wed Dec 30 08:47:05 2015
(r16771)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml Wed Dec 30 14:48:49 2015
(r16772)
@@ -8,10 +8,10 @@
<!-- 550 Permission denied.
<!ENTITY firefox-download-ftp
"&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
-->
<!ENTITY firefox-download-ftp " ">
- <!ENTITY firefox-md5sum "357bcebe6a5b77876a3df8916e6363d3">
+ <!ENTITY firefox-md5sum "daa8cb66e5c2bd696d69046ac8cee15b">
<!ENTITY firefox-size "168 MB">
<!ENTITY firefox-buildsize "4.1 GB (82 MB installed)">
- <!ENTITY firefox-time "9.8 SBU (with parallelism=4)">
+ <!ENTITY firefox-time "10 SBU (with parallelism=4)">
]>
<sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page