• 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.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16772 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2015-12-30 22:48:49 +00:00
parent b1d3c72abb
commit 13d0d6f091
7 changed files with 57 additions and 38 deletions

View File

@ -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;">

View File

@ -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>
@ -120,13 +122,6 @@
<sect2 role="installation">
<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:
@ -153,9 +148,7 @@ make</userinput></screen>
installed, then issue the following command:
</para>
<screen><userinput>sed -i 's:man/man1:share/&amp;:' ../doc/CMakeLists.txt &amp;&amp;
cmake -DDOC_INSTALL_DIR=share/doc/doxygen-&doxygen-version; -Dbuild_doc=ON .. &amp;&amp;
<screen><userinput>cmake -DDOC_INSTALL_DIR=share/doc/doxygen-&doxygen-version; -Dbuild_doc=ON .. &amp;&amp;
make docs</userinput></screen>
@ -166,16 +159,17 @@ make docs</userinput></screen>
<screen role="root"><userinput>make install &amp;&amp;
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
@ -189,6 +183,11 @@ install -vm644 ../doc/*.1 /usr/share/man/man1</userinput></screen>
<command>doxyindexer)</command>.
</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

View File

@ -47,6 +47,26 @@
<listitem>
<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>

View File

@ -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 @@ sed -e '/^Name/ s/$/ Qt/' \
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>

View File

@ -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">
]>

View File

@ -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">

View File

@ -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;">