Changeset 7d26629


Ignore:
Timestamp:
02/27/2006 08:52:18 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:
4a5bbd0
Parents:
3003aec
Message:

Added a patch to fix librsvg if NSS/NSPR is installed

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/librsvg.xml

    r3003aec r7d26629  
    6060    </itemizedlist>
    6161
     62    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     63    <itemizedlist spacing="compact">
     64      <listitem>
     65        <para>Required patch (if you have <xref linkend="nss"/> installed):
     66        <ulink
     67        url="&patch-root;/librsvg-&librsvg-version;-system_nspr-1.patch"/>
     68        </para>
     69      </listitem>
     70    </itemizedlist>
     71
    6272    <bridgehead renderas="sect3">librsvg Dependencies</bridgehead>
    6373
     
    6575    <para role="required"><xref linkend="gtk2"/>,
    6676    <xref linkend="libxml2"/>,
    67     <xref linkend="libart_lgpl"/> and
     77    <xref linkend="libart_lgpl"/>, and
    6878    <xref linkend="popt"/></para>
    6979
     
    7686    <xref linkend="libgnomeprintui"/>,
    7787    <xref linkend="seamonkey"/> or <xref linkend="firefox"/>,
    78     <xref linkend="gtk-doc"/> and
     88    <xref linkend="gtk-doc"/>, and
    7989    <xref linkend="docbook-utils"/></para>
    8090
     
    8797    commands:</para>
    8898
    89 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
    90     --disable-gtk-doc &amp;&amp;
     99<screen><userinput>patch -Np1 -i ../librsvg-&librsvg-version;-system_nspr-1.patch &amp;&amp;
     100./configure --prefix=/usr --sysconfdir=/etc --disable-gtk-doc &amp;&amp;
    91101make</userinput></screen>
    92102
     
    97107<screen role="root"><userinput>make install</userinput></screen>
    98108
     109    <!-- commenting this out as BLFS installation of Firefox and SeaMonkey
     110         have built-in SVG render capability and don't need this plugin
     111
    99112    <para>If you have <application>Firefox</application> installed, create
    100113    symlinks to the plugins using the following command as the
     
    103116<screen role="root"><userinput>ln -v -s /usr/lib/mozilla/plugins/libmozsvgdec.{so,a} \
    104117    /usr/lib/firefox-&firefox-version;/plugins</userinput></screen>
     118
     119    -->
    105120
    106121  </sect2>
     
    127142        <seg>rsvg and rsvg-view</seg>
    128143        <seg>librsvg-2.[so,a], <application>GTK+</application> modules and
    129         <application>Mozilla</application> plugins</seg>
     144        a <application>Mozilla</application> plugin</seg>
    130145        <seg>/usr/include/librsvg-2 and /usr/share/gtk-doc/html/rsvg</seg>
    131146      </seglistitem>
  • introduction/welcome/changelog.xml

    r3003aec r7d26629  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Added a patch to fix librsvg if NSS/NSPR is
     49          installed.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[dnicholson] - Added note that tinker-term.sh is irrelevant
    4953          with Ncurses-5.5+ and shouldn't be installed in that situation.</para>
Note: See TracChangeset for help on using the changeset viewer.