Author: wblaszcz
Date: 2009-12-05 05:10:20 -0700 (Sat, 05 Dec 2009)
New Revision: 8142

Added:
   trunk/BOOK/gnome/add/totem-pl-parser.xml
Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/gnome/add/add.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Added new package. totem-pl-parser-2.28.1.

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2009-12-05 07:49:38 UTC (rev 8141)
+++ trunk/BOOK/general.ent      2009-12-05 12:10:20 UTC (rev 8142)
@@ -578,6 +578,7 @@
 <!ENTITY libgnomeprint-version        "2.18.0">
 <!ENTITY libgnomeprintui-version      "2.18.0">
 <!ENTITY system-tools-backends-version "1.4.2">
+<!ENTITY totem-pl-parser-version      "2.28.1">
 
 <!-- Utilities -->
 <!ENTITY bug-buddy-version            "2.18.1">

Modified: trunk/BOOK/gnome/add/add.xml
===================================================================
--- trunk/BOOK/gnome/add/add.xml        2009-12-05 07:49:38 UTC (rev 8141)
+++ trunk/BOOK/gnome/add/add.xml        2009-12-05 12:10:20 UTC (rev 8142)
@@ -31,6 +31,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="libgnomeprint.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="libgnomeprintui.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="system-tools-backends.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="totem-pl-parser.xml"/>
 
   <!-- This is used as a TOC separator -->
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="dummy-utilities.xml"/>

Added: trunk/BOOK/gnome/add/totem-pl-parser.xml
===================================================================
--- trunk/BOOK/gnome/add/totem-pl-parser.xml                            (rev 0)
+++ trunk/BOOK/gnome/add/totem-pl-parser.xml    2009-12-05 12:10:20 UTC (rev 
8142)
@@ -0,0 +1,144 @@
+<?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 totem-pl-parser-download-http 
"&gnome-download-http;/totem-pl-parser/&gnome-version;/totem-pl-parser-&totem-pl-parser-version;.tar.bz2">
+  <!ENTITY totem-pl-parser-download-ftp  
"&gnome-download-ftp;/totem-pl-parser/&gnome-version;/totem-pl-parser-&totem-pl-parser-version;.tar.bz2">
+  <!ENTITY totem-pl-parser-md5sum        "bd4ef8ce1cd3c467cd6adc2835f027bc">
+  <!ENTITY totem-pl-parser-size          "614 KB">
+  <!ENTITY totem-pl-parser-buildsize     "10 MB">
+  <!ENTITY totem-pl-parser-time          "0.2 SBU">
+]>
+
+<sect1 id="totem-pl-parser" 
xreflabel="totem-pl-parser-&totem-pl-parser-version;">
+  <?dbhtml filename="totem-pl-parser.html"?>
+
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+
+  <title>totem-pl-parser-&totem-pl-parser-version;</title>
+
+  <indexterm zone="totem-pl-parser">
+    <primary sortas="a-totem-pl-parser">totem-pl-parser</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title>Introduction to totem-pl-parser</title>
+
+    <para>The <application>totem-pl-parser</application> package is a simple
+    GObject-based library to parse a host of playlist formats, as well as save
+    those.</para>
+
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>Download (HTTP): <ulink 
url="&totem-pl-parser-download-http;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download (FTP): <ulink 
url="&totem-pl-parser-download-ftp;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download MD5 sum: &totem-pl-parser-md5sum;</para>
+      </listitem>
+      <listitem>
+        <para>Download size: &totem-pl-parser-size;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated disk space required: &totem-pl-parser-buildsize;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated build time: &totem-pl-parser-time;</para>
+      </listitem>
+    </itemizedlist>
+
+    <bridgehead renderas="sect3">totem-pl-parser Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required"><xref linkend="gmime"/> and
+    <xref linkend="gtk2"/></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;/totem-pl-parser"/></para>
+
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of totem-pl-parser</title>
+
+    <para>Install <application>totem-pl-parser</application> by running the 
following
+    commands:</para>
+
+<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix 
ORBit-2.0) &amp;&amp;
+make</userinput></screen>
+
+    <para>To test the results, issue: <command>make check</command>.</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/2003/XInclude";
+    href="../../xincludes/gtk-doc-rebuild.xml"/>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title>Contents</title>
+
+    <segmentedlist>
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Libraries</segtitle>
+      <segtitle>Installed Directories</segtitle>
+
+      <seglistitem>
+        <seg>None</seg>
+        <seg>libtotem-plparser.{so,a} and libtotem-plparser-mini.{so,a}</seg>
+        <seg>/usr/include/totem-pl-parser/1/plparseri and
+        /usr/share/gtk-doc/html/totem-pl-parser</seg>
+      </seglistitem>
+    </segmentedlist>
+
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+
+      <varlistentry id="libtotem-plparser">
+        <term><filename 
class='libraryfile'>libtotem-plparser.{so,a}</filename></term>
+        <listitem>
+          <para>is a <application>Totem</application> Playlist Parser
+          library.</para>
+          <indexterm zone="totem-pl-parser libtotem-plparser">
+            <primary 
sortas="c-libtotem-plparser">libtotem-plparser.{so,a}</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="libtotem-plparser-mini">
+        <term><filename 
class='libraryfile'>libtotem-plparser-mini.{so,a}</filename></term>
+        <listitem>
+          <para>is a <application>Totem</application> Playlist Parser library,
+          mini version.</para>
+          <indexterm zone="totem-pl-parser libtotem-plparser-mini">
+            <primary 
sortas="c-libtotem-plparser-mini">libtotem-plparser-mini.{so,a}</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </sect2>
+
+</sect1>


Property changes on: trunk/BOOK/gnome/add/totem-pl-parser.xml
___________________________________________________________________
Name: svn:keywords
   + LastChangedBy Date

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2009-12-05 07:49:38 UTC 
(rev 8141)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2009-12-05 12:10:20 UTC 
(rev 8142)
@@ -44,6 +44,9 @@
       <para>December 5th, 2009</para>
       <itemizedlist>
         <listitem>
+          <para>[wblaszcz] - Added new package. totem-pl-parser-2.28.1.</para>
+        </listitem>
+        <listitem>
           <para>[wblaszcz] - Updated to GMime-2.4.7.</para>
         </listitem>
       </itemizedlist>

-- 
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