Author: igor
Date: Tue Nov 12 01:47:47 2013
New Revision: 12187
Log:
various fixes thanks to akh
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/prog/other-tools.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/cdwriteutils/k3b.xml
trunk/BOOK/networking/netlibs/ldns.xml
trunk/BOOK/networking/netlibs/libevent.xml
trunk/BOOK/networking/netlibs/libnice.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Mon Nov 11 19:30:47 2013 (r12186)
+++ trunk/BOOK/general.ent Tue Nov 12 01:47:47 2013 (r12187)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "11"> <!-- Always 2 digits -->
+<!ENTITY day "12"> <!-- Always 2 digits -->
<!ENTITY month "11"> <!-- Always 2 digits -->
<!ENTITY year "2013">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "November 11th, &year;">
+<!ENTITY releasedate "November 12th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
Modified: trunk/BOOK/general/prog/other-tools.xml
==============================================================================
--- trunk/BOOK/general/prog/other-tools.xml Mon Nov 11 19:30:47 2013
(r12186)
+++ trunk/BOOK/general/prog/other-tools.xml Tue Nov 12 01:47:47 2013
(r12187)
@@ -1812,29 +1812,6 @@
</itemizedlist>
<sect4 role="package">
- <title>gtkmm</title>
-
- <para><application>gtkmm</application> is the official C++ interface
- for the popular GUI library <application>GTK+</application>. Highlights
- include typesafe callbacks, widgets extensible via inheritance and a
- comprehensive set of widgets. You can create user interfaces either in
- code or with the Glade designer, using
- <application>libglademm</application>.</para>
-
- <itemizedlist spacing="compact">
- <listitem>
- <para>Project Home Page: <ulink
- url="http://www.gtkmm.org/"/></para>
- </listitem>
- <listitem>
- <para>Download Location: <ulink
- url="http://www.gtkmm.org/download.shtml"/></para>
- </listitem>
- </itemizedlist>
-
- </sect4>
-
- <sect4 role="package">
<title>Java-GNOME</title>
<para><application>Java-GNOME</application> is a set of Java bindings
@@ -2212,30 +2189,6 @@
</sect3>
<sect3 role="package">
- <title>GDB (GNU Debugger)</title>
-
- <para><application>GDB</application> is the GNU Project debugger. It
- allows you to see what is going on <quote>inside</quote> another program
- while it executes. It also allows you to see what another program was
- doing at the moment it crashed.</para>
-
- <itemizedlist spacing="compact">
- <listitem>
- <para>Project Home Page: <ulink
- url="http://www.gnu.org/software/gdb/"/></para>
- </listitem>
- <listitem>
- <para>Download Location: <ulink
- url="ftp://ftp.gnu.org/gnu/gdb/"/></para>
- </listitem>
- </itemizedlist>
-
- <para condition="html" role="usernotes">User Notes and Installation
- Instructions: <ulink url="&blfs-wiki;/OtherProgrammingTools"/></para>
-
- </sect3>
-
- <sect3 role="package">
<title>gocache (GNU Object Cache)</title>
<para><application>ccache</application> is a clone of
@@ -2285,30 +2238,6 @@
</listitem>
</itemizedlist>
- </sect3>
-
- <sect3 role="package">
- <title>SCons</title>
-
- <para><application>SCons</application> is an Open Source software
- construction tool, i.e, a next-generation build tool. Think of
- <application>SCons</application> as an improved, cross-platform
- substitute for the classic <command>make</command> utility with
- integrated functionality similar to
- <application>Autoconf</application>/<application>Automake</application>
- and compiler caches such as <command>ccache</command>.</para>
-
- <itemizedlist spacing="compact">
- <listitem>
- <para>Project Home Page: <ulink
- url="http://scons.sourceforge.net/"/></para>
- </listitem>
- <listitem>
- <para>Download Location: <ulink
- url="&sourceforge-repo;/scons/"/></para>
- </listitem>
- </itemizedlist>
-
</sect3>
<sect3 role="package">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Mon Nov 11 19:30:47
2013 (r12186)
+++ trunk/BOOK/introduction/welcome/changelog.xml Tue Nov 12 01:47:47
2013 (r12187)
@@ -44,6 +44,15 @@
-->
<listitem>
+ <para>November 12th, 2013</para>
+ <itemizedlist>
+ <listitem>
+ <para>[igor] - Various fixes thanks to akh.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>November 11th, 2013</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/multimedia/cdwriteutils/k3b.xml
==============================================================================
--- trunk/BOOK/multimedia/cdwriteutils/k3b.xml Mon Nov 11 19:30:47 2013
(r12186)
+++ trunk/BOOK/multimedia/cdwriteutils/k3b.xml Tue Nov 12 01:47:47 2013
(r12187)
@@ -134,8 +134,7 @@
<xref linkend="libmad"/>,
<xref linkend="libsndfile"/>,
<xref linkend="libvorbis"/>,
- <ulink url="http://ftp.musicbrainz.org/pub/musicbrainz/">
- libmusicbrainz (version 2)</ulink>,
+ <xref linkend="libmusicbrainz"/>,
<ulink url="http://www.musepack.net/">Musepack (libmpcdec)</ulink>, and
<ulink url="http://www.vcdimager.org/">VCDImager</ulink>
</para>
Modified: trunk/BOOK/networking/netlibs/ldns.xml
==============================================================================
--- trunk/BOOK/networking/netlibs/ldns.xml Mon Nov 11 19:30:47 2013
(r12186)
+++ trunk/BOOK/networking/netlibs/ldns.xml Tue Nov 12 01:47:47 2013
(r12187)
@@ -108,7 +108,7 @@
make</userinput></screen>
<para>
- If you have <xref linkend="doxygen"/> package installed and want to
build
+ If you have <xref linkend="doxygen"/> installed and want to build
html documentation, run the following command:
</para>
Modified: trunk/BOOK/networking/netlibs/libevent.xml
==============================================================================
--- trunk/BOOK/networking/netlibs/libevent.xml Mon Nov 11 19:30:47 2013
(r12186)
+++ trunk/BOOK/networking/netlibs/libevent.xml Tue Nov 12 01:47:47 2013
(r12187)
@@ -82,6 +82,11 @@
<xref linkend="openssl"/>
</para>
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="doxygen"/> (for API documentation)
+ </para>
+
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/libevent"/>
</para>
Modified: trunk/BOOK/networking/netlibs/libnice.xml
==============================================================================
--- trunk/BOOK/networking/netlibs/libnice.xml Mon Nov 11 19:30:47 2013
(r12186)
+++ trunk/BOOK/networking/netlibs/libnice.xml Tue Nov 12 01:47:47 2013
(r12187)
@@ -32,7 +32,7 @@
<para>
The <application>libnice</application> package is an implementation of
- the IETF's draft Interactice Connectivity Establishment standard (ICE).
It
+ the IETF's draft Interactive Connectivity Establishment standard (ICE).
It
provides <application>GLib</application>-based library,
<application>libnice</application> and
<application>GStreamer</application>,
elements.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page