Changeset 13d0d6f0


Ignore:
Timestamp:
12/30/2015 10:48:49 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
10f9bb45
Parents:
b1d3c72a
Message:
  • 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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/xapian.xml

    rb1d3c72a r13d0d6f0  
    88           "http://oligarchy.co.uk/xapian/&xapian-version;/xapian-core-&xapian-version;.tar.xz">
    99  <!ENTITY xapian-download-ftp  " ">
    10   <!ENTITY xapian-md5sum        "276497a458a8ae63e7dceb372cc1bc37">
     10  <!ENTITY xapian-md5sum        "09c59290aa8f6b4ea73c3788636e44a5">
    1111  <!ENTITY xapian-size          "3.1 MB">
    12   <!ENTITY xapian-buildsize     "158 MB (additional 151 MB for tests)">
    13   <!ENTITY xapian-time          "1.2 SBU (additional 19 SBU for tests)">
     12  <!ENTITY xapian-buildsize     "189 MB (additional 128 MB for tests)">
     13  <!ENTITY xapian-time          "1.2 SBU (additional 20 SBU for tests)">
    1414]>
    1515
  • general/prog/doxygen.xml

    rb1d3c72a r13d0d6f0  
    77  <!ENTITY doxygen-download-http "http://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz">
    88  <!ENTITY doxygen-download-ftp  "ftp://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz">
    9   <!ENTITY doxygen-md5sum        "79767ccd986f12a0f949015efb5f058f">
    10   <!ENTITY doxygen-size          "4.6 MB">
    11   <!ENTITY doxygen-buildsize     "174 MB (with all programs, docs and tests)">
     9  <!ENTITY doxygen-md5sum        "f4697a444feaed739cfa2f0644abc19b">
     10  <!ENTITY doxygen-size          "4.7 MB">
     11  <!ENTITY doxygen-buildsize     "176 MB (with all programs, docs and tests)">
    1212  <!ENTITY doxygen-time          "2.4 SBU (with all programs, docs and tests)">
    1313]>
     
    8686      </listitem>
    8787    </itemizedlist>
    88 
     88<!--
    8989    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    9090    <itemizedlist spacing='compact'>
     
    9393          url="&patch-root;/doxygen-&doxygen-version;-flex_2_6_0_fix-1.patch"/></para>
    9494      </listitem>
    95     </itemizedlist>
     95    </itemizedlist>-->
     96
    9697    <bridgehead renderas="sect3">Doxygen Dependencies</bridgehead>
    9798
     
    108109      <xref linkend="llvm"/> (with clang),
    109110      <xref linkend="python2"/> or <xref linkend="python3"/>,
    110       <xref linkend="qt4"/> (for doxywizard),
     111      <xref linkend="qt4"/> or
     112      <xref linkend="qt5"/> (for doxywizard),
    111113      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>) and
    112114      <xref linkend="xapian"/> (for doxyindexer)
     
    120122  <sect2 role="installation">
    121123    <title>Installation of Doxygen</title>
    122 
    123     <para>
    124       First, fix building <application>Doxygen</application> with a newer
    125       version of <application>Flex</application>.
    126     </para>
    127 
    128 <screen><userinput>patch -p1 -i ../doxygen-&doxygen-version;-flex_2_6_0_fix-1.patch</userinput></screen>
    129124
    130125    <para>
     
    154149    </para>
    155150
    156 <screen><userinput>sed -i 's:man/man1:share/&amp;:' ../doc/CMakeLists.txt &amp;&amp;
    157 
    158 cmake -DDOC_INSTALL_DIR=share/doc/doxygen-&doxygen-version; -Dbuild_doc=ON .. &amp;&amp;
     151<screen><userinput>cmake -DDOC_INSTALL_DIR=share/doc/doxygen-&doxygen-version; -Dbuild_doc=ON .. &amp;&amp;
    159152
    160153make docs</userinput></screen>
     
    167160install -vm644 ../doc/*.1 /usr/share/man/man1</userinput></screen>
    168161
     162    <para>
     163      If you have generated the package documentation, then the man pages are
     164      automatically installed, and you do not need to run the last
     165      <command>install ...</command> command.
     166    </para>
     167
    169168  </sect2>
    170169
    171170  <sect2 role="commands">
    172171    <title>Command Explanations</title>
    173 
    174     <para>
    175       <command>sed -i ... CMakeLists.txt</command>: Fixes the directory where
    176       the man pages are installed.
    177     </para>
    178172
    179173    <para>
     
    188182      external search tools (<command>doxysearch.cgi</command> and
    189183      <command>doxyindexer)</command>.
     184    </para>
     185
     186    <para>
     187      <option>-Dforce_qt4=ON</option>: Use this switch to build
     188      <command>doxywizard</command> with Qt4 even if Qt5 is installed.
    190189    </para>
    191190
  • introduction/welcome/changelog.xml

    rb1d3c72a r13d0d6f0  
    4848      <para>December 30th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to doxygen-1.8.11. Fixes
     52          <ulink url="&blfs-ticket-root;7306">#7306</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - Update to wireshark-2.0.1. Fixes
     56          <ulink url="&blfs-ticket-root;7305">#7305</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[fernando] - Update to xapian-core-1.2.22. Fixes
     60          <ulink url="&blfs-ticket-root;7304">#7304</ulink>.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[fernando] - Update to audacious-3.7.1, audacious-plugins-3.7.1. Fixes
     64          <ulink url="&blfs-ticket-root;7303">#7303</ulink>.</para>
     65        </listitem>
     66        <listitem>
     67          <para>[fernando] - Update to firefox-43.0.3. Fixes
     68          <ulink url="&blfs-ticket-root;7301">#7301</ulink>.</para>
     69        </listitem>
    5070        <listitem>
    5171          <para>[fernando] - Update to gnumeric-1.12.26. Fixes
  • multimedia/audioutils/audacious.xml

    rb1d3c72a r13d0d6f0  
    88           "http://distfiles.audacious-media-player.org/audacious-&audacious-version;.tar.bz2">
    99  <!ENTITY audacious-download-ftp         " ">
    10   <!ENTITY audacious-md5sum               "e331bfbd01d070c34f2620949fadbe51">
     10  <!ENTITY audacious-md5sum               "093208db6d22e9fa225cb8d83b981907">
    1111  <!ENTITY audacious-size                 "560 KB">
    1212  <!ENTITY audacious-buildsize            "47 MB (with Gtk and Qt5 user interfaces)">
     
    1515  <!ENTITY audacious-plugins-download
    1616           "http://distfiles.audacious-media-player.org/audacious-plugins-&audacious-plugins-version;.tar.bz2">
    17   <!ENTITY audacious-plugins-md5sum       "babbb3dbf9ccb649067550122ce1b7be">
     17  <!ENTITY audacious-plugins-md5sum       "1cbf90fa8a3a9f30f8e68333399f68c2">
    1818  <!ENTITY audacious-plugins-size         "1.8 MB">
    19   <!ENTITY audacious-plugins-buildsize    "140 MB (with Gtk and Qt5 user interfaces)">
     19  <!ENTITY audacious-plugins-buildsize    "139 MB (with Gtk and Qt5 user interfaces)">
    2020  <!ENTITY audacious-plugins-time         "1.5 SBU (with Gtk and Qt5 user interfaces)">
    2121]>
     
    309309        </seg>
    310310        <seg>
    311           libaudcore.so, libaudgui.so, libaudtag.so, libaudqt.so, and several
     311          libaudcore.so, libaudgui.so, libaudqt.so, libaudtag.so, and several
    312312          plugin libraries under /usr/lib/audacious/ sub-directories
    313313        </seg>
  • networking/netutils/wireshark.xml

    rb1d3c72a r13d0d6f0  
    77  <!ENTITY wireshark-download-http "https://www.wireshark.org/download/src/all-versions/wireshark-&wireshark-version;.tar.bz2">
    88  <!ENTITY wireshark-download-ftp  "ftp://ftp.uni-kl.de/pub/wireshark/src/wireshark-&wireshark-version;.tar.bz2">
    9   <!ENTITY wireshark-md5sum        "5909af2a09a9a3023ba61bc62e787ad2">
     9  <!ENTITY wireshark-md5sum        "c1610ab2238965363b811e5188750fb1">
    1010  <!ENTITY wireshark-size          "30 MB">
    11   <!ENTITY wireshark-buildsize     "2.1 GB, with default GUI front-ends">
     11  <!ENTITY wireshark-buildsize     "2 GB, with default GUI front-ends">
    1212  <!ENTITY wireshark-time          "8.1 SBU, with default GUI front-ends">
    1313]>
  • packages.ent

    rb1d3c72a r13d0d6f0  
    153153<!ENTITY wayland-version              "1.9.0">
    154154<!ENTITY wv-version                   "1.2.9">
    155 <!ENTITY xapian-version               "1.2.21">
     155<!ENTITY xapian-version               "1.2.22">
    156156
    157157<!-- Chapter 10 -->
     
    258258<!--<!ENTITY cvs-version                  "1.11.23">-->
    259259<!ENTITY dejagnu-version              "1.5.3">
    260 <!ENTITY doxygen-version              "1.8.10">
     260<!ENTITY doxygen-version              "1.8.11">
    261261<!ENTITY elfutils-version             "0.164">
    262262<!ENTITY expect-version               "5.45">
     
    380380<!ENTITY whois-version                "5.2.11">
    381381<!ENTITY wicd-version                 "1.7.3">
    382 <!ENTITY wireshark-version            "2.0.0">  <!-- even minors only -->
     382<!ENTITY wireshark-version            "2.0.1">  <!-- even minors only -->
    383383
    384384<!ENTITY wicd-major-version           "1.7">
     
    653653<!-- Chapter 43 -->
    654654<!ENTITY seamonkey-version            "2.39">
    655 <!ENTITY firefox-version              "43.0.2">
     655<!ENTITY firefox-version              "43.0.3">
    656656
    657657<!-- Chapter 44 -->
     
    753753<!ENTITY CDParanoia-version           "III-10.2">
    754754<!ENTITY freetts-version              "1.2.2">
    755 <!ENTITY audacious-version            "3.7">
    756 <!ENTITY audacious-plugins-version    "3.7">
     755<!ENTITY audacious-version            "3.7.1">
     756<!ENTITY audacious-plugins-version    "3.7.1">
    757757<!ENTITY amarok-version               "2.8.0">
    758758<!ENTITY pnmixer-version              "0.5.1">
  • xsoft/graphweb/firefox.xml

    rb1d3c72a r13d0d6f0  
    99  <!ENTITY firefox-download-ftp "&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2"> -->
    1010  <!ENTITY firefox-download-ftp " ">
    11   <!ENTITY firefox-md5sum        "357bcebe6a5b77876a3df8916e6363d3">
     11  <!ENTITY firefox-md5sum        "daa8cb66e5c2bd696d69046ac8cee15b">
    1212  <!ENTITY firefox-size          "168 MB">
    1313  <!ENTITY firefox-buildsize     "4.1 GB (82 MB installed)">
    14   <!ENTITY firefox-time          "9.8 SBU (with parallelism=4)">
     14  <!ENTITY firefox-time          "10 SBU (with parallelism=4)">
    1515]>
    1616
Note: See TracChangeset for help on using the changeset viewer.