Author: krejzi
Date: 2012-04-21 09:56:29 -0600 (Sat, 21 Apr 2012)
New Revision: 9966

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/gnome/add/gdl.xml
   trunk/BOOK/gnome/add/gdlmm.xml
   trunk/BOOK/gnome/add/gssdp.xml
   trunk/BOOK/gnome/add/gtksourceviewmm.xml
   trunk/BOOK/gnome/add/gupnp-av.xml
   trunk/BOOK/gnome/add/gupnp-dlna.xml
   trunk/BOOK/gnome/add/gupnp-vala.xml
   trunk/BOOK/gnome/add/gupnp.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
gdl 3.4.1, gdlmm 3.3.2, gssdp 0.12.1, gupnp 0.18.2, gupnp-av 0.10.2, gupnp-dlna 
0.6.6, gupnp-vala 0.10.3, modified gtksourceviewmm xml

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2012-04-21 13:04:37 UTC (rev 9965)
+++ trunk/BOOK/general.ent      2012-04-21 15:56:29 UTC (rev 9966)
@@ -795,11 +795,11 @@
 <!-- Additional Libraries -->
 <!ENTITY at-spi2-atk-version          "2.3.1">
 <!ENTITY at-spi2-core-version         "2.3.1">
-<!ENTITY gdl-version                  "3.2.0">
-<!ENTITY gdlmm-version                "3.2.1">
+<!ENTITY gdl-version                  "3.4.1">
+<!ENTITY gdlmm-version                "3.3.2">
 <!ENTITY gnome-applets-version        "3.2.1">
 <!ENTITY gnome-video-effects-version  "0.3.0">
-<!ENTITY gssdp-version                "0.12.0">
+<!ENTITY gssdp-version                "0.12.1">
 <!ENTITY gtkhtml-version              "4.4.1">
 <!ENTITY gtksourceview-version        "3.4.1">
 <!ENTITY gtksourceviewmm-version      "3.2.0">
@@ -825,10 +825,10 @@
 <!ENTITY gnome-nettool-version        "3.0.0">
 <!ENTITY gnome-power-manager-version  "3.2.1">
 <!ENTITY gnome-screensaver-version    "3.2.0">
-<!ENTITY gupnp-version                "0.18.0">
-<!ENTITY gupnp-av-version             "0.10.1">
-<!ENTITY gupnp-dlna-version           "0.6.4">
-<!ENTITY gupnp-vala-version           "0.10.2">
+<!ENTITY gupnp-version                "0.18.2">
+<!ENTITY gupnp-av-version             "0.10.2">
+<!ENTITY gupnp-dlna-version           "0.6.6">
+<!ENTITY gupnp-vala-version           "0.10.3">
 <!-- Technically still part of gnome-3, but only in a 2.91 development release
 which requires loads of python modules, some for old gnoem-2, depending on 
which
 program you invoke.  Development restarted Feb 12, so commented until a new 
release

Modified: trunk/BOOK/gnome/add/gdl.xml
===================================================================
--- trunk/BOOK/gnome/add/gdl.xml        2012-04-21 13:04:37 UTC (rev 9965)
+++ trunk/BOOK/gnome/add/gdl.xml        2012-04-21 15:56:29 UTC (rev 9966)
@@ -4,10 +4,10 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY gdl-download-http 
"&gnome-download-http;/gdl/3.2/gdl-&gdl-version;.tar.xz">
-  <!ENTITY gdl-download-ftp  
"&gnome-download-ftp;/gdl/3.2/gdl-&gdl-version;.tar.xz">
-  <!ENTITY gdl-md5sum        "7301c3409e392f013eabd7b6478ec149">
-  <!ENTITY gdl-size          "506 KB">
+  <!ENTITY gdl-download-http 
"&gnome-download-http;/gdl/3.4/gdl-&gdl-version;.tar.xz">
+  <!ENTITY gdl-download-ftp  
"&gnome-download-ftp;/gdl/3.4/gdl-&gdl-version;.tar.xz">
+  <!ENTITY gdl-md5sum        "d2d80e7135019569de77b55afe38f62e">
+  <!ENTITY gdl-size          "512 KB">
   <!ENTITY gdl-buildsize     "12 MB">
   <!ENTITY gdl-time          "0.2 SBU">
 ]>
@@ -31,7 +31,7 @@
 
     <para><application>GDL</application> is the Gnome Development/Docking 
Library.</para>
 
-    &lfs70_built;
+    &lfs70_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -58,11 +58,17 @@
     <bridgehead renderas="sect3">gdl Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
-    <!-- intltool is pulled in by gtk3 -->
     <para role="required">
-    <xref linkend="librsvg"/>, and
-    <xref linkend="gtk3"/></para>
+      <xref linkend="gtk3"/> and
+      <xref linkend="libxml2"/>
+    </para>
 
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional">
+      <xref linkend="gobject-introspection"/> and
+      <xref linkend="gtk-doc"/>
+    </para>
+
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/gdl"/></para>
 
