Changeset aa47a131 for general/genutils


Ignore:
Timestamp:
07/26/2007 12:43:58 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
705dba2
Parents:
ea804bc
Message:

Updated to XScreenSaver-5.03

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/xscreensaver.xml

    rea804bc raa47a131  
    77  <!ENTITY xscreensaver-download-http "http://www.jwz.org/xscreensaver/xscreensaver-&xscreensaver-version;.tar.gz">
    88  <!ENTITY xscreensaver-download-ftp  "&gentoo-ftp-repo;/xscreensaver-&xscreensaver-version;.tar.gz">
    9   <!ENTITY xscreensaver-md5sum        "174b6a7cebd892c1a6c2d56bf5ac5af6">
    10   <!ENTITY xscreensaver-size          "4.9 MB">
    11   <!ENTITY xscreensaver-buildsize     "113.6 MB">
     9  <!ENTITY xscreensaver-md5sum        "367b0397132102faf43e71e27bbdc181">
     10  <!ENTITY xscreensaver-size          "5.4 MB">
     11  <!ENTITY xscreensaver-buildsize     "129 MB">
    1212  <!ENTITY xscreensaver-time          "1.1 SBU">
    1313]>
     
    7171
    7272    <bridgehead renderas="sect4">Optional</bridgehead>
    73     <para role="optional"> <xref linkend="libjpeg"/>,
     73    <para role="optional"><xref linkend="libjpeg"/>,
     74    <xref linkend="libgnome"/>,
    7475    <ulink url="http://linas.org/gle/">GLE</ulink>,
    7576    <ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink>,
     
    101102    commands:</para>
    102103
    103 <screen><userinput>sed -i 's,\xc3\xb6,oe,' hacks/flow.man &amp;&amp;
    104 ./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
     104    <!-- sed -i 's,\xc3\xb6,oe,' hacks/flow.man -->
     105
     106<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
    105107make</userinput></screen>
    106108
     
    116118    <title>Command Explanations</title>
    117119
    118     <para><command>sed -i 's,\xc3\xb6,oe,' hacks/flow.man</command>: This
     120    <!-- <para><command>sed -i 's,\xc3\xb6,oe,' hacks/flow.man</command>: This
    119121    command replaces the UTF-8 encoded character <quote>&ouml;</quote>
    120122    with its ASCII equivalent <quote>oe</quote> in one of the installed
    121123    manual pages. Without this, <application>Man-DB</application> would
    122124    interpret these two bytes as ISO-8859-1, resulting in
    123     the wrong <quote>&Atilde;&para;</quote> characters.</para>
    124     <!-- The sed is not needed for xscreensaver-5.0.1, and the manual page
    125     has the "oe" characters there. -->
     125    the wrong <quote>&Atilde;&para;</quote> characters.</para> -->
    126126
    127127    <para><option>--with-setuid-hacks</option>: This switch allows some
Note: See TracChangeset for help on using the changeset viewer.