Changeset e1f87b5


Ignore:
Timestamp:
05/27/2006 09:41:23 PM (18 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:
8ae8678b
Parents:
211dbcef
Message:

Updated to librsvg-2.14.4

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r211dbcef re1f87b5  
    124124<!ENTITY fontconfig-version           "2.3.2">
    125125<!ENTITY libart_lgpl-version          "2.3.17">
    126 <!ENTITY librsvg-version              "2.14.3">
     126<!ENTITY librsvg-version              "2.14.4">
    127127<!ENTITY imlib-version                "1.9.15">
    128128<!ENTITY aalib-version                "1.4rc5">
  • general/graphlib/librsvg.xml

    r211dbcef re1f87b5  
    77  <!ENTITY librsvg-download-http "&gnome-download-http;/librsvg/2.14/librsvg-&librsvg-version;.tar.bz2">
    88  <!ENTITY librsvg-download-ftp  "&gnome-download-ftp;/librsvg/2.14/librsvg-&librsvg-version;.tar.bz2">
    9   <!ENTITY librsvg-md5sum        "f926aa102ccc3ce99ddf257fcce8ebf4">
     9  <!ENTITY librsvg-md5sum        "945617bb094975d7353a3852302297c1">
    1010  <!ENTITY librsvg-size          "415 KB">
    11   <!ENTITY librsvg-buildsize     "12.0 MB">
     11  <!ENTITY librsvg-buildsize     "12.5 MB">
    1212  <!ENTITY librsvg-time          "0.4 SBU">
    1313]>
     
    9090    <para role="optional"><xref linkend="gnome-vfs"/>,
    9191    <xref linkend="libgnomeprintui"/>,
    92     <!-- Commenting these out for now as the package doesn't look for these
    93          that have native SVG capability and there is no reason to change this
     92    <!-- Commenting these out for now as these package have native SVG capability
    9493    <xref linkend="seamonkey"/> or <xref linkend="firefox"/>,
    9594    -->
     
    109108    commands:</para>
    110109
    111 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --disable-gtk-doc &amp;&amp;
     110<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    112111make</userinput></screen>
    113112
     
    137136    <para><parameter>--disable-gtk-doc</parameter>: This parameter prevents
    138137    the rebuilding of documentation during the <command>make</command>
    139     command. Remove the parameter if you wish to rebuild the
    140     documentation.</para>
     138    command. It will also prevent the existing documentation in the source
     139    tree from being installed.</para>
    141140
    142141  </sect2>
  • introduction/welcome/changelog.xml

    r211dbcef re1f87b5  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to librsvg-2.14.4.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Added intltool as an optional dependency of
    4952          libgnomecups.</para>
Note: See TracChangeset for help on using the changeset viewer.