Changeset 86f7fa0


Ignore:
Timestamp:
05/12/2012 07:24:04 PM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
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:
f36bebcd
Parents:
da49911d
Message:

libdrm 2.4.34

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rda49911d r86f7fa0  
    44-->
    55
    6 <!ENTITY day          "11">                   <!-- Always 2 digits -->
     6<!ENTITY day          "12">                   <!-- Always 2 digits -->
    77<!ENTITY month        "05">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2012">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "May 11th, &year;">
     12<!ENTITY releasedate  "May 12th, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
     
    202202<!ENTITY libidn-version               "1.24">
    203203<!ENTITY libatomic_ops-version        "1.2">
    204 <!ENTITY libdrm-version               "2.4.33">
     204<!ENTITY libdrm-version               "2.4.34">
    205205<!-- <!ENTITY dbus-qt3-version             "0.62"> -->
    206206<!ENTITY libpthread-stubs-version     "0.3">
  • general/genlib/libdrm.xml

    rda49911d r86f7fa0  
    77  <!ENTITY libdrm-download-http "http://dri.freedesktop.org/libdrm/libdrm-&libdrm-version;.tar.bz2">
    88  <!ENTITY libdrm-download-ftp  " ">
    9   <!ENTITY libdrm-md5sum        "eb2a76720af5051b1687328a2240daed">
    10   <!ENTITY libdrm-size          "440 KB">
    11   <!ENTITY libdrm-buildsize     "8.0 MB">
     9  <!ENTITY libdrm-md5sum        "293cb2b31392d52caa02ab0861dfc2c9">
     10  <!ENTITY libdrm-size          "559 KB">
     11  <!ENTITY libdrm-buildsize     "7.2 MB">
    1212  <!ENTITY libdrm-time          "less than 0.1 SBU">
    1313]>
     
    3232    <para><application>libdrm</application> provides core library routines
    3333    for the X Window System to directly interface with video hardware using
    34     the Linux kernel's Direct Rendering Modules.</para>
     34    the Linux kernel's Direct Rendering Modules (DRM).</para>
    3535
    3636    &lfs71_checked;
     
    8686
    8787<screen><userinput>./configure --prefix=$XORG_PREFIX \
    88   --enable-udev \
    89   --enable-nouveau-experimental-api \
    90   --enable-vmwgfx-experimental-api &amp;&amp;
     88            --enable-udev \
     89            --enable-vmwgfx-experimental-api &amp;&amp;
    9190make</userinput></screen>
    9291
     
    104103    <title>Command Explanations</title>
    105104
    106     <para><parameter>--enable-nouveau-experimental-api</parameter>: This parameter
    107     enables use of nouveau's experimental kernel API.</para>
    108 
    109105    <para><option>--enable-vmwgfx-experimental-api</option>: This parameter
    110106    enables use of vmwgfx's experimental kernel API.</para>
     107   
     108    <para><option>--enable-omap-experimental-api</option>: This option
     109    enables use of OMAP's experimental kernel API. OMAP is a series of
     110    system-on-chips (SoCs) developed by Texas Instruments.</para>
    111111
    112112  </sect2>
     
    118118      <segtitle>Installed Programs</segtitle>
    119119      <segtitle>Installed Libraries</segtitle>
    120       <segtitle>Installed Directory</segtitle>
     120      <segtitle>Installed Directories</segtitle>
    121121
    122122      <seglistitem>
    123123        <seg>None</seg>
    124124        <seg>libdrm.so, libdrm_intel.so, libdrm_nouveau.so,
    125         libdrm_radeon.so, and libkms.so</seg>
    126         <seg><envar>$XORG_PREFIX</envar>/include/{libdrm,libkms,nouveau}</seg>
     125        libdrm_radeon.so and libkms.so</seg>
     126        <seg><envar>$XORG_PREFIX</envar>/include/{libdrm,libkms}</seg>
    127127      </seglistitem>
    128128    </segmentedlist>
     
    137137        <listitem>
    138138          <para>contains the Direct Rendering Module library functions, and
    139           additional vendor specific functions for Intel and NVidia, and Radeon
     139          additional vendor specific functions for Intel, NVidia and Radeon
    140140          devices.</para>
    141141          <indexterm zone="libdrm libdrm-lib">
  • introduction/welcome/changelog.xml

    rda49911d r86f7fa0  
    4242
    4343-->
     44
     45    <listitem>
     46      <para>May 12th, 2012</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[rthomsen] - Update to libdrm 2.4.34.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>May 11th, 2012</para>
Note: See TracChangeset for help on using the changeset viewer.