Author: krejzi
Date: Sun Jul 14 15:46:33 2013
New Revision: 11422

Log:
Bye bye dbus bindings. GStreamer updates.

Added:
   trunk/BOOK/archive/dbus-bindings.xml
      - copied, changed from r11421, 
trunk/BOOK/general/sysutils/dbus-bindings.xml
   trunk/BOOK/general/genlib/dbus-glib.xml   (contents, props changed)
Deleted:
   trunk/BOOK/general/sysutils/dbus-bindings.xml
Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/genlib.xml
   trunk/BOOK/general/prog/python-modules.xml
   trunk/BOOK/general/sysutils/sysutils.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/gst10-libav.xml
   trunk/BOOK/multimedia/libdriv/gst10-plugins-bad.xml
   trunk/BOOK/multimedia/libdriv/gst10-plugins-base.xml
   trunk/BOOK/multimedia/libdriv/gst10-plugins-good.xml
   trunk/BOOK/multimedia/libdriv/gst10-plugins-ugly.xml
   trunk/BOOK/multimedia/libdriv/gstreamer10.xml

Copied and modified: trunk/BOOK/archive/dbus-bindings.xml (from r11421, 
trunk/BOOK/general/sysutils/dbus-bindings.xml)
==============================================================================
--- trunk/BOOK/general/sysutils/dbus-bindings.xml       Sun Jul 14 15:03:58 
2013        (r11421, copy source)
+++ trunk/BOOK/archive/dbus-bindings.xml        Sun Jul 14 15:46:33 2013        
(r11422)
@@ -11,14 +11,6 @@
   <!ENTITY dbus-glib-buildsize     "12 MB">
   <!ENTITY dbus-glib-time          "0.1 SBU">
 
-  <!ENTITY dbus-python-download-http 
"http://dbus.freedesktop.org/releases/dbus-python/dbus-python-&dbus-python-version;.tar.gz";>
-  <!ENTITY dbus-python-download-ftp  " ">
-  <!ENTITY dbus-python-md5sum        "742c7432ad0f7c3f98291d58fa2e35dc">
-  <!ENTITY dbus-python-size          "583 KB">
-  <!ENTITY dbus-python-buildsize     "5.7 MB">
-  <!ENTITY dbus-python-time          "0.2 SBU">
-
-  <!-- All the other bindings info should be here as well -->
 ]>
 
 <sect1 id="dbus-bindings" xreflabel="D-Bus Bindings">
@@ -55,9 +47,6 @@
       <listitem>
         <para><xref linkend="dbus-glib"/></para>
       </listitem>
-      <listitem>
-        <para><xref linkend="dbus-python"/></para>
-      </listitem>
     </itemizedlist>
 
   </sect2>
@@ -224,114 +213,6 @@
 
     </sect3>
 
