Author: krejzi Date: 2012-10-25 13:50:23 -0600 (Thu, 25 Oct 2012) New Revision: 10782
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/iso-codes.xml trunk/BOOK/general/prog/check.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/x/installing/x7driver.xml trunk/BOOK/xsoft/other/transmission.xml Log: ISO Codes 3.39, Nouveau 1.0.3, Transmission 2.73 and Check 0.9.9. Modified: trunk/BOOK/general/genlib/iso-codes.xml =================================================================== --- trunk/BOOK/general/genlib/iso-codes.xml 2012-10-25 19:19:15 UTC (rev 10781) +++ trunk/BOOK/general/genlib/iso-codes.xml 2012-10-25 19:50:23 UTC (rev 10782) @@ -6,7 +6,7 @@ <!ENTITY iso-codes-download-http "http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-&iso-codes-version;.tar.xz"> <!ENTITY iso-codes-download-ftp " "> - <!ENTITY iso-codes-md5sum "df8dacc718116dae3db453a4d85c018a"> + <!ENTITY iso-codes-md5sum "e46104db588f56e56cc6954df162bc9b"> <!ENTITY iso-codes-size "3.5 MB"> <!ENTITY iso-codes-buildsize "110 MB"> <!ENTITY iso-codes-time "0.2 SBU"> Modified: trunk/BOOK/general/prog/check.xml =================================================================== --- trunk/BOOK/general/prog/check.xml 2012-10-25 19:19:15 UTC (rev 10781) +++ trunk/BOOK/general/prog/check.xml 2012-10-25 19:50:23 UTC (rev 10782) @@ -4,15 +4,15 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY check-download-http "&sourceforge-repo2;/projects/check/files/check/&check-version;/check-&check-version;.tar.gz"> + <!ENTITY check-download-http "&sourceforge-repo;/check/check-&check-version;.tar.gz"> <!ENTITY check-download-ftp " "> - <!ENTITY check-md5sum "5d75e9a6027cde79d2c339ef261e7470"> - <!ENTITY check-size "552 KB"> - <!ENTITY check-buildsize "6.5 MB"> - <!ENTITY check-time "3.4 SBU (including about 3 SBU for the test suite)"> + <!ENTITY check-md5sum "f3702f2fcfc19ce3f62dca66c241a168"> + <!ENTITY check-size "592 KB"> + <!ENTITY check-buildsize "6.7 MB"> + <!ENTITY check-time "0.1 SBU"> ]> -<sect1 id="check" xreflabel="check-&check-version;"> +<sect1 id="check" xreflabel="Check-&check-version;"> <?dbhtml filename="check.html"?> <sect1info> @@ -23,84 +23,108 @@ <title>Check-&check-version;</title> <indexterm zone="check"> - <primary sortas="a-check">check</primary> + <primary sortas="a-Check">Check</primary> </indexterm> <sect2 role="package"> <title>Introduction to Check</title> - <para><application>Check</application> is a unit testing framework for C. - It was installed by LFS in the temprary /tools directory. These - instructions install it permanently.</para> + <para> + <application>Check</application> is a unit testing framework for C. + It was installed by LFS in the temprary /tools directory. These + instructions install it permanently. + </para> - &lfs71_checked; + &lfs72_checked; <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> <listitem> - <para>Download (HTTP): <ulink url="&check-download-http;"/></para> + <para> + Download (HTTP): <ulink url="&check-download-http;"/> + </para> </listitem> - <!--<listitem> - <para>Download (FTP): <ulink url="&check-download-ftp;"/></para> - </listitem>--> <listitem> - <para>Download MD5 sum: &check-md5sum;</para> + <para> + Download (FTP): <ulink url="&check-download-ftp;"/> + </para> </listitem> <listitem> - <para>Download size: &check-size;</para> + <para> + Download MD5 sum: &check-md5sum; + </para> </listitem> <listitem> - <para>Estimated disk space required: &check-buildsize;</para> + <para> + Download size: &check-size; + </para> </listitem> <listitem> - <para>Estimated build time: &check-time;</para> + <para> + Estimated disk space required: &check-buildsize; + </para> </listitem> + <listitem> + <para> + Estimated build time: &check-time; + </para> + </listitem> </itemizedlist> - <!-- - <bridgehead renderas="sect3">Check Dependencies</bridgehead> - - <bridgehead renderas="sect4">Required</bridgehead> - <para role="required"><xref linkend="???"/></para> - - <bridgehead renderas="sect4">Optional</bridgehead> - <para role="optional"><xref linkend="???"/></para> - --> - <para condition="html" role="usernotes">User Notes: - <ulink url="&blfs-wiki;/check"/></para> - + <ulink url="&blfs-wiki;/check"/> + </para> </sect2> <sect2 role="installation"> <title>Installation of Check</title> - <para>Install <application>Check</application> by running the following - commands:</para> + <para> + Install <application>Check</application> by running the following + commands: + </para> -<screen><userinput>./configure --prefix=/usr && +<screen><userinput>./configure --prefix=/usr --disable-static && make</userinput></screen> - <para>To test the installation, issue <userinput>make check</userinput>.</para> + <para> + To test the installation, issue <userinput>make check</userinput>. + </para> - <para>Now, as the <systemitem class="username">root</systemitem> user:</para> + <para> + Now, as the <systemitem class="username">root</systemitem> user: + </para> <screen role="root"><userinput>make docdir=/usr/share/doc/check-&check-version; install</userinput></screen> </sect2> + <sect2 role="commands"> + <title>Command Explanations</title> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../xincludes/static-libraries.xml"/> + + </sect2> + <sect2 role="content"> <title>Contents</title> <segmentedlist> - <segtitle>Installed Programs</segtitle> - <segtitle>Installed Libraries</segtitle> - <segtitle>Installed Directories</segtitle> + <segtitle>Installed Program</segtitle> + <segtitle>Installed Library</segtitle> + <segtitle>Installed Directory</segtitle> <seglistitem> - <seg>None</seg> - <seg>libcheck.{so,a}</seg> - <seg>None</seg> + <seg> + checkmk + </seg> + <seg> + libcheck.so + </seg> + <seg> + /usr/share/doc/check-&check-version; + </seg> </seglistitem> </segmentedlist> @@ -109,12 +133,28 @@ <?dbfo list-presentation="list"?> <?dbhtml list-presentation="table"?> + <varlistentry id="checkmk"> + <term><command>checkmk</command></term> + <listitem> + <para> + is an <application>Awk</application> script used for + generating C unit tests for use with the + <application>Check</application> unit testing framework. + </para> + <indexterm zone="check checkmk"> + <primary sortas="b-checkmk">checkmk</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="libcheck"> - <term><filename class='libraryfile'>libcheck.{so,a}</filename></term> + <term><filename class="libraryfile">libcheck.so</filename></term> <listitem> - <para>contains the <application>Check</application> API functions.</para> + <para> + contains the <application>Check</application> API functions. + </para> <indexterm zone="check libcheck"> - <primary sortas="c-libcheck">libcheck.{so,a}</primary> + <primary sortas="c-libcheck">libcheck.so</primary> </indexterm> </listitem> </varlistentry> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-10-25 19:19:15 UTC (rev 10781) +++ trunk/BOOK/general.ent 2012-10-25 19:50:23 UTC (rev 10782) @@ -248,7 +248,7 @@ <!ENTITY icu-version "&icu-major;.&icu-minor;.&icu-patch;"> <!ENTITY icu-dl-version "&icu-major;_&icu-minor;_&icu-patch;"> -<!ENTITY iso-codes-version "3.38"> +<!ENTITY iso-codes-version "3.39"> <!ENTITY json-c-version "0.9"> <!ENTITY json-glib-version "0.15.2"> <!ENTITY keyutils-version "1.5.5"> @@ -385,7 +385,7 @@ <!-- Chapter 13 --> <!ENTITY bazaar-version "2.5.0"> -<!ENTITY check-version "0.9.8"> +<!ENTITY check-version "0.9.9"> <!ENTITY cmake-version "2.8.9"> <!ENTITY cvs-version "1.11.23"> <!ENTITY dejagnu-version "1.5"> @@ -802,7 +802,7 @@ <!ENTITY pidgin-version "2.10.6"> <!ENTITY rox-filer-version "2.10"> <!ENTITY thunderbird-version "16.0.1"> -<!ENTITY transmission-version "2.71"> +<!ENTITY transmission-version "2.73"> <!ENTITY xchat-version "2.8.8"> <!ENTITY xdg-utils-version "1.1.0-rc1"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-10-25 19:19:15 UTC (rev 10781) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-10-25 19:50:23 UTC (rev 10782) @@ -47,6 +47,9 @@ <para>October 25th, 2012</para> <itemizedlist> <listitem> + <para>[krejzi] - Check 0.9.9.</para> + </listitem> + <listitem> <para>[krejzi] - GStreamer 1.0.2.</para> </listitem> <listitem> @@ -65,8 +68,17 @@ <para>[krejzi] - GStreamer Libav 1.0.2.</para> </listitem> <listitem> + <para>[krejzi] - ISO Codes 3.39.</para> + </listitem> + <listitem> <para>[krejzi] - OpenLDAP 2.4.33.</para> </listitem> + <listitem> + <para>[krejzi] - Transmission 2.73.</para> + </listitem> + <listitem> + <para>[krejzi] - Xorg Nouveau Driver 1.0.3.</para> + </listitem> </itemizedlist> </listitem> Modified: trunk/BOOK/x/installing/x7driver.xml =================================================================== --- trunk/BOOK/x/installing/x7driver.xml 2012-10-25 19:19:15 UTC (rev 10781) +++ trunk/BOOK/x/installing/x7driver.xml 2012-10-25 19:50:23 UTC (rev 10782) @@ -85,12 +85,12 @@ <!ENTITY xorg-mga-driver-buildsize "7.5 MB"> <!ENTITY xorg-mga-driver-time "0.1 SBU"> - <!ENTITY xorg-nouveau-driver-version "1.0.2"> + <!ENTITY xorg-nouveau-driver-version "1.0.3"> - <!ENTITY xorg-nouveau-driver-download-http "http://nouveau.freedesktop.org/release/xf86-video-nouveau-&xorg-nouveau-driver-version;.tar.bz2"> - <!ENTITY xorg-nouveau-driver-download-ftp " "> - <!ENTITY xorg-nouveau-driver-md5sum "31e310c9e9c9a043307462277a6aad61"> - <!ENTITY xorg-nouveau-driver-size "548 KB"> + <!ENTITY xorg-nouveau-driver-download-http "&xorg-download-http;/driver/xf86-video-nouveau-&xorg-nouveau-driver-version;.tar.bz2"> + <!ENTITY xorg-nouveau-driver-download-ftp "&xorg-download-ftp;/driver/xf86-video-nouveau-&xorg-nouveau-driver-version;.tar.bz2"> + <!ENTITY xorg-nouveau-driver-md5sum "b434a341cb7e0b45ef2cb0107b1fbe2d"> + <!ENTITY xorg-nouveau-driver-size "584 KB"> <!ENTITY xorg-nouveau-driver-buildsize "11 MB"> <!ENTITY xorg-nouveau-driver-time "0.1 SBU"> Modified: trunk/BOOK/xsoft/other/transmission.xml =================================================================== --- trunk/BOOK/xsoft/other/transmission.xml 2012-10-25 19:19:15 UTC (rev 10781) +++ trunk/BOOK/xsoft/other/transmission.xml 2012-10-25 19:50:23 UTC (rev 10782) @@ -5,11 +5,11 @@ %general-entities; <!ENTITY transmission-download-http - "http://download.transmissionbt.com/files/transmission-&transmission-version;.tar.xz"> + "http://download.transmissionbt.com/files/transmission-&transmission-version;.tar.xz"> <!ENTITY transmission-download-ftp " "> - <!ENTITY transmission-md5sum "26d24de210076a7625e5fe37e3252f2a"> - <!ENTITY transmission-size "2.8 MB"> - <!ENTITY transmission-buildsize "200 MB"> + <!ENTITY transmission-md5sum "fae00b13a7b18f9dc16edef020edea85"> + <!ENTITY transmission-size "2.9 MB"> + <!ENTITY transmission-buildsize "205 MB"> <!ENTITY transmission-time "0.8 SBU"> ]> @@ -24,7 +24,7 @@ <title>Transmission-&transmission-version;</title> <indexterm zone="transmission"> - <primary sortas="a-transmission">Transmission</primary> + <primary sortas="a-Transmission">Transmission</primary> </indexterm> <sect2 role="package"> @@ -88,12 +88,12 @@ <xref linkend="gtk2"/> or <xref linkend="gtk3"/> (if both Gtk+ 2 and Gtk+ 3 are installed, configure defaults to using Gtk+ 3), or - <xref linkend="qt"/>. + <xref linkend="qt"/> </para> <bridgehead renderas="sect4">Optional</bridgehead> <para role="optional"> - <xref linkend="doxygen"/>. + <xref linkend="doxygen"/> </para> <para condition="html" role="usernotes"> @@ -117,9 +117,10 @@ Qt GUI: </para> -<screen><userinput>cd qt && +<screen><userinput>pushd qt && qmake qtr.pro && -make</userinput></screen> +make && +popd</userinput></screen> <para> This package does not come with a test suite. @@ -148,16 +149,13 @@ <seglistitem> <seg> - transmission-cli, - transmission-create, - transmission-daemon, - transmission-edit, - transmission-gtk, - transmission-qt, - transmission-remote and - transmission-show + transmission-cli, transmission-create, transmission-daemon, + transmission-edit, transmission-gtk, transmission-qt, + transmission-remote and transmission-show </seg> - <seg>/usr/share/transmission</seg> + <seg> + /usr/share/transmission + </seg> </seglistitem> </segmentedlist> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
