Changeset 13d0d6f0
- Timestamp:
- 12/30/2015 10:48:49 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 10f9bb45
- Parents:
- b1d3c72a
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/xapian.xml
rb1d3c72a r13d0d6f0 8 8 "http://oligarchy.co.uk/xapian/&xapian-version;/xapian-core-&xapian-version;.tar.xz"> 9 9 <!ENTITY xapian-download-ftp " "> 10 <!ENTITY xapian-md5sum " 276497a458a8ae63e7dceb372cc1bc37">10 <!ENTITY xapian-md5sum "09c59290aa8f6b4ea73c3788636e44a5"> 11 11 <!ENTITY xapian-size "3.1 MB"> 12 <!ENTITY xapian-buildsize "1 58 MB (additional 151MB for tests)">13 <!ENTITY xapian-time "1.2 SBU (additional 19SBU 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)"> 14 14 ]> 15 15 -
general/prog/doxygen.xml
rb1d3c72a r13d0d6f0 7 7 <!ENTITY doxygen-download-http "http://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz"> 8 8 <!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. 6MB">11 <!ENTITY doxygen-buildsize "17 4MB (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)"> 12 12 <!ENTITY doxygen-time "2.4 SBU (with all programs, docs and tests)"> 13 13 ]> … … 86 86 </listitem> 87 87 </itemizedlist> 88 88 <!-- 89 89 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 90 90 <itemizedlist spacing='compact'> … … 93 93 url="&patch-root;/doxygen-&doxygen-version;-flex_2_6_0_fix-1.patch"/></para> 94 94 </listitem> 95 </itemizedlist> 95 </itemizedlist>--> 96 96 97 <bridgehead renderas="sect3">Doxygen Dependencies</bridgehead> 97 98 … … 108 109 <xref linkend="llvm"/> (with clang), 109 110 <xref linkend="python2"/> or <xref linkend="python3"/>, 110 <xref linkend="qt4"/> (for doxywizard), 111 <xref linkend="qt4"/> or 112 <xref linkend="qt5"/> (for doxywizard), 111 113 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>) and 112 114 <xref linkend="xapian"/> (for doxyindexer) … … 120 122 <sect2 role="installation"> 121 123 <title>Installation of Doxygen</title> 122 123 <para>124 First, fix building <application>Doxygen</application> with a newer125 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>129 124 130 125 <para> … … 154 149 </para> 155 150 156 <screen><userinput>sed -i 's:man/man1:share/&:' ../doc/CMakeLists.txt && 157 158 cmake -DDOC_INSTALL_DIR=share/doc/doxygen-&doxygen-version; -Dbuild_doc=ON .. && 151 <screen><userinput>cmake -DDOC_INSTALL_DIR=share/doc/doxygen-&doxygen-version; -Dbuild_doc=ON .. && 159 152 160 153 make docs</userinput></screen> … … 167 160 install -vm644 ../doc/*.1 /usr/share/man/man1</userinput></screen> 168 161 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 169 168 </sect2> 170 169 171 170 <sect2 role="commands"> 172 171 <title>Command Explanations</title> 173 174 <para>175 <command>sed -i ... CMakeLists.txt</command>: Fixes the directory where176 the man pages are installed.177 </para>178 172 179 173 <para> … … 188 182 external search tools (<command>doxysearch.cgi</command> and 189 183 <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. 190 189 </para> 191 190 -
introduction/welcome/changelog.xml
rb1d3c72a r13d0d6f0 48 48 <para>December 30th, 2015</para> 49 49 <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> 50 70 <listitem> 51 71 <para>[fernando] - Update to gnumeric-1.12.26. Fixes -
multimedia/audioutils/audacious.xml
rb1d3c72a r13d0d6f0 8 8 "http://distfiles.audacious-media-player.org/audacious-&audacious-version;.tar.bz2"> 9 9 <!ENTITY audacious-download-ftp " "> 10 <!ENTITY audacious-md5sum " e331bfbd01d070c34f2620949fadbe51">10 <!ENTITY audacious-md5sum "093208db6d22e9fa225cb8d83b981907"> 11 11 <!ENTITY audacious-size "560 KB"> 12 12 <!ENTITY audacious-buildsize "47 MB (with Gtk and Qt5 user interfaces)"> … … 15 15 <!ENTITY audacious-plugins-download 16 16 "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"> 18 18 <!ENTITY audacious-plugins-size "1.8 MB"> 19 <!ENTITY audacious-plugins-buildsize "1 40MB (with Gtk and Qt5 user interfaces)">19 <!ENTITY audacious-plugins-buildsize "139 MB (with Gtk and Qt5 user interfaces)"> 20 20 <!ENTITY audacious-plugins-time "1.5 SBU (with Gtk and Qt5 user interfaces)"> 21 21 ]> … … 309 309 </seg> 310 310 <seg> 311 libaudcore.so, libaudgui.so, libaud tag.so, libaudqt.so, and several311 libaudcore.so, libaudgui.so, libaudqt.so, libaudtag.so, and several 312 312 plugin libraries under /usr/lib/audacious/ sub-directories 313 313 </seg> -
networking/netutils/wireshark.xml
rb1d3c72a r13d0d6f0 7 7 <!ENTITY wireshark-download-http "https://www.wireshark.org/download/src/all-versions/wireshark-&wireshark-version;.tar.bz2"> 8 8 <!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"> 10 10 <!ENTITY wireshark-size "30 MB"> 11 <!ENTITY wireshark-buildsize "2 .1GB, with default GUI front-ends">11 <!ENTITY wireshark-buildsize "2 GB, with default GUI front-ends"> 12 12 <!ENTITY wireshark-time "8.1 SBU, with default GUI front-ends"> 13 13 ]> -
packages.ent
rb1d3c72a r13d0d6f0 153 153 <!ENTITY wayland-version "1.9.0"> 154 154 <!ENTITY wv-version "1.2.9"> 155 <!ENTITY xapian-version "1.2.2 1">155 <!ENTITY xapian-version "1.2.22"> 156 156 157 157 <!-- Chapter 10 --> … … 258 258 <!--<!ENTITY cvs-version "1.11.23">--> 259 259 <!ENTITY dejagnu-version "1.5.3"> 260 <!ENTITY doxygen-version "1.8.1 0">260 <!ENTITY doxygen-version "1.8.11"> 261 261 <!ENTITY elfutils-version "0.164"> 262 262 <!ENTITY expect-version "5.45"> … … 380 380 <!ENTITY whois-version "5.2.11"> 381 381 <!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 --> 383 383 384 384 <!ENTITY wicd-major-version "1.7"> … … 653 653 <!-- Chapter 43 --> 654 654 <!ENTITY seamonkey-version "2.39"> 655 <!ENTITY firefox-version "43.0. 2">655 <!ENTITY firefox-version "43.0.3"> 656 656 657 657 <!-- Chapter 44 --> … … 753 753 <!ENTITY CDParanoia-version "III-10.2"> 754 754 <!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"> 757 757 <!ENTITY amarok-version "2.8.0"> 758 758 <!ENTITY pnmixer-version "0.5.1"> -
xsoft/graphweb/firefox.xml
rb1d3c72a r13d0d6f0 9 9 <!ENTITY firefox-download-ftp "&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2"> --> 10 10 <!ENTITY firefox-download-ftp " "> 11 <!ENTITY firefox-md5sum " 357bcebe6a5b77876a3df8916e6363d3">11 <!ENTITY firefox-md5sum "daa8cb66e5c2bd696d69046ac8cee15b"> 12 12 <!ENTITY firefox-size "168 MB"> 13 13 <!ENTITY firefox-buildsize "4.1 GB (82 MB installed)"> 14 <!ENTITY firefox-time " 9.8SBU (with parallelism=4)">14 <!ENTITY firefox-time "10 SBU (with parallelism=4)"> 15 15 ]> 16 16
Note:
See TracChangeset
for help on using the changeset viewer.