@@ -74,7 +80,7 @@
     <para>Install <application>gdl</application> by running the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
+<screen><userinput>./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
     <para>This package's testsuite is only intended to be used by the
@@ -86,18 +92,28 @@
 
   </sect2>
 
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+    href="../../xincludes/gtk-doc-rebuild.xml"/>
+
+  </sect2>
+
   <sect2 role="content">
     <title>Contents</title>
 
     <segmentedlist>
-      <segtitle>Installed Programs</segtitle>
       <segtitle>Installed Library</segtitle>
       <segtitle>Installed Directories</segtitle>
 
       <seglistitem>
-        <seg>None</seg>
-        <seg>libgdl-3.so</seg>
-        
<seg><envar>$GNOME_PREFIX</envar>/{include/libgdl-3.0/gdl,share/{gdl-3/ui,gtk-doc/html/gdl-3.0}}</seg>
+        <seg>
+          libgdl-3.so
+        </seg>
+        <seg>
+          /usr/include/libgdl-3.0 and /usr/share/gtk-doc/html/gdl-3.0
+        </seg>
       </seglistitem>
     </segmentedlist>
 

Modified: trunk/BOOK/gnome/add/gdlmm.xml
===================================================================
--- trunk/BOOK/gnome/add/gdlmm.xml      2012-04-21 13:04:37 UTC (rev 9965)
+++ trunk/BOOK/gnome/add/gdlmm.xml      2012-04-21 15:56:29 UTC (rev 9966)
@@ -4,9 +4,9 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY gdlmm-download-http 
"&gnome-download-http;/gdlmm/3.2/gdlmm-&gdlmm-version;.tar.xz">
-  <!ENTITY gdlmm-download-ftp  
"&gnome-download-ftp;/gdlmm/3.2/gdlmm-&gdlmm-version;.tar.xz">
-  <!ENTITY gdlmm-md5sum        "d07999618fcec79a2287bb23d01fc4d2">
+  <!ENTITY gdlmm-download-http 
"&gnome-download-http;/gdlmm/3.3/gdlmm-&gdlmm-version;.tar.xz">
+  <!ENTITY gdlmm-download-ftp  
"&gnome-download-ftp;/gdlmm/3.3/gdlmm-&gdlmm-version;.tar.xz">
+  <!ENTITY gdlmm-md5sum        "01bd3532a597c3f32c9dfdb900ad6a38">
   <!ENTITY gdlmm-size          "375 KB">
   <!ENTITY gdlmm-buildsize     "9.2 MB">
   <!ENTITY gdlmm-time          "0.2 SBU">
@@ -59,13 +59,15 @@
     <bridgehead renderas="sect3">gdlmm Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
-    <para role="required"><xref linkend="gdl"/>,
-    <xref linkend="glibmm"/>, and
-    <xref linkend="gtkmm3"/></para>
+    <para role="required">
+      <xref linkend="gdl"/> and
+      <xref linkend="gtkmm3"/>
+    </para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
-    <para role="optional"><xref linkend="doxygen"/>,
-    <xref linkend="libxslt"/></para>
+    <para role="optional">
+      <xref linkend="doxygen"/>
+    </para>
 
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/gdlmm"/></para>
@@ -78,7 +80,7 @@
     <para>Install <application>gdlmm</application> by running the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
+<screen><userinput>./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
     <para>To test the results, issue: <command>make check</command>.</para>
@@ -93,14 +95,18 @@
     <title>Contents</title>
 
     <segmentedlist>
-      <segtitle>Installed Programs</segtitle>
       <segtitle>Installed Library</segtitle>
       <segtitle>Installed Directories</segtitle>
 
       <seglistitem>
-        <seg>None</seg>
-        <seg>libgdlmm-3.0.so</seg>
-        
<seg>/usr/{include/gdlmm-3.0/gdlmm/private,lib/gdlmm-3.0/include,share/{devhelp/books/gdlmm-3.0,doc/gdlmm-3.0/reference/html}}</seg>
+        <seg>
+          libgdlmm-3.0.so
+        </seg>
+        <seg>
+          /usr/include/gdlmm-3.0, /usr/lib/gdlmm-3.0,
+          /usr/share/devhelp/books/gdlmm-3.0 and 
+          /usr/share/doc/gdlmm-3.0
+        </seg>
       </seglistitem>
     </segmentedlist>
 
@@ -112,7 +118,7 @@
       <varlistentry id="libgdlmm-3">
         <term><filename class='libraryfile'>libgdlmm-3.0.so</filename></term>
         <listitem>
-          <para>contains functions that .....</para>
+          <para>contains the gdl API classes.</para>
           <indexterm zone="gdlmm libgdlmm-3">
             <primary sortas="c-libgdlmm-3">libgdlmm-3.0.so</primary>
           </indexterm>