-  </sect2>
-
-  <!-- Begin D-Bus Python Bindings -->
-  <sect2 id="dbus-python" xreflabel="D-Bus Python 
Bindings-&dbus-python-version;">
-    <title>D-Bus Python Bindings</title>
-
-    <indexterm zone="dbus-python">
-      <primary sortas="a-dbus-python">D-Bus Python Bindings</primary>
-    </indexterm>
-
-    <sect3 role="package">
-      <title>Introduction to D-Bus Python Bindings</title>
-
-      &lfs73_checked;
-
-      <bridgehead renderas="sect4">Package Information</bridgehead>
-      <itemizedlist spacing="compact">
-        <listitem>
-          <para>Download (HTTP): <ulink 
url="&dbus-python-download-http;"/></para>
-        </listitem>
-        <listitem>
-          <para>Download (FTP): <ulink 
url="&dbus-python-download-ftp;"/></para>
-        </listitem>
-        <listitem>
-          <para>Download MD5 sum: &dbus-python-md5sum;</para>
-        </listitem>
-        <listitem>
-          <para>Download size: &dbus-python-size;</para>
-        </listitem>
-        <listitem>
-          <para>Estimated disk space required: &dbus-python-buildsize;</para>
-        </listitem>
-        <listitem>
-          <para>Estimated build time: &dbus-python-time;</para>
-        </listitem>
-      </itemizedlist>
-
-      <bridgehead renderas="sect4">D-Bus Python Dependencies</bridgehead>
-
-      <bridgehead renderas="sect5">Required</bridgehead>
-      <para role="required">
-        <xref linkend="python2"/> and
-        <xref linkend="dbus-glib"/>
-      </para>
-
-      <bridgehead renderas="sect5">Optional</bridgehead>
-      <para role="optional">
-        <xref linkend="pygobject2"/> (required to run the test suite)
-      </para>
-
-      <bridgehead renderas="sect5">Optional
-      (Required to build the API and HTML Documentation)</bridgehead>
-      <para role="optional">
-        <ulink url="http://epydoc.sourceforge.net/";>Epydoc</ulink> and
-        <ulink url="http://docutils.sourceforge.net/";>Docutils</ulink>
-      </para>
-
-      <para condition="html" role="usernotes">User Notes:
-      <ulink url="&blfs-wiki;/dbus-python"/></para>
-
-    </sect3>
-
-    <sect3 role="installation">
-      <title>Installation of D-Bus Python Bindings</title>
-
-      <para>Install <application>D-Bus Python Bindings</application> by
-      running the following commands:</para>
-
-<screen><userinput>./configure --prefix=/usr \
-            --docdir=/usr/share/doc/dbus-python-&dbus-python-version; 
&amp;&amp;
-make</userinput></screen>
-
-      <para>To test the results, issue: <command>make check</command>. Note you
-      must have <application>PyGObject</application> installed.</para>
-
-      <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
-
-<screen role="root"><userinput>make install</userinput></screen>
-
-      <para>If you built the API documentation, install it by issuing the
-      following commands as the <systemitem class="username">root</systemitem>
-      user:</para>
-
-<screen role="root"><userinput>install -v -m755 -d 
/usr/share/doc/dbus-python-&dbus-python-version;/api &amp;&amp;
-install -v -m644    api/* \
-                    
/usr/share/doc/dbus-python-&dbus-python-version;/api</userinput></screen>
-
-    </sect3>
-
-    <sect3 role="content">
-      <title>Contents</title>
-
-      <segmentedlist>
-        <segtitle>Installed Programs</segtitle>
-        <segtitle>Installed Libraries</segtitle>
-        <segtitle>Installed Directories</segtitle>
-
-        <seglistitem>
-          <seg>none</seg>
-          <seg><application>Python</application>
-          <application>D-Bus</application> modules</seg>
-          <seg>/usr/lib/python&python2-majorver;/site-packages/dbus and
-          /usr/share/doc/dbus-python-&dbus-python-version;</seg>
-        </seglistitem>
-      </segmentedlist>
-
-    </sect3>
-
   </sect2>
 
 </sect1>

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sun Jul 14 15:03:58 2013        (r11421)
+++ trunk/BOOK/general.ent      Sun Jul 14 15:46:33 2013        (r11422)
@@ -209,6 +209,7 @@
 <!ENTITY boost-version                
"&boost-major;.&boost-minor;.&boost-patch;">
 <!ENTITY boost-dl-version             
"&boost-major;_&boost-minor;_&boost-patch;">
 
+<!ENTITY dbus-glib-version            "0.100.2">
 <!ENTITY enchant-version              "1.6.0">
 <!ENTITY exempi-version               "2.2.1">
 <!ENTITY expat-version                "2.1.0">
@@ -334,8 +335,6 @@
 <!ENTITY colord-version               "1.0.0">    <!-- Even minors only -->
 <!ENTITY cpio-version                 "2.11">
 <!ENTITY dbus-version                 "1.6.12">   <!-- Even minors only -->
-<!ENTITY dbus-glib-version            "0.100.2">
-<!ENTITY dbus-python-version          "1.1.1">
 <!ENTITY eject-version                "2.1.5">
 <!ENTITY fcron-version                "3.1.2">
 <!ENTITY gpm-version                  "1.20.7">
@@ -422,6 +421,7 @@
 <!ENTITY XML-Simple-version           "2.20">
 
 <!-- Python module versions used in the Python Modules instructions -->
+<!ENTITY dbus-python-version          "1.2.0">
 <!ENTITY notify-python-version        "0.1.1">
 <!ENTITY pyxml-version                "0.8.4">
 <!ENTITY py2cairo-version             "1.10.0">
@@ -769,12 +769,12 @@
 <!ENTITY gst-plugins-bad-version      "0.10.23">
 <!ENTITY gst-plugins-ugly-version     "0.10.19">
 <!ENTITY gst-ffmpeg-version           "0.10.13">
-<!ENTITY gstreamer10-version          "1.0.7">  <!-- Even minors only -->
-<!ENTITY gst10-plugins-base-version   "1.0.7">  <!-- Even minors only -->
-<!ENTITY gst10-plugins-good-version   "1.0.7">  <!-- Even minors only -->
-<!ENTITY gst10-plugins-bad-version    "1.0.7">  <!-- Even minors only -->
-<!ENTITY gst10-plugins-ugly-version   "1.0.7">  <!-- Even minors only -->
-<!ENTITY gst10-libav-version          "1.0.7">  <!-- Even minors only -->
+<!ENTITY gstreamer10-version          "1.0.8">  <!-- Even minors only -->
+<!ENTITY gst10-plugins-base-version   "1.0.8">  <!-- Even minors only -->
+<!ENTITY gst10-plugins-good-version   "1.0.8">  <!-- Even minors only -->
+<!ENTITY gst10-plugins-bad-version    "1.0.8">  <!-- Even minors only -->
+<!ENTITY gst10-plugins-ugly-version   "1.0.8">  <!-- Even minors only -->
+<!ENTITY gst10-libav-version          "1.0.8">  <!-- Even minors only -->
 <!ENTITY liba52-version               "0.7.4">
 <!ENTITY libao-version                "1.1.0">
 <!ENTITY libcanberra-version          "0.30">

Added: trunk/BOOK/general/genlib/dbus-glib.xml
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/BOOK/general/genlib/dbus-glib.xml     Sun Jul 14 15:46:33 2013        
(r11422)
@@ -0,0 +1,188 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+
+  <!ENTITY dbus-glib-download-http 
"http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-&dbus-glib-version;.tar.gz";>
+  <!ENTITY dbus-glib-download-ftp  " ">
+  <!ENTITY dbus-glib-md5sum        "ad0920c7e3aad669163bb59171cf138e">
+  <!ENTITY dbus-glib-size          "732 KB">
+  <!ENTITY dbus-glib-buildsize     "12 MB">
+  <!ENTITY dbus-glib-time          "0.1 SBU">
+]>
+
+<sect1 id="dbus-glib" xreflabel="dbus-glib-&dbus-glib-version;">
+  <?dbhtml filename="dbus-glib.html"?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>dbus-glib-&dbus-glib-version;</title>
+
+  <indexterm zone="dbus-glib">
+    <primary sortas="a-dbus-glib">dbus-glib</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to D-Bus GLib</title>
+
+    <para>
+      The <application>D-Bus GLib</application> package contains
+      <application>GLib</application> interfaces to the
+      <application>D-Bus</application> API.
+    </para>
+
+    &lfs73_checked;
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>
+          Download (HTTP): <ulink url="&dbus-glib-download-http;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download (FTP): <ulink url="&dbus-glib-download-ftp;"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download MD5 sum: &dbus-glib-md5sum;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Download size: &dbus-glib-size;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated disk space required: &dbus-glib-buildsize;
+        </para>
+      </listitem>
+      <listitem>
+        <para>
+          Estimated build time: &dbus-glib-time;
+        </para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">D-Bus GLib Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required">
+      <xref linkend="dbus"/>,
+      <xref linkend="expat"/> and
+      <xref linkend="glib2"/>
+    </para>
+
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional">
+      <xref linkend="doxygen"/>
+    </para>
+
+    <para condition="html" role="usernotes">
+      User Notes: <ulink url="&blfs-wiki;/dbus-glib"/>
+    </para>
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of D-Bus GLib</title>
+
+    <para>
+      Install <application>D-Bus GLib</application> by running the following
+      commands:
+    </para>
+
+<screen><userinput>./configure --prefix=/usr \
+            --sysconfdir=/etc \
+            --libexecdir=/usr/lib/dbus-1.0 \
+            --disable-static &amp;&amp;
+make</userinput></screen>
+
+    <para>
+      To test the results, issue: <command>make check</command>. Note that
+      more comprehensive tests can be run by following the same method used in
+      <application>D-Bus</application> instructions, which requires building 
the
+      package twice.
+    </para>
+
+    <para>
+      Now, as the <systemitem class="username">root</systemitem> user:
+    </para>
+
+<screen role="root"><userinput>make 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"/>
+
+    <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 Program</segtitle>
+      <segtitle>Installed Library</segtitle>
+      <segtitle>Installed Directories</segtitle>
+
+      <seglistitem>
+        <seg>
+          dbus-binding-tool
+        </seg>
+        <seg>
+          libdbus-glib-1.so
+        </seg>
+        <seg>
+          /usr/share/gtk-doc/html/dbus-glib and
+          /usr/share/doc/dbus-glib-&dbus-glib-version;
+        </seg>
+      </seglistitem>
+    </segmentedlist>
+
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+
+      <varlistentry id="glib-dbus-binding-tool">
+        <term><command>dbus-binding-tool</command></term>
+        <listitem>
+          <para>
+            is a tool used to interface with the D-Bus API.
+          </para>
+          <indexterm zone="dbus-glib glib-dbus-binding-tool">
+            <primary sortas="b-dbus-binding-tool">dbus-binding-tool</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="libdbus-glib-1">
+        <term><filename class="libraryfile">libdbus-glib-1.so</filename></term>
+        <listitem>
+          <para>
+            contains <application>GLib</application> interface functions
+            to the <application>D-Bus</application> API.
+          </para>
+          <indexterm zone="dbus-glib libdbus-glib-1">
+            <primary sortas="c-libdbus-glib-1">libdbus-glib-1.so</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </sect2>
+
+</sect1>

Modified: trunk/BOOK/general/genlib/genlib.xml
==============================================================================
--- trunk/BOOK/general/genlib/genlib.xml        Sun Jul 14 15:03:58 2013        
(r11421)
+++ trunk/BOOK/general/genlib/genlib.xml        Sun Jul 14 15:46:33 2013        
(r11422)
@@ -46,6 +46,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="apr.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="aspell.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="boost.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="dbus-glib.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="enchant.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="exempi.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="expat.xml"/>

Modified: trunk/BOOK/general/prog/python-modules.xml
==============================================================================
--- trunk/BOOK/general/prog/python-modules.xml  Sun Jul 14 15:03:58 2013        
(r11421)
+++ trunk/BOOK/general/prog/python-modules.xml  Sun Jul 14 15:46:33 2013        
(r11422)
@@ -4,6 +4,13 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
+  <!ENTITY dbus-python-download-http 
"http://dbus.freedesktop.org/releases/dbus-python/dbus-python-&dbus-python-version;.tar.gz";>
+  <!ENTITY dbus-python-download-ftp  " ">
+  <!ENTITY dbus-python-md5sum        "b09cd2d1a057cc432ce944de3fc06bf7">
+  <!ENTITY dbus-python-size          "592 KB">
+  <!ENTITY dbus-python-buildsize     "11 MB">
+  <!ENTITY dbus-python-time          "0.3 SBU">
+
   <!ENTITY notify-python-download-http
            
"http://www.galago-project.org/files/releases/source/notify-python/notify-python-&notify-python-version;.tar.bz2";>
   <!ENTITY notify-python-download-ftp  " ">
@@ -101,6 +108,11 @@
     <itemizedlist spacing="compact">
       <listitem>
         <para>
+          <xref linkend="dbus-python"/>
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           <xref linkend="notify-python"/>
         </para>
       </listitem>
@@ -142,6 +154,174 @@
     </itemizedlist>
   </sect2>
 
+  <!-- Begin D-Bus Python -->
+  <sect2 id="dbus-python" xreflabel="D-Bus Python-&dbus-python-version;">
+    <title>D-Bus Python</title>
+
+    <indexterm zone="dbus-python">
+      <primary sortas="a-dbus-python">dbus-python</primary>
+    </indexterm>
+
+    <sect3 role="package">
+      <title>Introduction to D-Bus Python Module</title>
+
+      <para>
+        <application>D-Bus Python</application> provides
+        <application>Python</application> bindings to the
+        <application>D-Bus</application>.
+      </para>
+
+      &lfs73_checked;
+
+      <bridgehead renderas="sect4">Package Information</bridgehead>
+      <itemizedlist spacing="compact">
+        <listitem>
+          <para>
+            Download (HTTP): <ulink url="&dbus-python-download-http;"/>
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            Download (FTP): <ulink url="&dbus-python-download-ftp;"/>
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            Download MD5 sum: &dbus-python-md5sum;
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            Download size: &dbus-python-size;
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            Estimated disk space required: &dbus-python-buildsize;
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            Estimated build time: &dbus-python-time;
+          </para>
+        </listitem>
+      </itemizedlist>
+
+      <bridgehead renderas="sect4">D-Bus Python Dependencies</bridgehead>
+
+      <bridgehead renderas="sect5">Required</bridgehead>
+      <para role="required">
+        <xref linkend="dbus-glib"/> and
+        <xref linkend="python2"/> and/or
+        <xref linkend="python3"/>
+      </para>
+
+      <bridgehead renderas="sect5">
+       Optional (Required to build the API and HTML Documentation)
+      </bridgehead>
+      <para role="optional">
+        <ulink url="http://epydoc.sourceforge.net/";>Epydoc</ulink> and
+        <ulink url="http://docutils.sourceforge.net/";>Docutils</ulink>
+      </para>
+
+      <para condition="html" role="usernotes">User Notes:
+        <ulink url="&blfs-wiki;/dbus-python"/>
+      </para>
+    </sect3>
+
+    <sect3 role="installation">
+      <title>Installation of D-Bus Python</title>
+
+      <note>
+        <para>
+          Both <application>Python 2</application> and
+          <application>Python 3</application> modules can
+          be built and installed without any conflicts.
+        </para>
+      </note>
+
+      <para>
+        To build <application>D-Bus Python</application> as the
+        <application>Python 2</application> module, run the
+        following commands:
+      </para>
+
+<screen><userinput>mkdir python2 &amp;&amp;
+pushd python2 &amp;&amp;
+PYTHON=/usr/bin/python     \
+../configure --prefix=/usr \
+             --docdir=/usr/share/doc/dbus-python-&dbus-python-version; 
&amp;&amp;
+make &amp;&amp;
+popd</userinput></screen>
+
+      <para>
+        To test the results, issue: <command>make -C python2 check</command>.
+      </para>
+
+      <para>
+        To build <application>D-Bus Python</application> as the
+        <application>Python 3</application> module, run the
+        following commands:
+      </para>
+
+<screen><userinput>mkdir python3 &amp;&amp;
+pushd python3 &amp;&amp;
+PYTHON=/usr/bin/python3    \
+../configure --prefix=/usr \
+             --docdir=/usr/share/doc/dbus-python-&dbus-python-version; 
&amp;&amp;
+make &amp;&amp;
+popd</userinput></screen>
+
+      <para>
+        To test the results, issue: <command>make -C python3 check</command>.
+      </para>
+
+      <para>
+        To install the <application>Python 2</application> module,
+        run the following command as the
+        <systemitem class="username">root</systemitem> user:
+      </para>
+
+<screen role="root"><userinput>make -C python2 install</userinput></screen>
+
+      <para>
+        To install the <application>Python 3</application> module,
+        run the following command as the
+        <systemitem class="username">root</systemitem> user:
+      </para>
+
+<screen role="root"><userinput>make -C python3 install</userinput></screen>
+
+    </sect3>
+
+    <sect3 role="content">
+      <title>Contents</title>
+
+      <segmentedlist>
+        <segtitle>Installed Programs</segtitle>
+        <segtitle>Installed Libraries</segtitle>
+        <segtitle>Installed Directories</segtitle>
+
+        <seglistitem>
+          <seg>
+            None
+          </seg>
+          <seg>
+            None
+          </seg>
+          <seg>
+            /usr/share/doc/dbus-python-&dbus-python-version; and
+            /usr/lib/python&python2-majorver;/site-packages/dbus and/or
+            /usr/lib/python&python3-majorver;/site-packages/dbus 
+          </seg>
+        </seglistitem>
+      </segmentedlist>
+
+    </sect3>
+
+  </sect2>
+  <!-- End D-Bus Python -->
+
   <!-- Begin Notify Python -->
   <sect2 id="notify-python" xreflabel="Notify Python-&notify-python-version;">
 

Modified: trunk/BOOK/general/sysutils/sysutils.xml
==============================================================================
--- trunk/BOOK/general/sysutils/sysutils.xml    Sun Jul 14 15:03:58 2013        
(r11421)
+++ trunk/BOOK/general/sysutils/sysutils.xml    Sun Jul 14 15:46:33 2013        
(r11422)
@@ -27,7 +27,6 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="colord.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="cpio.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="dbus.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; 
href="dbus-bindings.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="eject.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="fcron.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="gpm.xml"/>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sun Jul 14 15:03:58 
2013        (r11421)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun Jul 14 15:46:33 
2013        (r11422)
@@ -47,6 +47,27 @@
       <para>July 14th, 2013</para>
       <itemizedlist>
         <listitem>
+          <para>[krejzi] - D-Bus Python 1.2.0.</para>
+        </listitem>
+        <listitem>
+          <para>[krejzi] - GStreamer 1.0.8.</para>
+        </listitem>
+        <listitem>
+          <para>[krejzi] - GStreamer Base Plugins 1.0.8.</para>
+        </listitem>
+        <listitem>
+          <para>[krejzi] - GStreamer Good Plugins 1.0.8.</para>
+        </listitem>
+        <listitem>
+          <para>[krejzi] - GStreamer Bad Plugins 1.0.8.</para>
+        </listitem>
+        <listitem>
+          <para>[krejzi] - GStreamer Ugly Plugins 1.0.8.</para>
+        </listitem>
+        <listitem>
+          <para>[krejzi] - GStreamer Libav 1.0.8.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update to qpdf-5.0.0.</para>
         </listitem>
         <listitem>

Modified: trunk/BOOK/multimedia/libdriv/gst10-libav.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/gst10-libav.xml       Sun Jul 14 15:03:58 
2013        (r11421)
+++ trunk/BOOK/multimedia/libdriv/gst10-libav.xml       Sun Jul 14 15:46:33 
2013        (r11422)
@@ -6,10 +6,10 @@
 
   <!ENTITY gst10-libav-download-http 
"&gstreamer-dl;/gst-libav/gst-libav-&gst10-libav-version;.tar.xz">
   <!ENTITY gst10-libav-download-ftp  " ">
-  <!ENTITY gst10-libav-md5sum        "68e1eb18a58907e21b81d26ce7db056a">
+  <!ENTITY gst10-libav-md5sum        "7c2e8db039efa1880a61a6982a6909d7">
   <!ENTITY gst10-libav-size          "4.1 MB">
   <!ENTITY gst10-libav-buildsize     "320 MB">
-  <!ENTITY gst10-libav-time          "3.0 SBU">
+  <!ENTITY gst10-libav-time          "3.5 SBU">
 ]>
 
 <sect1 id="gst10-libav" xreflabel="gst-libav-&gst10-libav-version;">

Modified: trunk/BOOK/multimedia/libdriv/gst10-plugins-bad.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/gst10-plugins-bad.xml Sun Jul 14 15:03:58 
2013        (r11421)
+++ trunk/BOOK/multimedia/libdriv/gst10-plugins-bad.xml Sun Jul 14 15:46:33 
2013        (r11422)
@@ -4,10 +4,11 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY gst10-plugins-bad-download-http 
"&gstreamer-dl;/gst-plugins-bad/gst-plugins-bad-&gst10-plugins-bad-version;.tar.xz">
+  <!ENTITY gst10-plugins-bad-download-http
+           
"&gstreamer-dl;/gst-plugins-bad/gst-plugins-bad-&gst10-plugins-bad-version;.tar.xz">
   <!ENTITY gst10-plugins-bad-download-ftp  " ">
-  <!ENTITY gst10-plugins-bad-md5sum        "d1493d1219b836a8cbf54f4fba962420">
-  <!ENTITY gst10-plugins-bad-size          "3.0 MB">
+  <!ENTITY gst10-plugins-bad-md5sum        "a2fdf125ee2ae46047dcbcfc305949ee">
+  <!ENTITY gst10-plugins-bad-size          "3.1 MB">
   <!ENTITY gst10-plugins-bad-buildsize     "110 MB">
   <!ENTITY gst10-plugins-bad-time          "0.8 SBU">
 ]>
@@ -188,11 +189,8 @@
           /usr/lib/gstreamer-1.0
         </seg>
         <seg>
-          /usr/include/gstreamer-1.0/gst/basecamerabinsrc,
-          /usr/include/gstreamer-1.0/gst/codecparsers,
-          /usr/include/gstreamer-1.0/gst/interfaces,
-          /usr/include/gstreamer-1.0/gst/signalprocessor,
-          /usr/include/gstreamer-1.0/gst/video,
+          /usr/include/gstreamer-1.0/gst/{basecamerabinsrc,codecparsers},
+          /usr/include/gstreamer-1.0/gst/{interfaces,signalprocessor,video},
           /usr/share/gstreamer-1.0/presets and
           /usr/share/gtk-doc/html/gst-plugins-bad-libs-1.0
         </seg>

Modified: trunk/BOOK/multimedia/libdriv/gst10-plugins-base.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/gst10-plugins-base.xml        Sun Jul 14 
15:03:58 2013        (r11421)
+++ trunk/BOOK/multimedia/libdriv/gst10-plugins-base.xml        Sun Jul 14 
15:46:33 2013        (r11422)
@@ -4,9 +4,10 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY gst10-plugins-base-download-http 
"&gstreamer-dl;/gst-plugins-base/gst-plugins-base-&gst10-plugins-base-version;.tar.xz">
+  <!ENTITY gst10-plugins-base-download-http
+           
"&gstreamer-dl;/gst-plugins-base/gst-plugins-base-&gst10-plugins-base-version;.tar.xz">
   <!ENTITY gst10-plugins-base-download-ftp  " ">
-  <!ENTITY gst10-plugins-base-md5sum        "b5b43cfbf82b413ce2e07a190d87e68f">
+  <!ENTITY gst10-plugins-base-md5sum        "c8b36678186e7d4fb1e6395ffcd1abb1">
   <!ENTITY gst10-plugins-base-size          "2.3 MB">
   <!ENTITY gst10-plugins-base-buildsize     "120 MB">
   <!ENTITY gst10-plugins-base-time          "1.2 SBU">
@@ -154,19 +155,10 @@
           /usr/lib/gstreamer-1.0
         </seg>
         <seg>
-          /usr/include/gstreamer-1.0/gst/app,
-          /usr/include/gstreamer-1.0/gst/audio,
-          /usr/include/gstreamer-1.0/gst/fft,
-          /usr/include/gstreamer-1.0/gst/pbutils,
-          /usr/include/gstreamer-1.0/gst/riff,
-          /usr/include/gstreamer-1.0/gst/rtp,
-          /usr/include/gstreamer-1.0/gst/rtsp,
-          /usr/include/gstreamer-1.0/gst/sdp,
-          /usr/include/gstreamer-1.0/gst/tag,
-          /usr/include/gstreamer-1.0/gst/video,
-          /usr/share/gst-plugins-base/1.0,
-          /usr/share/gtk-doc/html/gst-plugins-base-libs-1.0 and
-          /usr/share/gtk-doc/html/gst-plugins-base-plugins-1.0
+          /usr/include/gstreamer-1.0/gst/{app,audio,fft,pbutils},
+          /usr/include/gstreamer-1.0/gst/{riff,rtp,rtsp,sdp,tag,video}
+          /usr/share/gst-plugins-base/1.0 and
+          /usr/share/gtk-doc/html/gst-plugins-base-{libs,plugins}-1.0
         </seg>
       </seglistitem>
     </segmentedlist>

Modified: trunk/BOOK/multimedia/libdriv/gst10-plugins-good.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/gst10-plugins-good.xml        Sun Jul 14 
15:03:58 2013        (r11421)
+++ trunk/BOOK/multimedia/libdriv/gst10-plugins-good.xml        Sun Jul 14 
15:46:33 2013        (r11422)
@@ -4,10 +4,11 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY gst10-plugins-good-download-http 
"&gstreamer-dl;/gst-plugins-good/gst-plugins-good-&gst10-plugins-good-version;.tar.xz">
+  <!ENTITY gst10-plugins-good-download-http
+           
"&gstreamer-dl;/gst-plugins-good/gst-plugins-good-&gst10-plugins-good-version;.tar.xz">
   <!ENTITY gst10-plugins-good-download-ftp  " ">
-  <!ENTITY gst10-plugins-good-md5sum        "e4b1c825475a9b478fe29e8e9f34516f">
-  <!ENTITY gst10-plugins-good-size          "2.6 MB">
+  <!ENTITY gst10-plugins-good-md5sum        "4969826043bbd3f76e4a0d49ea475736">
+  <!ENTITY gst10-plugins-good-size          "2.7 MB">
   <!ENTITY gst10-plugins-good-buildsize     "120 MB">
   <!ENTITY gst10-plugins-good-time          "1.2 SBU">
 ]>

Modified: trunk/BOOK/multimedia/libdriv/gst10-plugins-ugly.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/gst10-plugins-ugly.xml        Sun Jul 14 
15:03:58 2013        (r11421)
+++ trunk/BOOK/multimedia/libdriv/gst10-plugins-ugly.xml        Sun Jul 14 
15:46:33 2013        (r11422)
@@ -4,9 +4,10 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY gst10-plugins-ugly-download-http 
"&gstreamer-dl;/gst-plugins-ugly/gst-plugins-ugly-&gst10-plugins-ugly-version;.tar.xz">
+  <!ENTITY gst10-plugins-ugly-download-http
+           
"&gstreamer-dl;/gst-plugins-ugly/gst-plugins-ugly-&gst10-plugins-ugly-version;.tar.xz">
   <!ENTITY gst10-plugins-ugly-download-ftp  " ">
-  <!ENTITY gst10-plugins-ugly-md5sum        "8754edf6c3be235f232fb75ad11708bb">
+  <!ENTITY gst10-plugins-ugly-md5sum        "67fd24035eccee556ed9e89d75447d94">
   <!ENTITY gst10-plugins-ugly-size          "808 KB">
   <!ENTITY gst10-plugins-ugly-buildsize     "20 MB">
   <!ENTITY gst10-plugins-ugly-time          "0.2 SBU">

Modified: trunk/BOOK/multimedia/libdriv/gstreamer10.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/gstreamer10.xml       Sun Jul 14 15:03:58 
2013        (r11421)
+++ trunk/BOOK/multimedia/libdriv/gstreamer10.xml       Sun Jul 14 15:46:33 
2013        (r11422)
@@ -6,7 +6,7 @@
 
   <!ENTITY gstreamer10-download-http 
"&gstreamer-dl;/gstreamer/gstreamer-&gstreamer10-version;.tar.xz">
   <!ENTITY gstreamer10-download-ftp  " ">
-  <!ENTITY gstreamer10-md5sum        "8f6066a37c71a0d0ff5fe5f7687fea12">
+  <!ENTITY gstreamer10-md5sum        "fb0c73470e8dd5dab01e5e9e62db9db9">
   <!ENTITY gstreamer10-size          "3.0 MB">
   <!ENTITY gstreamer10-buildsize     "90 MB">
   <!ENTITY gstreamer10-time          "0.8 SBU">
@@ -145,9 +145,8 @@
         <seg>
           /usr/include/gstreamer-1.0,
           /usr/lib/gstreamer-1.0,
-          /usr/share/gtk-doc/html/gstreamer-1.0,
-          /usr/share/gtk-doc/html/gstreamer-libs-1.0 and
-          /usr/share/gtk-doc/html/gstreamer-plugins-1.0
+          /usr/share/gtk-doc/html/gstreamer-1.0 and
+          /usr/share/gtk-doc/html/gstreamer-{libs,plugins}-1.0
         </seg>
       </seglistitem>
     </segmentedlist>
-- 
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