Changeset 3148bf6


Ignore:
Timestamp:
09/15/2005 03:06:05 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
966c834
Parents:
887352b
Message:

Updated to librsvg-1.11.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5068 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r887352b r3148bf6  
    1 <!ENTITY day          "14">
     1<!ENTITY day          "15">
    22<!ENTITY month        "09">
    33<!ENTITY year         "2005">
     
    101101<!ENTITY fontconfig-version           "2.3.2">
    102102<!ENTITY libart_lgpl-version          "2.3.17">
    103 <!ENTITY librsvg-version              "2.9.5">
     103<!ENTITY librsvg-version              "2.11.1">
    104104<!ENTITY imlib-version                "1.9.15">
    105105<!ENTITY aalib-version                "1.4rc5">
  • general/graphlib/librsvg.xml

    r887352b r3148bf6  
    55  %general-entities;
    66
    7   <!ENTITY librsvg-download-http "http://ftp.gnome.org/pub/GNOME/sources/librsvg/2.9/librsvg-&librsvg-version;.tar.bz2">
    8   <!ENTITY librsvg-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/2.9/librsvg-&librsvg-version;.tar.bz2">
    9   <!ENTITY librsvg-md5sum "44799d75e940eb4150acdae4f63cbe2a">
    10   <!ENTITY librsvg-size "392 KB">
    11   <!ENTITY librsvg-buildsize "9.8 MB">
    12   <!ENTITY librsvg-time "0.3 SBU">
     7  <!ENTITY librsvg-download-http "http://ftp.gnome.org/pub/GNOME/sources/librsvg/2.11/librsvg-&librsvg-version;.tar.bz2">
     8  <!ENTITY librsvg-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/2.11/librsvg-&librsvg-version;.tar.bz2">
     9  <!ENTITY librsvg-md5sum        "28400811169e8ed3cc31b5bb0e9555af">
     10  <!ENTITY librsvg-size          "385 KB">
     11  <!ENTITY librsvg-buildsize     "11.8 MB">
     12  <!ENTITY librsvg-time          "0.4 SBU">
    1313]>
    1414
     
    6464    <xref linkend="popt"/></para>
    6565
     66    <bridgehead renderas="sect4">Recommended</bridgehead>
     67    <para><xref linkend="libcroco"/> and
     68    <xref linkend="libgsf"/></para>
     69
    6670    <bridgehead renderas="sect4">Optional</bridgehead>
    67     <para><xref linkend="libcroco"/>,
    68     <xref linkend="libgsf"/>,
    69     <xref linkend="gnome-vfs"/>,
     71    <para><xref linkend="gnome-vfs"/>,
    7072    <xref linkend="libgnomeprintui"/>,
    71     <xref linkend="mozilla"/>,
     73    <xref linkend="mozilla"/> or <xref linkend="firefox"/>,
    7274    <xref linkend="gtk-doc"/> and
    7375    <xref linkend="docbook-utils"/></para>
     
    7880    <title>Installation of Librsvg</title>
    7981
     82    <para>If you have <application>Firefox</application> (and not
     83    <application>Mozilla</application>) installed and you wish to build the SVG
     84    <application>Mozilla</application> plugin, you must modify the
     85    <command>configure</command> script so that it can find
     86    <command>firefox-config</command>. Use a <command>sed</command> command to
     87    accomplish this:</para>
     88
     89<screen><userinput>sed -i "s/mozilla-config/firefox-config/" configure</userinput></screen>
     90
    8091    <para>Install <application>librsvg</application> by running the following
    8192    commands:</para>
    8293
    83 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
    84     --disable-gtk-doc &amp;&amp;
     94<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    8595make</userinput></screen>
     96
     97    <para>This package does not come with a test suite.</para>
    8698
    8799    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    89101<screen role="root"><userinput>make install</userinput></screen>
    90102
     103    <para>If you have <application>Firefox</application> installed, create
     104    symlinks to the plugins using the following command as the
     105    <systemitem class="username">root</systemitem> user:</para>
     106
     107<screen role="root"><userinput>ln -v -s /usr/lib/mozilla/plugins/libmozsvgdec.{so,a} \
     108    /usr/lib/firefox-&firefox-version;/plugins</userinput></screen>
     109
    91110  </sect2>
    92111
     112<!--
    93113  <sect2 role="commands">
    94114    <title>Command Explanations</title>
    95115
    96     <para><parameter>--disable-gtk-doc</parameter>: This option prevents
     116    <para><parameter>-\-disable-gtk-doc</parameter>: This option prevents
    97117    the rebuilding of documentation during the <command>make</command>
    98118    command.</para>
    99119
    100120  </sect2>
     121-->
    101122
    102123  <sect2 role="content">
  • introduction/welcome/changelog.xml

    r887352b r3148bf6  
    4343
    4444    <listitem>
     45      <para>September 15th, 2005</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[Randy] - Updated to librsvg-1.11.1.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>September 14th, 2005</para>
    4655      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.