Modified: trunk/BOOK/gnome/add/gssdp.xml
===================================================================
--- trunk/BOOK/gnome/add/gssdp.xml      2012-04-21 13:04:37 UTC (rev 9965)
+++ trunk/BOOK/gnome/add/gssdp.xml      2012-04-21 15:56:29 UTC (rev 9966)
@@ -6,8 +6,8 @@
 
   <!ENTITY gssdp-download-http 
"&gnome-download-http;/gssdp/0.12/gssdp-&gssdp-version;.tar.xz">
   <!ENTITY gssdp-download-ftp  
"&gnome-download-ftp;/gssdp/0.12/gssdp-&gssdp-version;.tar.xz">
-  <!ENTITY gssdp-md5sum        "b7942485e82a181eb4f08ef172576d80">
-  <!ENTITY gssdp-size          "245 KB">
+  <!ENTITY gssdp-md5sum        "e7ac04abe7349a89d13d0ab4ee7d2e1b">
+  <!ENTITY gssdp-size          "260 KB">
   <!ENTITY gssdp-buildsize     "4.8 MB">
   <!ENTITY gssdp-time          "0.1 SBU">
 ]>
@@ -33,7 +33,7 @@
     for handling resource discovery and announcement over SSDP (Simple Service 
Discovery
     Protocol).</para>
 
-    &lfs70_built;
+    &lfs70_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -60,13 +60,20 @@
     <bridgehead renderas="sect3">gssdp Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
-    <para role="required"><xref linkend="gobject-introspection"/>,
-    <xref linkend="libsoup"/>,
-    <xref linkend="pkgconfig"/>, and
-    <xref linkend="rarian"/></para>
+    <para role="required">
+      <xref linkend="libsoup"/>
+    </para>
 
+    <bridgehead renderas="sect4">Recommended</bridgehead>
+    <para role="recommended">
+      <xref linkend="gobject-introspection"/>
+    </para>
+
     <bridgehead renderas="sect4">Optional</bridgehead>
-    <para role="recommended"><xref linkend="gtk-doc"/></para>
+    <para role="optional">
+      <xref linkend="gtk2"/> and
+      <xref linkend="gtk-doc"/>
+    </para>
 
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/gssdp"/></para>
@@ -79,10 +86,9 @@
     <para>Install <application>gssdp</application> by running the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
+<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
 make</userinput></screen>
 
-    <!-- make check doesn't run any tests -->
     <para>This package does not have a testsuite.</para>
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
@@ -95,11 +101,11 @@
     <title>Command Explanations</title>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+    href="../../xincludes/static-libraries.xml"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
     href="../../xincludes/gtk-doc-rebuild.xml"/>
 
-    <para><option>--enable-static=no</option>: This switch prevents the static
-    libraries being installed.</para>
-
   </sect2>
 
   <sect2 role="content">
@@ -111,9 +117,17 @@
       <segtitle>Installed Directories</segtitle>
 
       <seglistitem>
-        <seg>gssdp-device-sniffer</seg>
-        <seg>libgssdp-1.0.{so,a}</seg>
-        
<seg><envar>$GNOME_PREFIX</envar>/{include/gssdp-1.0/libgssdp,share/{gssdp,gtk-doc/html/gssdp}}</seg>
+        <seg>
+          gssdp-device-sniffer
+        </seg>
+        <seg>
+          libgssdp-1.0.so
+        </seg>
+        <seg>
+          /usr/include/gssdp-1.0, 
+          /usr/share/gtk-doc/html/gssdp and
+          /usr/share/gssdp
+        </seg>
       </seglistitem>
     </segmentedlist>
 
@@ -125,7 +139,7 @@
       <varlistentry id="gssdp-device-sniffer">
         <term><command>gssdp-device-sniffer</command></term>
         <listitem>
-          <para>does this .....</para>
+          <para>is a device sniffer tool based on gssdp framework.</para>
           <indexterm zone="gssdp gssdp-device-sniffer">
             <primary 
sortas="b-gssdp-device-sniffer">gssdp-device-sniffer</primary>
           </indexterm>
@@ -133,11 +147,11 @@
       </varlistentry>
 
       <varlistentry id="libgssdp-1">
-        <term><filename 
class='libraryfile'>libgssdp-1.0.{so,a}</filename></term>
+        <term><filename class='libraryfile'>libgssdp-1.0.so</filename></term>
         <listitem>
-          <para>contains functions that .....</para>
+          <para>contains the gssdp API functions.</para>
           <indexterm zone="gssdp libgssdp-1">
-            <primary sortas="c-libgssdp-1">libgssdp-1.0.{so,a}</primary>
+            <primary sortas="c-libgssdp-1">libgssdp-1.0.so</primary>
           </indexterm>
         </listitem>
       </varlistentry>

