Changeset dcdde93 for x


Ignore:
Timestamp:
05/27/2013 04:58:28 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
13e0a61
Parents:
a0dad2bf
Message:

Sync systemd branch.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@11198 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
x
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesalib.xml

    ra0dad2bf rdcdde93  
    77  <!ENTITY mesalib-download-http " ">
    88  <!ENTITY mesalib-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/&mesalib-version;/MesaLib-&mesalib-version;.tar.bz2">
    9   <!ENTITY mesalib-md5sum        "df2aab86ff4a510ce5b0d074caa0a59f">
     9  <!ENTITY mesalib-md5sum        "952ccd03547ed72333b64e1746cf8ada">
    1010  <!ENTITY mesalib-size          "5.9 MB">
    11   <!ENTITY mesalib-buildsize     "330 MB">
     11  <!ENTITY mesalib-buildsize     "340 MB">
    1212  <!ENTITY mesalib-time          "5.5 SBU">
    1313
     
    114114    <bridgehead renderas="sect3">Additional Patches</bridgehead>
    115115    <itemizedlist spacing="compact">
     116      <!-- <listitem>
     117        <para>
     118          Required patch:
     119          <ulink url="&patch-root;/MesaLib-&mesalib-version;-llvm_fixes-1.patch"/>
     120        </para>
     121      </listitem> -->
    116122      <listitem>
    117123        <para>
     
    188194    </para>
    189195
    190 <screen><userinput>autoreconf -fi &amp;&amp;
     196<screen><userinput><!-- patch -Np1 -i ../MesaLib-&mesalib-version;-llvm_fixes-1.patch &amp;&amp;
     197-->autoreconf -fi &amp;&amp;
    191198./configure CFLAGS="-O2" CXXFLAGS="-O2"    \
    192199            --prefix=/usr                  \
     
    274281      "-g -O2". That results in binaries and libraries being built with
    275282      debugging symbols which make them bigger. Override the default
    276       flags to omit -g switch so the final libraries are smaller.
     283      flags to omit -g compiler flag so the final libraries are smaller.
    277284    </para>
    278285
     
    325332
    326333    <para>
    327       <option>--enable-glx-tls</option>: This switch enables TLS support
    328       in GLX.
     334      <option>--enable-glx-tls</option>: This switch enables TLS (Thread Local
     335      Storage) support in GLX.
    329336    </para>
    330337
     
    374381        </seg>
    375382        <seg>
    376           libdricore9.1.2.so, libEGL.so, libgbm.so, libglapi.so,
     383          libdricore9.1.3.so, libEGL.so, libgbm.so, libglapi.so,
    377384          libGLESv1_CM.so, libGLESv2.so, libGL.so, libGLU.so,
    378           libllvmradeon9.1.2.so, libOpenVG.so, libOSMesa.so and
     385          libllvmradeon9.1.3.so, libOpenVG.so, libOSMesa.so and
    379386          libxatracker.so
    380387        </seg>
     
    427434
    428435      <varlistentry id="libdricore">
    429         <term><filename class="libraryfile">libdricore9.1.0.so</filename></term>
     436        <term><filename class="libraryfile">libdricore9.1.3.so</filename></term>
    430437        <listitem>
    431438          <para>
     
    434441          </para>
    435442          <indexterm zone="mesalib libdricore">
    436             <primary sortas="c-libdricore">libdricore9.1.0.so</primary>
     443            <primary sortas="c-libdricore">libdricore9.1.3.so</primary>
    437444          </indexterm>
    438445        </listitem>
  • x/installing/x7driver.xml

    ra0dad2bf rdcdde93  
    2626  <!ENTITY xorg-evdev-driver-time          "less than 0.1 SBU">
    2727
    28   <!ENTITY xorg-synaptics-driver-version "1.7.0">
     28  <!ENTITY xorg-synaptics-driver-version "1.7.1">
    2929
    3030  <!ENTITY xorg-synaptics-driver-download-http "&xorg-download-http;/driver/xf86-input-synaptics-&xorg-synaptics-driver-version;.tar.bz2">
    3131  <!ENTITY xorg-synaptics-driver-download-ftp  "&xorg-download-ftp;/driver/xf86-input-synaptics-&xorg-synaptics-driver-version;.tar.bz2">
    32   <!ENTITY xorg-synaptics-driver-md5sum        "5e4f232a18a1741e4c34895d28238f8d">
     32  <!ENTITY xorg-synaptics-driver-md5sum        "6505de717972b6a24b8eb13e69eb996c">
    3333  <!ENTITY xorg-synaptics-driver-size          "432 KB">
    3434  <!ENTITY xorg-synaptics-driver-buildsize     "5.6 MB">
     
    8080  <!ENTITY xorg-fbdev-driver-time          "less than 0.1 SBU">
    8181
    82   <!ENTITY xorg-intel-driver-version "2.21.6">
     82  <!ENTITY xorg-intel-driver-version "2.21.7">
    8383
    8484  <!ENTITY xorg-intel-driver-download-http "&xorg-download-http;/driver/xf86-video-intel-&xorg-intel-driver-version;.tar.bz2">
    8585  <!ENTITY xorg-intel-driver-download-ftp  "&xorg-download-ftp;/driver/xf86-video-intel-&xorg-intel-driver-version;.tar.bz2">
    86   <!ENTITY xorg-intel-driver-md5sum        "a4f002f50b370fe550231c9b33e12399">
     86  <!ENTITY xorg-intel-driver-md5sum        "c3a8b542fc4787ad17a5f0567a3429fd">
    8787  <!ENTITY xorg-intel-driver-size          "1.7 MB">
    8888  <!ENTITY xorg-intel-driver-buildsize     "70 MB">
     
    579579
    580580<screen><literal>Device Drivers  ---&gt;
    581   Input Device Support ---&gt;
     581  Input device support ---&gt;
    582582    Event interface: Y or M</literal></screen>
    583583
     
    10491049  Input device support  ---&gt;
    10501050    [*] Tablets  ---&gt;
    1051       Wacom Intuos/Graphire tablet support (USB): Y</literal></screen>
     1051      Wacom Intuos/Graphire tablet support (USB): Y or M</literal></screen>
    10521052
    10531053      <indexterm zone="xorg-wacom-driver xorg-wacom-driver-kernel">
     
    12191219<screen><literal>Device Drivers  ---&gt;
    12201220  Graphics support ---&gt;
    1221     &lt;*&gt; Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) ---&gt;
    1222       ATI Radeon: Y or M
    1223         Enable modesetting on radeon by default - NEW DRIVER: Y</literal></screen>
     1221    ATI Radeon: Y or M</literal></screen>
    12241222
    12251223      <indexterm zone="xorg-ati-driver xorg-ati-driver-kernel">
     
    14141412    </sect3>
    14151413
     1414    <sect3 role="kernel" id="xorg-cirrus-driver-kernel">
     1415      <title>Kernel Configuration</title>
     1416
     1417    <para>
     1418      Enable the following options in the kernel configuration and recompile the
     1419      kernel if necessary:
     1420    </para>
     1421
     1422<screen><literal>Device Drivers  ---&gt;
     1423  Graphics support ---&gt;
     1424    Cirrus driver for QEMU emulated device: Y or M</literal></screen>
     1425
     1426      <indexterm zone="xorg-cirrus-driver xorg-cirrus-driver-kernel">
     1427        <primary sortas="d-xorg-cirrus-driver">xorg-cirrus-driver</primary>
     1428      </indexterm>
     1429    </sect3>
     1430
    14161431    <sect3 role="installation">
    14171432      <title>Installation of Xorg Cirrus Driver</title>
     
    16901705<screen><literal>Device Drivers  ---&gt;
    16911706  Graphics support ---&gt;
    1692     &lt;*&gt; Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) ---&gt;
    1693       Intel I810: Y or M
    1694       Intel 8xx/9xx/G3x/G4x/HD Graphics: Y or M
    1695         Enable modesetting on intel by default: Y</literal></screen>
     1707    Intel I810: Y or M
     1708    Intel 8xx/9xx/G3x/G4x/HD Graphics: Y or M
     1709      Enable modesetting on intel by default: Y</literal></screen>
    16961710
    16971711      <indexterm zone="xorg-intel-driver xorg-intel-driver-kernel">
     
    19912005<screen><literal>Device Drivers  ---&gt;
    19922006  Graphics support ---&gt;
    1993     &lt;*&gt; Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) ---&gt;
    1994       Matrox g200/g400: Y or M</literal></screen>
     2007    Matrox g200/g400: Y or M</literal></screen>
    19952008
    19962009      <indexterm zone="xorg-mga-driver xorg-mga-driver-kernel">
     
    21362149<screen><literal>Device Drivers  ---&gt;
    21372150  Graphics support ---&gt;
    2138     &lt;*&gt; Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) ---&gt;: Y or M
    2139       &lt;*&gt; Nouveau (nVidia) cards: Y or M
    2140       [*]Support for backlight control: Y</literal></screen>
     2151    Nouveau (nVidia) cards: Y or M
     2152      Support for backlight control: Y</literal></screen>
    21412153
    21422154      <indexterm zone="xorg-nouveau-driver xorg-nouveau-driver-kernel">
     
    22802292<screen><literal>Device Drivers  ---&gt;
    22812293  Graphics support ---&gt;
    2282     &lt;*&gt; Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) ---&gt;
    2283       Via unichrome video cards: Y or M</literal></screen>
     2294    Via unichrome video cards: Y or M</literal></screen>
    22842295
    22852296      <indexterm zone="xorg-openchrome-driver xorg-openchrome-driver-kernel">
     
    24262437<screen><literal>Device Drivers  ---&gt;
    24272438  Graphics support ---&gt;
    2428     &lt;*&gt; Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) ---&gt;
    2429       ATI Rage 128: Y or M</literal></screen>
     2439    ATI Rage 128: Y or M</literal></screen>
    24302440
    24312441      <indexterm zone="xorg-r128-driver xorg-r128-driver-kernel">
     
    25702580<screen><literal>Device Drivers  ---&gt;
    25712581  Graphics support ---&gt;
    2572     &lt;*&gt; Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) ---&gt;
    2573       Savage video cards: Y or M</literal></screen>
     2582    Savage video cards: Y or M</literal></screen>
    25742583
    25752584      <indexterm zone="xorg-savage-driver xorg-savage-driver-kernel">
     
    27252734<screen><literal>Device Drivers  ---&gt;
    27262735  Graphics support ---&gt;
    2727     &lt;*&gt; Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) ---&gt;
    2728       SiS video cards: Y or M</literal></screen>
     2736    SiS video cards: Y or M</literal></screen>
    27292737
    27302738      <indexterm zone="xorg-sis-driver xorg-sis-driver-kernel">
     
    28692877<screen><literal>Device Drivers  ---&gt;
    28702878  Graphics support ---&gt;
    2871     &lt;*&gt; Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) ---&gt;
    2872       3dfx Banshee/Voodoo3+: Y or M</literal></screen>
     2879    3dfx Banshee/Voodoo3+: Y or M</literal></screen>
    28732880
    28742881      <indexterm zone="xorg-tdfx-driver xorg-tdfx-driver-kernel">
     
    30273034<screen><literal>Device Drivers  ---&gt;
    30283035  Graphics support ---&gt;
    3029     &lt;*&gt; Support for frame buffer devices ---&gt;
     3036    -*- Support for frame buffer devices ---&gt;
    30303037      VESA VGA graphics support: Y</literal></screen>
    30313038
     
    31823189<screen><literal>Device Drivers  ---&gt;
    31833190  Graphics support ---&gt;
    3184     &lt;*&gt; Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) ---&gt;
    3185       DRM driver for VMware Virtual GPU: Y or M</literal></screen>
     3191    DRM driver for VMware Virtual GPU: Y or M
     3192      Enable framebuffer console under vmwgfx by default: Y</literal></screen>
    31863193
    31873194      <indexterm zone="xorg-vmware-driver xorg-vmware-driver-kernel">
  • x/lib/gtk-engines.xml

    ra0dad2bf rdcdde93  
    3838    </para>
    3939
    40     &lfs72_checked;
     40    &lfs73_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • x/lib/webkitgtk.xml

    ra0dad2bf rdcdde93  
    3636    </para>
    3737
    38     &lfs72_checked;
     38    &lfs73_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
  • x/lib/xulrunner.xml

    ra0dad2bf rdcdde93  
    99  <!ENTITY xulrunner-download-ftp
    1010           "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    11   <!ENTITY xulrunner-md5sum        "b822ff4b2348410587dec563235d9320">
    12   <!ENTITY xulrunner-size          "96 MB">
    13   <!ENTITY xulrunner-buildsize     "3.9 GB (121 MB installed)">
    14   <!ENTITY xulrunner-time          "29 SBU">
     11  <!ENTITY xulrunner-md5sum        "6e2510e9466b280c367de0e4c05a8840">
     12  <!ENTITY xulrunner-size          "101 MB">
     13  <!ENTITY xulrunner-buildsize     "4.1 GB (125 MB installed)">
     14  <!ENTITY xulrunner-time          "35 SBU">
    1515]>
    1616
     
    4040    </para>
    4141
    42     &lfs72_checked;
     42    &lfs73_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    108108    <bridgehead renderas="sect4">Optional</bridgehead>
    109109    <para role="optional">
     110      <xref linkend="curl"/>,
    110111      <xref linkend="dbus-glib"/>,
    111112      <xref linkend="doxygen"/>,
  • x/wm/openbox.xml

    ra0dad2bf rdcdde93  
    3737    </para>
    3838
    39     &lfs72_checked;
     39    &lfs73_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.