Changeset dac3f35 for x


Ignore:
Timestamp:
09/10/2013 08:31:27 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
69087ba
Parents:
1858c8a
Message:

Update to gnome-desktop-3.8.4
Update to xf86-video-vesa-2.3.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7driver-vesa.xml

    r1858c8a rdac3f35  
    55  %general-entities;
    66
    7   <!ENTITY xorg-vesa-driver-version "2.3.2">
     7  <!ENTITY xorg-vesa-driver-version "2.3.3">
    88
    99  <!ENTITY xorg-vesa-driver-download-http "&xorg-download-http;/driver/xf86-video-vesa-&xorg-vesa-driver-version;.tar.bz2">
    1010  <!ENTITY xorg-vesa-driver-download-ftp  "&xorg-download-ftp;/driver/xf86-video-vesa-&xorg-vesa-driver-version;.tar.bz2">
    11   <!ENTITY xorg-vesa-driver-md5sum        "3eddd393fba79550e012d717499d58ad">
    12   <!ENTITY xorg-vesa-driver-size          "292 KB">
    13   <!ENTITY xorg-vesa-driver-buildsize     "2.5 MB">
     11  <!ENTITY xorg-vesa-driver-md5sum        "3690a5356ed121b1a7dfb59a6dcf4bf9">
     12  <!ENTITY xorg-vesa-driver-size          "300 KB">
     13  <!ENTITY xorg-vesa-driver-buildsize     "2.6 MB">
    1414  <!ENTITY xorg-vesa-driver-time          "less than 0.1 SBU">
    1515]>
     
    110110      </para>
    111111
    112 <screen><userinput>sed -e "/mibstore.h/d" -e "/miInitializeBackingStore/d" \
    113     -e "s/MODE_QUERY &lt; 0/function &lt; MODE_QUERY/g" \
    114     -i src/vesa.c &amp;&amp;
    115 ./configure $XORG_CONFIG &amp;&amp;
     112<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
    116113make</userinput></screen>
    117114
     
    125122
    126123<screen role="root"><userinput>make install</userinput></screen>
    127     </sect3>
    128 
    129    <sect3 role="commands">
    130       <title>Command Explanations</title>
    131 
    132       <para>
    133         <command>sed -e "/mibstore.h/d" ...</command>: Fixes building
    134         with <application>Xorg Server</application> 1.14.0.
    135       </para>
    136 
    137124    </sect3>
    138125
Note: See TracChangeset for help on using the changeset viewer.