Modified: trunk/BOOK/gnome/add/gtksourceviewmm.xml
===================================================================
--- trunk/BOOK/gnome/add/gtksourceviewmm.xml    2012-04-21 13:04:37 UTC (rev 
9965)
+++ trunk/BOOK/gnome/add/gtksourceviewmm.xml    2012-04-21 15:56:29 UTC (rev 
9966)
@@ -4,8 +4,10 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY gtksourceviewmm-download-http 
"&gnome-download-http;/gtksourceviewmm/3.2/gtksourceviewmm-&gtksourceviewmm-version;.tar.xz">
-  <!ENTITY gtksourceviewmm-download-ftp  
"&gnome-download-ftp;/gtksourceviewmm/3.2/gtksourceviewmm-&gtksourceviewmm-version;.tar.xz">
+  <!ENTITY gtksourceviewmm-download-http 
+           
"&gnome-download-http;/gtksourceviewmm/3.2/gtksourceviewmm-&gtksourceviewmm-version;.tar.xz">
+  <!ENTITY gtksourceviewmm-download-ftp  
+           
"&gnome-download-ftp;/gtksourceviewmm/3.2/gtksourceviewmm-&gtksourceviewmm-version;.tar.xz">
   <!ENTITY gtksourceviewmm-md5sum        "4ddec81dae02d0681db3ca131a42c59e">
   <!ENTITY gtksourceviewmm-size          "725 KB">
   <!ENTITY gtksourceviewmm-buildsize     "23 MB">
@@ -32,7 +34,7 @@
     <para>The <application>gtksourceviewmm</application> application is a C++ 
wrapper
     for the gtksourceview widget library.</para>
 
-    &lfs70_built;
+    &lfs70_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -59,8 +61,10 @@
     <bridgehead renderas="sect3">gtksourceviewmm Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
-    <para role="required"><xref linkend="gtksourceview"/> and
-    <xref linkend="gtkmm3"/></para>
+    <para role="required">
+      <xref linkend="gtksourceview"/> and
+      <xref linkend="gtkmm3"/>
+    </para>
 
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/gtksourceviewmm"/></para>
@@ -73,7 +77,7 @@
     <para>Install <application>gtksourceviewmm</application> by running the 
following
     commands:</para>
 
-<screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
+<screen><userinput>./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
     <para>To test the results, issue: <command>make check</command>.</para>
@@ -88,14 +92,18 @@
     <title>Contents</title>
 
     <segmentedlist>
-      <segtitle>Installed Programs</segtitle>
       <segtitle>Installed Library</segtitle>
       <segtitle>Installed Directories</segtitle>
 
       <seglistitem>
-        <seg>None</seg>
-        <seg>libgtksourceviewmm-3.0.so</seg>
-        
<seg><envar>$GNOME_PREFIX</envar>/{include/gtksourceviewmm-3.0/gtksourceviewmm/private,lib/gtksourceviewmm-3.0/include,share/{devhelp/books/gtksourceviewmm-3.0,doc/gtksourceviewmm-3.0/reference/html}}</seg>
+        <seg>
+          libgtksourceviewmm-3.0.so
+        </seg>
+        <seg>
+          /usr/include/gtksourceviewmm-3.0, /usr/lib/gtksourceviewmm-3.0,
+          /usr/share/share/devhelp/books/gtksourceviewmm-3.0 and 
+          /usr/share/doc/gtksourceviewmm-3.0
+        </seg>
       </seglistitem>
     </segmentedlist>
 
@@ -107,8 +115,7 @@
       <varlistentry id="libgtksourceviewmm-3">
         <term><filename 
class='libraryfile'>libgtksourceviewmm-3.0.so</filename></term>
         <listitem>
-          <para>contains function extensions for C++ programs using the 
GtkTextView
-          widget.</para>
+          <para>contains the gtksourceview API classes.</para>
           <indexterm zone="gtksourceviewmm libgtksourceviewmm-3">
             <primary 
sortas="c-libgtksourceviewmm-3">libgtksourceviewmm-3.0.so</primary>
           </indexterm>

Modified: trunk/BOOK/gnome/add/gupnp-av.xml
===================================================================
--- trunk/BOOK/gnome/add/gupnp-av.xml   2012-04-21 13:04:37 UTC (rev 9965)
+++ trunk/BOOK/gnome/add/gupnp-av.xml   2012-04-21 15:56:29 UTC (rev 9966)
@@ -6,8 +6,8 @@
 
   <!ENTITY gupnp-av-download-http 
"&gnome-download-http;/gupnp-av/0.10/gupnp-av-&gupnp-av-version;.tar.xz">
   <!ENTITY gupnp-av-download-ftp  
