Changeset 004a8284


Ignore:
Timestamp:
06/17/2004 01:19:43 AM (20 years ago)
Author:
DJ Lucas <dj@…>
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:
714d067
Parents:
df40c69
Message:

updated xine libs and ui and added GPMOPTS

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rdf40c69 r004a8284  
    387387<!ENTITY liba52-version               "0.7.4">   
    388388<!ENTITY xvid-version                 "1.0.0-rc4"> 
    389 <!ENTITY xine-lib-version             "1-rc3a"> 
     389<!ENTITY xine-lib-version             "1-rc4a"> 
    390390<!ENTITY libmikmod-version            "3.1.10">
    391391
     
    401401<!ENTITY avifile-version              "0.7.38"> 
    402402<!ENTITY mplayer-version              "1.0pre4">
    403 <!ENTITY xine-ui-version              "0.9.23"> 
     403<!ENTITY xine-ui-version              "0.99.1"> 
    404404<!ENTITY transcode-version            "0.6.12">
    405405
  • general/sysutils/gpm.xml

    rdf40c69 r004a8284  
    101101# Begin /etc/sysconfig/mouse
    102102                                                                               
    103 MDEVICE=<replaceable>[yourdevice]</replaceable>
    104 PROTOCOL=<replaceable>[yourprotocol]</replaceable>
     103MDEVICE="<replaceable>[yourdevice]</replaceable>"
     104PROTOCOL="<replaceable>[yourprotocol]</replaceable>"
     105GPMOPTS="<replaceable>[additional options]</replaceable>"
    105106                                                                               
    106107# End /etc/sysconfig/mouse
     
    110111<sect3><title>Configuration Information</title>
    111112                                                                               
    112 <para>Examples of values to set <envar>MDEVICE</envar> and
    113 <envar>PROTOCOL</envar> to are:</para>
     113<para>Examples of values to set <envar>MDEVICE</envar>,
     114<envar>PROTOCOL</envar>, and <envar>GPMOPTS</envar> to are:</para>
    114115                                                                               
    115 <screen><userinput>MDEVICE=/dev/psaux
    116 PROTOCOL=imps2</userinput></screen>
     116<screen><userinput>MDEVICE="/dev/psaux"
     117PROTOCOL="imps2"
     118GPMOPTS=""</userinput></screen>
    117119                                                                               
    118120<para>A list of which protocol values are known can be found by running
    119 <command>gpm -t -help</command>.  Your <envar>MDEVICE</envar> setting depends on
    120 which type of mouse you have.  For example,
     121<command>gpm -t -help</command>.  The <envar>MDEVICE</envar> setting
     122depends on which type of mouse you have.  For example,
    121123<filename>/dev/ttyS0</filename> for a serial mouse (on Windows this is
    122124COM1), <filename>/dev/input/mice</filename> is often used for
    123 <acronym>USB</acronym> mice
    124 and <filename>/dev/psaux</filename> for PS2 mice.</para>
     125<acronym>USB</acronym> mice and <filename>/dev/psaux</filename> for PS2
     126mice.  <envar>GPMOPTS</envar> is the 'catch all' for any
     127additional options that are needed for your hardware.</para>
    125128                                                                               
    126129</sect3>
  • introduction/welcome/changelog.xml

    rdf40c69 r004a8284  
    1919<itemizedlist>
    2020
     21<listitem><para>June 16th, 2004 [dj]: updated to xine-lib-1-rc4a and
     22xine-ui-0.99.1.  Added GPMOPTS to gpm config file.</para></listitem>
     23
     24<listitem><para>June 15th, 2004 [dj]: updated to alsa packages to version 1.0.5.</para></listitem>
     25
    2126<listitem><para>June 12th, 2004 [dj]: added end quotes to EOFs when creating
    22 courier's pam.d config files</para></listitem>
     27courier's pam.d config files.</para></listitem>
    2328
    2429<listitem><para>June 11th, 2004 [larry]: added our new co-editor;
Note: See TracChangeset for help on using the changeset viewer.