Changeset 8af694bb for x


Ignore:
Timestamp:
06/17/2015 09:33:56 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e5bb823
Parents:
0f0ed0b4
Message:

Update to gnutls-3.4.2.
Update to appstream-glib-0.4.0.
Update to xorg-server-1.17.2.
Update to curl-7.43.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xorg-server.xml

    r0f0ed0b4 r8af694bb  
    77  <!ENTITY xorg-server-download-http "&xorg-download-http;/xserver/xorg-server-&xorg-server-version;.tar.bz2">
    88  <!ENTITY xorg-server-download-ftp  "&xorg-download-ftp;/xserver/xorg-server-&xorg-server-version;.tar.bz2">
    9   <!ENTITY xorg-server-md5sum        "5986510d59e394a50126a8e2833e79d3">
     9  <!ENTITY xorg-server-md5sum        "397e405566651150490ff493e463f1ad">
    1010  <!ENTITY xorg-server-size          "5.6 MB">
    11   <!ENTITY xorg-server-buildsize     "410 MB">
    12   <!ENTITY xorg-server-time          "1.6 SBU">
     11  <!ENTITY xorg-server-buildsize     "535 MB (with tests)">
     12  <!ENTITY xorg-server-time          "1.4 SBU (with tests)">
    1313]>
    1414
     
    7575      <listitem>
    7676        <para>
    77           Required patch (if you are using gcc-5):
    78           <ulink url="&patch-root;/xorg-server-&xorg-server-version;-gcc5_fixes-1.patch"/>
    79         </para>
    80       </listitem>
    81       <listitem>
    82         <para>
    8377          Optional patch:
    8478          <ulink url="&patch-root;/xorg-server-&xorg-server-version;-add_prime_support-1.patch"/>
    85         </para>
    86       </listitem>
    87       <listitem>
    88         <para>
    89           Optional patch:
    90           <ulink url="&patch-root;/xorg-server-&xorg-server-version;-fix_modesetting-1.patch"/>
    9179        </para>
    9280      </listitem>
     
    133121
    134122    <para>
    135       If you are using gcc-5, apply the required patch by running
    136       the following command:
    137     </para>
    138 
    139 <screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-gcc5_fixes-1.patch</userinput></screen>
    140 
    141     <para>
    142       If you have downloaded the first optional patch, apply it by running
    143       the following command:
     123      If you have downloaded the optional patch, apply it by running the
     124      following command:
    144125    </para>
    145126
    146127<screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-add_prime_support-1.patch</userinput></screen>
    147 
    148     <para>
    149       The <application>modesetting</application> video driver is now included
    150       in the tarball (since version 1.17). It needs to be fixed for 32-bit
    151       machines and for cards which do not support  an hardware mouse pointer.
    152       If you plan to use the modesetting video driver, run the
    153       following command:
    154     </para>
    155 
    156 <screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-fix_modesetting-1.patch</userinput></screen>
    157128
    158129    <para>
     
    256227        </seg>
    257228        <seg>
    258           $XORG_PREFIX/include/xorg,
    259           $XORG_PREFIX/lib/xorg,
    260           $XORG_PREFIX/share/X11/xorg.conf.d, and
     229          $XORG_PREFIX/{include/xorg,lib/xorg,share/X11/xorg.conf.d} and
    261230          /var/lib/xkb
    262231        </seg>
Note: See TracChangeset for help on using the changeset viewer.