"&gnome-download-ftp;/gupnp-av/0.10/gupnp-av-&gupnp-av-version;.tar.xz">
-  <!ENTITY gupnp-av-md5sum        "1eb8fa404f7b69189f94de3152ca5c2e">
-  <!ENTITY gupnp-av-size          "267 KB">
+  <!ENTITY gupnp-av-md5sum        "a42af0751f8b0bacdda0741d3a515fec">
+  <!ENTITY gupnp-av-size          "284 KB">
   <!ENTITY gupnp-av-buildsize     "8.1 MB">
   <!ENTITY gupnp-av-time          "0.1 SBU">
 ]>
@@ -32,7 +32,7 @@
     <para>The <application>gupnp-av</application> package contains a library 
to ease
     handling of UPnP A/V profiles.</para>
 
-    &lfs70_built;
+    &lfs70_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -59,12 +59,20 @@
     <bridgehead renderas="sect3">gupnp-av Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
-    <para role="required"><xref linkend="gupnp"/> and
-    <xref linkend="pkgconfig"/></para>
+    <para role="required">
+      <xref linkend="gupnp"/>
+    </para>
 
     <bridgehead renderas="sect4">Recommended</bridgehead>
-    <para role="recommended"><xref linkend="gobject-introspection"/></para>
+    <para role="recommended">
+      <xref linkend="gobject-introspection"/>
+    </para>
 
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional">
+      <xref linkend="gtk-doc"/>
+    </para>
+
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/gupnp-av"/></para>
 
@@ -76,7 +84,7 @@
     <para>Install <application>gupnp-av</application> by running the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
+<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
 make</userinput></screen>
 
     <para>To test the results, issue: <command>make check</command>.</para>
@@ -90,23 +98,29 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><option>--enable-static=no</option>: This switch prevents the static
-    libraries being installed.</para>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+    href="../../xincludes/static-libraries.xml"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+    href="../../xincludes/gtk-doc-rebuild.xml"/>
+
   </sect2>
 
   <sect2 role="content">
     <title>Contents</title>
 
     <segmentedlist>
-      <segtitle>Installed Programs</segtitle>
       <segtitle>Installed Library</segtitle>
       <segtitle>Installed Directories</segtitle>
 
       <seglistitem>
-        <seg>None</seg>
-        <seg>libgupnp-av-1.0.{so,a}</seg>
-        
<seg><envar>$GNOME_PREFIX</envar>/{include/gupnp-av-1.0/libgupnp-av,share/gtk-doc/html/gupnp-av}</seg>
+        <seg>
+          libgupnp-av-1.0.so
+        </seg>
+        <seg>
+          /usr/include/gupnp-av-1.0 and
+          /usr/share/gtk-doc/html/gupnp-av
+        </seg>
       </seglistitem>
     </segmentedlist>
 
@@ -116,11 +130,11 @@
       <?dbhtml list-presentation="table"?>
 
       <varlistentry id="libgupnp-av-1">
-        <term><filename 
class='libraryfile'>libgupnp-av-1.0.{so,a}</filename></term>
+        <term><filename 
class='libraryfile'>libgupnp-av-1.0.so</filename></term>
         <listitem>
-          <para>is an Audio/Visual utility library for GUPnP.</para>
+          <para>contains the gupnp-av API functions.</para>
           <indexterm zone="gupnp-av libgupnp-av-1">
-            <primary sortas="c-libgupnp-av-1">libgupnp-av-1.0.{so,a}</primary>
+            <primary sortas="c-libgupnp-av-1">libgupnp-av-1.0.so</primary>
           </indexterm>
         </listitem>
       </varlistentry>

Modified: trunk/BOOK/gnome/add/gupnp-dlna.xml
===================================================================
--- trunk/BOOK/gnome/add/gupnp-dlna.xml 2012-04-21 13:04:37 UTC (rev 9965)
+++ trunk/BOOK/gnome/add/gupnp-dlna.xml 2012-04-21 15:56:29 UTC (rev 9966)
@@ -4,11 +4,13 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY gupnp-dlna-download-http 
"&gnome-download-http;/gupnp-dlna/0.6/gupnp-dlna-&gupnp-dlna-version;.tar.xz">
-  <!ENTITY gupnp-dlna-download-ftp  
"&gnome-download-ftp;/gupnp-dlna/0.6/gupnp-dlna-&gupnp-dlna-version;.tar.xz">
-  <!ENTITY gupnp-dlna-md5sum        "7032b810bdbba6dc8e61c175ed1b9069">
-  <!ENTITY gupnp-dlna-size          "271 KB">
-  <!ENTITY gupnp-dlna-buildsize     "4,7 MB">
+  <!ENTITY gupnp-dlna-download-http 
+           
"&gnome-download-http;/gupnp-dlna/0.6/gupnp-dlna-&gupnp-dlna-version;.tar.xz">
+  <!ENTITY gupnp-dlna-download-ftp  
+           
"&gnome-download-ftp;/gupnp-dlna/0.6/gupnp-dlna-&gupnp-dlna-version;.tar.xz">
+  <!ENTITY gupnp-dlna-md5sum        "4e3151125de991f474f728c1c5343ab1">
+  <!ENTITY gupnp-dlna-size          "260 KB">
+  <!ENTITY gupnp-dlna-buildsize     "4.7 MB">
   <!ENTITY gupnp-dlna-time          "0.1 SBU">
 ]>
 
