Changeset 03ac97c2


Ignore:
Timestamp:
10/06/2005 05:51:22 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:
b89c7ca
Parents:
cb61e3a8
Message:

Updated to librsvg-2.12.4

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rcb61e3a8 r03ac97c2  
    101101<!ENTITY fontconfig-version           "2.3.2">
    102102<!ENTITY libart_lgpl-version          "2.3.17">
    103 <!ENTITY librsvg-version              "2.11.1">
     103<!ENTITY librsvg-version              "2.12.4">
    104104<!ENTITY imlib-version                "1.9.15">
    105105<!ENTITY aalib-version                "1.4rc5">
  • general/graphlib/librsvg.xml

    rcb61e3a8 r03ac97c2  
    55  %general-entities;
    66
    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">
     7  <!ENTITY librsvg-download-http "http://ftp.gnome.org/pub/GNOME/sources/librsvg/2.12/librsvg-&librsvg-version;.tar.bz2">
     8  <!ENTITY librsvg-download-ftp  "ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/2.12/librsvg-&librsvg-version;.tar.bz2">
     9  <!ENTITY librsvg-md5sum        "cfc7e22027d180eea312932394ecfc71">
     10  <!ENTITY librsvg-size          "396 KB">
     11  <!ENTITY librsvg-buildsize     "11.6 MB">
    1212  <!ENTITY librsvg-time          "0.4 SBU">
    1313]>
     
    2121  </sect1info>
    2222
    23   <title>Librsvg-&librsvg-version;</title>
     23  <title>librsvg-&librsvg-version;</title>
    2424
    2525  <indexterm zone="librsvg">
     
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to Librsvg</title>
     30    <title>Introduction to librsvg</title>
    3131
    3232    <para>The <application>librsvg</application> package contains
     
    5656    </itemizedlist>
    5757
    58     <bridgehead renderas="sect3">Librsvg Dependencies</bridgehead>
     58    <bridgehead renderas="sect3">librsvg Dependencies</bridgehead>
    5959
    6060    <bridgehead renderas="sect4">Required</bridgehead>
     
    7878
    7979  <sect2 role="installation">
    80     <title>Installation of Librsvg</title>
    81 
    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>
     80    <title>Installation of librsvg</title>
    9081
    9182    <para>Install <application>librsvg</application> by running the following
    9283    commands:</para>
    9384
    94 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     85<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
     86    --disable-gtk-doc &amp;&amp;
    9587make</userinput></screen>
    9688
     
    110102  </sect2>
    111103
    112 <!--
    113104  <sect2 role="commands">
    114105    <title>Command Explanations</title>
    115106
    116     <para><parameter>-\-disable-gtk-doc</parameter>: This option prevents
     107    <para><parameter>--disable-gtk-doc</parameter>: This parameter prevents
    117108    the rebuilding of documentation during the <command>make</command>
    118     command.</para>
     109    command. Remove the parameter if you wish to rebuild the
     110    documentation.</para>
    119111
    120112  </sect2>
    121 -->
    122113
    123114  <sect2 role="content">
  • introduction/welcome/changelog.xml

    rcb61e3a8 r03ac97c2  
    4141
    4242-->
     43
    4344    <listitem>
    4445      <para>October 6th, 2005</para>
    4546      <itemizedlist>
    4647        <listitem>
     48          <para>[randy] - Updated to librsvg-2.12.4.</para>
     49        </listitem>
     50        <listitem>
    4751          <para>[dj] - Updated to JDK (source build) 1.5.0_04.</para>
    4852        </listitem>
    4953      </itemizedlist>
    5054    </listitem>
    51 
    5255
    5356    <listitem>
Note: See TracChangeset for help on using the changeset viewer.