Author: djensen
Date: 2007-04-15 21:09:33 -0600 (Sun, 15 Apr 2007)
New Revision: 6732

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/graphlib/librsvg.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/lib/shared-mime-info.xml
Log:
Updated to librsvg-2.16.1

Modified: trunk/BOOK/general/graphlib/librsvg.xml
===================================================================
--- trunk/BOOK/general/graphlib/librsvg.xml     2007-04-16 00:04:28 UTC (rev 
6731)
+++ trunk/BOOK/general/graphlib/librsvg.xml     2007-04-16 03:09:33 UTC (rev 
6732)
@@ -4,11 +4,11 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY librsvg-download-http 
"&gnome-download-http;/librsvg/2.14/librsvg-&librsvg-version;.tar.bz2">
-  <!ENTITY librsvg-download-ftp  
"&gnome-download-ftp;/librsvg/2.14/librsvg-&librsvg-version;.tar.bz2">
-  <!ENTITY librsvg-md5sum        "945617bb094975d7353a3852302297c1">
-  <!ENTITY librsvg-size          "415 KB">
-  <!ENTITY librsvg-buildsize     "12.5 MB">
+  <!ENTITY librsvg-download-http 
"&gnome-download-http;/librsvg/2.16/librsvg-&librsvg-version;.tar.bz2">
+  <!ENTITY librsvg-download-ftp  
"&gnome-download-ftp;/librsvg/2.16/librsvg-&librsvg-version;.tar.bz2">
+  <!ENTITY librsvg-md5sum        "37e046571097ff7ce77ae6e07f096324">
+  <!ENTITY librsvg-size          "416 KB">
+  <!ENTITY librsvg-buildsize     "12.1 MB">
   <!ENTITY librsvg-time          "0.4 SBU">
 ]>
 
@@ -73,11 +73,9 @@
     <bridgehead renderas="sect3">librsvg Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
-    <para role="required"><xref linkend="gtk2"/>,
-    <xref linkend="libxml2"/>,
-    <xref linkend="libart_lgpl"/>, and
-    <xref linkend="popt"/></para>
-
+    <para role="required"><xref linkend="gtk2"/> and
+    <xref linkend="libxml2"/></para>
+ 
     <bridgehead renderas="sect4">Recommended</bridgehead>
     <para role="recommended"><xref linkend="libcroco"/> and
     <xref linkend="libgsf"/></para>
@@ -85,13 +83,13 @@
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional"><xref linkend="gnome-vfs"/>,
     <xref linkend="libgnomeprintui"/>,
-    <!-- Commenting these out for now as these package have native SVG 
capability
-    <xref linkend="seamonkey"/> or <xref linkend="firefox"/>,
-    -->
-    <ulink url="http://www.mozilla.org/products/mozilla1.x/";>Mozilla</ulink>,
-    <xref linkend="gtk-doc"/>, and
-    <xref linkend="docbook-utils"/></para>
+    <xref linkend="gtk-doc"/>,
+    <xref linkend="docbook-utils"/>, and
+    <xref linkend="python"/>, providing a legacy wrapper interface
+    <command>rsvg</command> for the newer
+    <command>rsvg-convert</command>.</para>
 
+   
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/librsvg"/></para>
 
@@ -103,7 +101,8 @@
     <para>Install <application>librsvg</application> by running the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
+<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
+       --disable-mozilla-plugin &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
@@ -129,6 +128,10 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+    <para><parameter>--disable-mozilla-plugin</parameter>: This parameter 
prevents
+    building the browser plugin as Firefox and SeaMonkey have built-in SVG 
render
+    capability and don't need it.</para>
+
     <para><parameter>--disable-gtk-doc</parameter>: This parameter prevents
     the rebuilding of documentation during the <command>make</command>
     command. It will also prevent the existing documentation in the source
@@ -160,14 +163,24 @@
       <varlistentry id="rsvg">
         <term><command>rsvg</command></term>
         <listitem>
-          <para>is used to covert SVG images into PNG, JPEG and
-          ICO raster images.</para>
+          <para>is a legacy wrapper interface to rsvg-convert.</para>
           <indexterm zone="librsvg rsvg">
             <primary sortas="b-rsvg">rsvg</primary>
           </indexterm>
         </listitem>
       </varlistentry>
 
+      <varlistentry id="rsvg-convert">
+        <term><command>rsvg-convert</command></term>
+        <listitem>
+          <para>is used to covert SVG images into PNG, JPEG and
+          ICO raster images.</para>
+          <indexterm zone="librsvg rsvg-convert">
+            <primary sortas="b-rsvg-convert">rsvg-convert</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="rsvg-view">
         <term><command>rsvg-view</command></term>
         <listitem>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2007-04-16 00:04:28 UTC (rev 6731)
+++ trunk/BOOK/general.ent      2007-04-16 03:09:33 UTC (rev 6732)
@@ -138,7 +138,7 @@
 <!ENTITY freetype2-version            "2.1.10">
 <!ENTITY fontconfig-version           "2.3.2">
 <!ENTITY libart_lgpl-version          "2.3.19">
-<!ENTITY librsvg-version              "2.14.4">
+<!ENTITY librsvg-version              "2.16.1">
 <!ENTITY imlib-version                "1.9.15">
 <!ENTITY aalib-version                "1.4rc5">
 <!ENTITY imlib2-version               "1.2.2">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2007-04-16 00:04:28 UTC 
(rev 6731)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2007-04-16 03:09:33 UTC 
(rev 6732)
@@ -45,9 +45,15 @@
       <para>April 15th, 2007</para>
       <itemizedlist>
         <listitem>
+          <para>[djensen] - Updated to librsvg-2.16.1.</para>
+        </listitem>
+        <listitem>
           <para>[djensen] - Updated to shared-mime-info-0.20.</para>
         </listitem>
         <listitem>
+          <para>[randy] - Updated to Qt-3.3.8.</para>
+        </listitem>
+        <listitem>
           <para>[randy] - Updated to NAS-1.9.</para>
         </listitem>
       </itemizedlist>

Modified: trunk/BOOK/x/lib/shared-mime-info.xml
===================================================================
--- trunk/BOOK/x/lib/shared-mime-info.xml       2007-04-16 00:04:28 UTC (rev 
6731)
+++ trunk/BOOK/x/lib/shared-mime-info.xml       2007-04-16 03:09:33 UTC (rev 
6732)
@@ -63,6 +63,9 @@
     <xref linkend="libxml2"/>, and
     <xref linkend="perl-xml-parser"/></para>
 
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para role="optional"><xref linkend="intltool"/></para>
+
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/shared-mime-info"/></para>
 

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