@@ -32,7 +34,7 @@
     <para>The <application>gupnp-dlna</application> package contains a library 
that
     provides DLNA-related functionality for MediaServers.</para>
 
-    &lfs70_built;
+    &lfs70_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -59,18 +61,28 @@
     <bridgehead renderas="sect3">gupnp-dlna Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
-    <para role="required"><xref linkend="gst-plugins-base"/>,
-    <xref linkend="libxml2"/>, and
-    <xref linkend="pkgconfig"/></para>
+    <para role="required">
+      <xref linkend="gst-plugins-base"/> and
+      <xref linkend="libxml2"/>
+    </para>
 
     <bridgehead renderas="sect4">Recommended</bridgehead>
-    <para role="recommended"><xref linkend="gobject-introspection"/></para>
+    <para role="recommended">
+      <xref linkend="gobject-introspection"/>
+    </para>
 
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional">
+      <xref linkend="gtk-doc"/>
+    </para>
+
     <bridgehead renderas="sect4">Recommended Runtime Dependencies</bridgehead>
-    <para role="recommended"><xref linkend="gst-plugins-good"/>,
-    <xref linkend="gst-plugins-bad"/>,
-    <xref linkend="gst-plugins-ugly"/>, and
-    <xref linkend="gst-ffmpeg"/></para>
+    <para role="recommended">
+      <xref linkend="gst-plugins-good"/>,
+      <xref linkend="gst-plugins-bad"/>,
+      <xref linkend="gst-plugins-ugly"/> and
+      <xref linkend="gst-ffmpeg"/>
+    </para>
 
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/gupnp-dlna"/></para>
@@ -83,7 +95,7 @@
     <para>Install <application>gupnp-dlna</application> by running the 
following
     commands:</para>
 
-<screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
+<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
 make</userinput></screen>
 
     <para>To test the results, issue: <command>make check</command>.</para>
@@ -97,9 +109,12 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><option>--enable-static=no</option>: This switch prevents the static
-    libraries being installed.</para>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+    href="../../xincludes/static-libraries.xml"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+    href="../../xincludes/gtk-doc-rebuild.xml"/>
+
   </sect2>
 
   <sect2 role="content">
@@ -111,9 +126,16 @@
       <segtitle>Installed Directories</segtitle>
 
       <seglistitem>
-        <seg>gupnp-dlna-info and gupnp-dlna-ls-profiles</seg>
-        <seg>libgupnp-dlna-1.0.{so,a}</seg>
-        
<seg><envar>$GNOME_PREFIX</envar>/{include/gupnp-dlna-1.0/libgupnp-dlna,share/{gtk-doc/html/gupnp-dlna,gupnp-dlna/dlna-profiles}}</seg>
+        <seg>
+          gupnp-dlna-info and gupnp-dlna-ls-profiles
+        </seg>
+        <seg>
+          libgupnp-dlna-1.0.so
+        </seg>
+        <seg>
+          /usr/include/gupnp-dlna-1.0, /usr/share/gtk-doc/html/gupnp-dlna
+          and /usr/share/gupnp-dlna
+        </seg>
       </seglistitem>
     </segmentedlist>
 
@@ -125,7 +147,7 @@
       <varlistentry id="gupnp-dlna-info">
         <term><command>gupnp-dlna-info</command></term>
         <listitem>
-          <para>does this .....</para>
+          <para>is a program used to extract DLNA and related metadata.</para>
           <indexterm zone="gupnp-dlna gupnp-dlna-info">
             <primary sortas="b-gupnp-dlna-info">gupnp-dlna-info</primary>
           </indexterm>
@@ -135,7 +157,8 @@
       <varlistentry id="gupnp-dlna-ls-profiles">
         <term><command>gupnp-dlna-ls-profiles</command></term>
         <listitem>
-          <para>does this .....</para>
+          <para>is a program used to list all the DLNA profiles supported 
+          by gupnp-dlna.</para>
           <indexterm zone="gupnp-dlna gupnp-dlna-ls-profiles">
             <primary 
sortas="b-gupnp-dlna-ls-profiles">gupnp-dlna-ls-profiles</primary>
           </indexterm>
@@ -143,11 +166,11 @@
       </varlistentry>
 
       <varlistentry id="libgupnp-dlna-1">
-        <term><filename 
class='libraryfile'>libgupnp-dlna-1.0.{so,a}</filename></term>
+        <term><filename 
class='libraryfile'>libgupnp-dlna-1.0.so</filename></term>
         <listitem>
