Changeset 4f6275fd for general/graphlib


Ignore:
Timestamp:
06/28/2004 10:09:39 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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:
0ca9f97
Parents:
14d6b3e0
Message:

Change hardcoded version numbers to entities in various packages

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

Location:
general/graphlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libungif.xml

    r14d6b3e0 r4f6275fd  
    4949<itemizedlist spacing='compact'>
    5050<listitem><para>Required patch: <ulink
    51 url="&patch-root;/libungif-4.1.0b1-va_start-1.patch"/></para></listitem>
     51url="&patch-root;/libungif-&libungif-version;-va_start-1.patch"/></para></listitem>
    5252</itemizedlist>
    5353</sect3>
     
    6161commands:</para>
    6262
    63 <screen><userinput><command>patch -Np1 -i ../libungif-4.1.0b1-va_start-1.patch &amp;&amp;
     63<screen><userinput><command>patch -Np1 -i ../libungif-&libungif-version;-va_start-1.patch &amp;&amp;
    6464./configure --prefix=/usr &amp;&amp;
    6565make &amp;&amp;
  • general/graphlib/svgalib.xml

    r14d6b3e0 r4f6275fd  
    1919<sect2>
    2020<title>Introduction to <application>SVGAlib</application></title>
    21                                                                                
     21
    2222<para><application>SVGAlib</application> is a low-level graphics library
    2323that provides <acronym>VGA</acronym> and <acronym>SVGA</acronym>
    2424modes in a console. This is useful for programs running on a console
    2525that require graphics capabilities.</para>
    26                                                                                
     26
    2727<sect3><title>Package information</title>
    2828<itemizedlist spacing='compact'>
     
    3333<listitem><para>Estimated build time: &SVGAlib-time;</para></listitem></itemizedlist>
    3434</sect3>
     35
    3536<sect3><title>Additional downloads</title>
    3637<itemizedlist spacing='compact'>
    37 <listitem><para>Download (HTTP): <ulink url="&patch-root;/svgalib-1.4.3-gcc3-1.patch"/></para></listitem>
     38<listitem><para>Required Patch: <ulink
     39url="&patch-root;/svgalib-&SVGAlib-version;-gcc3-1.patch"/></para></listitem>
    3840</itemizedlist></sect3>
    39                                                                                
     41
    4042</sect2>
    4143
    4244<sect2>
    4345<title>Installation of <application>SVGAlib</application></title>
    44                                                                                
     46
    4547<note><para>You must compile and install as root. If you don't, certain tools
    4648won't be able to become <acronym>SUID</acronym> root which is required for
     
    4850holes in those tools that might be used to gain root access, so use with
    4951caution.</para></note>
    50                                                                                
    51 <para>Install <application>SVGAlib</application> by running the following commands:</para>
    52                                                                                
    53 <screen><userinput><command>patch -Np1 -i ../svgalib-1.4.3-gcc3-1.patch &amp;&amp;
     52
     53<para>Install <application>SVGAlib</application> by running the following
     54commands:</para>
     55
     56<screen><userinput><command>patch -Np1 -i ../svgalib-&SVGAlib-version;-gcc3-1.patch &amp;&amp;
    5457make prefix=/usr install &amp;&amp;
    5558cd doc &amp;&amp;
    5659for dir in man?; do for file in $dir/*; do \
    5760gunzip /usr/share/man/$file; done; done</command></userinput></screen>
    58                                                                                
     61
    5962</sect2>
    6063
    6164<sect2>
    6265<title>Command explanations</title>
    63                                                                                
     66
    6467<para><command>cd doc &amp;&amp; for dir in man?; do for file in $dir/*; do
    6568gunzip /usr/share/man/$file; done; done</command>:
    6669<application>SVGAlib</application> installs its man pages in compressed format
    6770so we uncompress them.</para>
    68                                                                                
     71
    6972</sect2>
    7073
    7174<sect2>
    7275<title>Configuring SVGAlib</title>
    73                                                                                
     76
    7477<sect3><title>Config files</title>
    75                                                                                
    76 <para><filename>/etc/vga/libvga.config</filename>, <filename>~/.svgalibrc</filename></para>
     78
     79<para><filename>/etc/vga/libvga.config</filename>,
     80<filename>~/.svgalibrc</filename></para>
    7781</sect3>
    78                                                                                
     82
    7983<sect3><title>Configuration information</title>
    80                                                                                
     84
    8185<para>You must edit the config file to set the monitor and mouse type.
    8286Depending on your hardware, other setup might be required.</para>
    83                                                                                
    84 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>   
    85                                                                                
     87
     88<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
     89
    8690</sect3>
    87                                                                                
     91
    8892</sect2>
    8993
    9094<sect2>
    9195<title>Contents</title>
    92                                                                                
     96
    9397<para>The SVGAlib package contains <filename class="libraryfile">libvga</filename>
    9498and <filename class="libraryfile">libvgagl</filename> libraries,
     
    97101<command>savetextmode</command>, <command>textmode</command> and
    98102<command>svgakeymap</command>.</para>
    99                                                                                
     103
    100104</sect2>
    101                                                                                
     105
    102106<sect2><title>Description</title>
    103                                                                                
     107
    104108<sect3><title>libvga library</title>
    105109<para><filename class="libraryfile">libvga</filename> is a low-level
    106110graphics library.</para></sect3>
    107                                                                                
     111
    108112<sect3><title>libvgagl library</title>
    109113<para><filename class="libraryfile">libvgagl</filename> is a fast
    110114frame buffer level graphics library based on libvga.</para></sect3>
    111                                                                                
     115
    112116<sect3><title>dumpreg</title>
    113117<para><command>dumpreg</command> dumps the state of the card as the
    114118svgalib chipset driver sees it.</para></sect3>
    115                                                                                
     119
    116120<sect3><title>mode3</title>
    117121<para><command>mode3</command> sets a <acronym>VESA</acronym> mode.</para></sect3>
    118                                                                                
     122
    119123<sect3><title>restorefont</title>
    120124<para><command>restorefont</command> saves or restores the
    121125<acronym>SVGA</acronym> font for textmode.</para></sect3>
    122                                                                                
     126
    123127<sect3><title>restorepalette</title>
    124128<para><command>restorepalette</command> sets the color palette for
    125129textmode.</para></sect3>
    126                                                                                
     130
    127131<sect3><title>restoretextmode</title>
    128132<para><command>restoretextmode</command> saves or restores the
    129133<acronym>SVGA</acronym> registers for textmode.</para></sect3>
    130                                                                                
     134
    131135<sect3><title>savetextmode, textmode</title>
    132136<para><command>savetextmode</command> and <command>textmode</command> save or
    133137restore the complete <acronym>SVGA</acronym> status for textmode.</para></sect3>
    134                                                                                
     138
    135139<sect3><title>svgakeymap</title>
    136140<para><command>svgakeymap</command> generates keymaps for svgalib.</para></sect3>
    137                                                                                
     141
    138142</sect2>
    139143
Note: See TracChangeset for help on using the changeset viewer.