-          <para>contains functions that .....</para>
+          <para>contains the gupnp-dlna API functions.</para>
           <indexterm zone="gupnp-dlna libgupnp-dlna-1">
-            <primary 
sortas="c-libgupnp-dlna-1">libgupnp-dlna-1.0.{so,a}</primary>
+            <primary sortas="c-libgupnp-dlna-1">libgupnp-dlna-1.0.so</primary>
           </indexterm>
         </listitem>
       </varlistentry>

Modified: trunk/BOOK/gnome/add/gupnp-vala.xml
===================================================================
--- trunk/BOOK/gnome/add/gupnp-vala.xml 2012-04-21 13:04:37 UTC (rev 9965)
+++ trunk/BOOK/gnome/add/gupnp-vala.xml 2012-04-21 15:56:29 UTC (rev 9966)
@@ -4,9 +4,11 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY gupnp-vala-download-http 
"&gnome-download-http;/gupnp-vala/0.10/gupnp-vala-&gupnp-vala-version;.tar.xz">
-  <!ENTITY gupnp-vala-download-ftp  
"&gnome-download-ftp;/gupnp-vala/0.10/gupnp-vala-&gupnp-vala-version;.tar.xz">
-  <!ENTITY gupnp-vala-md5sum        "a8c9220073a471d03dd2212c503d2920">
+  <!ENTITY gupnp-vala-download-http 
+           
"&gnome-download-http;/gupnp-vala/0.10/gupnp-vala-&gupnp-vala-version;.tar.xz">
+  <!ENTITY gupnp-vala-download-ftp  
+           
"&gnome-download-ftp;/gupnp-vala/0.10/gupnp-vala-&gupnp-vala-version;.tar.xz">
+  <!ENTITY gupnp-vala-md5sum        "7ffe2fff14ae8adf3111e09008862b5c">
   <!ENTITY gupnp-vala-size          "88 KB">
   <!ENTITY gupnp-vala-buildsize     "832 KB">
   <!ENTITY gupnp-vala-time          "less than 0.1 SBU">
@@ -32,7 +34,7 @@
     <para>The <application>gupnp-vala</application> package contains Vala 
bindings for
     the GUPnP framework.</para>
 
-    &lfs70_built;
+    &lfs70_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -59,15 +61,12 @@
     <bridgehead renderas="sect3">gupnp-vala Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
-    <para role="required"><xref linkend="gssdp"/>,
-    <xref linkend="gupnp"/>,
-    <xref linkend="gupnp-av"/>,
-    <xref linkend="gupnp-dlna"/>, and
-    <xref linkend="pkgconfig"/></para>
+    <para role="required">
+      <xref linkend="gupnp-av"/>,
+      <xref linkend="gupnp-dlna"/> and 
+      <xref linkend="vala"/>
+    </para>
 
-    <bridgehead renderas="sect4">Recommended</bridgehead>
-    <para role="recommended"><xref linkend="gobject-introspection"/></para>
-
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/gupnp-vala"/></para>
 
@@ -79,10 +78,9 @@
     <para>Install <application>gupnp-vala</application> by running the 
following
     commands:</para>
 
-<screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
+<screen><userinput>./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
-    <!-- make check exists but does nothing -->
     <para>This package does not have a testsuite.</para>
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
@@ -91,22 +89,4 @@
 
   </sect2>
 
-  <sect2 role="content">
-    <title>Contents</title>
-
-    <segmentedlist>
-      <segtitle>Installed Programs</segtitle>
-      <segtitle>Installed Libraries</segtitle>
-      <segtitle>Installed Directory</segtitle>
-
-      <seglistitem>
-        <seg>None</seg>
-        <seg>None</seg>
-        <seg>No new directories</seg>
-      </seglistitem>
-    </segmentedlist>
-
-
-  </sect2>
-
 </sect1>

Modified: trunk/BOOK/gnome/add/gupnp.xml
===================================================================
--- trunk/BOOK/gnome/add/gupnp.xml      2012-04-21 13:04:37 UTC (rev 9965)
+++ trunk/BOOK/gnome/add/gupnp.xml      2012-04-21 15:56:29 UTC (rev 9966)
@@ -6,9 +6,9 @@
 
   <!ENTITY gupnp-download-http 
"&gnome-download-http;/gupnp/0.18/gupnp-&gupnp-version;.tar.xz">
   <!ENTITY gupnp-download-ftp  
"&gnome-download-ftp;/gupnp/0.18/gupnp-&gupnp-version;.tar.xz">
-  <!ENTITY gupnp-md5sum        "cfee1920c67a1a11312599c1fadd4a67">
-  <!ENTITY gupnp-size          "329 KB">
-  <!ENTITY gupnp-buildsize     "11 MB">
+  <!ENTITY gupnp-md5sum        "9ce2bc56abf0275be9b1d0ecdf67e7bf">
+  <!ENTITY gupnp-size          "352 KB">
+  <!ENTITY gupnp-buildsize     "8.0 MB">
   <!ENTITY gupnp-time          "0.2 SBU">
 ]>
 
@@ -33,7 +33,7 @@
     framework for creating UPnP devices and control points, written in C using 
GObject
     and libsoup.</para>
 
-    &lfs70_built;
+    &lfs70_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -60,18 +60,21 @@
     <bridgehead renderas="sect3">gupnp Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
-    <para role="required"><xref linkend="gssdp"/>,
-    <!-- these two are pulled in by gssdp
-    <xref linkend="libsoup"/>,
-    <xref linkend="libxml2"/>, and -->
-    <xref linkend="pkgconfig"/>, and
-    <xref linkend="shared-mime-info"/></para>
+    <para role="required">
+      <xref linkend="gssdp"/> and
+      <xref linkend="shared-mime-info"/>
+    </para>
 
     <bridgehead renderas="sect4">Recommended</bridgehead>
-    <para role="recommended"><xref linkend="gobject-introspection"/></para>
+    <para role="recommended">
+      <xref linkend="gobject-introspection"/>
+    </para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
-    <para role="optional"><xref linkend="NetworkManager"/></para>
+    <para role="optional">
+      <xref linkend="gtk-doc"/> and
+      <xref linkend="NetworkManager"/>
+    </para>
 
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/gupnp"/></para>
@@ -84,8 +87,7 @@
     <para>Install <application>gupnp</application> by running the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=$GNOME_PREFIX \
-            --with-context-manager=linux &amp;&amp;
+<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not have a testsuite.</para>
@@ -99,17 +101,12 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><parameter>--with-context-manager=linux</parameter>: This parameter
-    ensures the package uses the linux backend for creating and destroying
-    context objects when network interfaces go up/down.</para>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+    href="../../xincludes/static-libraries.xml"/>
 
-    <para><option>--with-context-manager=network-manager</option>: Use this
-    alternative if you have installed 
<application>NetworkManager</application> and
-    wish to use it for the backend.</para>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+    href="../../xincludes/gtk-doc-rebuild.xml"/>
 
-    <para><option>--enable-static=no</option>: This switch prevents the static
-    libraries being installed.</para>
-
   </sect2>
 
   <sect2 role="content">
@@ -121,9 +118,16 @@
       <segtitle>Installed Directories</segtitle>
 
       <seglistitem>
-        <seg>gupnp-binding-tool</seg>
-        <seg>libgupnp-1.0.{so,a}</seg>
-        
<seg><envar>$GNOME_PREFIX</envar>/{include/gupnp-1.0/libgupnp,share/gtk-doc/html/gupnp}</seg>
+        <seg>
+          gupnp-binding-tool
+        </seg>
+        <seg>
+          libgupnp-1.0.so
+        </seg>
+        <seg>
+          /usr/{include/gupnp-1.0 and 
+          /usr/share/gtk-doc/html/gupnp
+        </seg>
       </seglistitem>
     </segmentedlist>
 
@@ -143,11 +147,11 @@
       </varlistentry>
 
       <varlistentry id="libgupnp-1">
-        <term><filename 
class='libraryfile'>libgupnp-1.0.{so,a}</filename></term>
+        <term><filename class='libraryfile'>libgupnp-1.0.so</filename></term>
         <listitem>
-          <para>GObject-based library for UPnP.</para>
+          <para>contains the gupnp API functions.</para>
           <indexterm zone="gupnp libgupnp-1">
-            <primary sortas="c-libgupnp-1">libgupnp-1.0.{so,a}</primary>
+            <primary sortas="c-libgupnp-1">libgupnp-1.0.so</primary>
           </indexterm>
         </listitem>
       </varlistentry>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2012-04-21 13:04:37 UTC 
(rev 9965)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2012-04-21 15:56:29 UTC 
(rev 9966)
@@ -71,6 +71,27 @@
         <listitem>
           <para>[abenton] - Updated OpenSSL to 1.0.1a</para>
         </listitem>
+        <listitem>
+          <para>[krejzi] - gdl 3.4.1.</para>
+        </listitem>
+        <listitem>
+          <para>[krejzi] - gdlmm 3.3.2.</para>
+        </listitem>
+        <listitem>
+          <para>[krejzi] - gssdp 0.12.1.</para>
+        </listitem>
+        <listitem>
+          <para>[krejzi] - gupnp 0.18.2.</para>
+        </listitem>
+        <listitem>
+          <para>[krejzi] - gupnp-av 0.10.2.</para>
+        </listitem>
+        <listitem>
+          <para>[krejzi] - gupnp-dlna 0.6.6.</para>
+        </listitem>
+        <listitem>
+          <para>[krejzi] - gupnp-vala 0.10.3.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to