glfs/general/genlib/libdrm.xml
Bruce Dubbs 275005c4f2 Removed XFree86
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7177 af4574ff-66df-0310-9fd7-8a98e5e911e0
2008-02-05 17:44:55 +00:00

118 lines
3.6 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY libdrm-download-http "http://dri.freedesktop.org/libdrm/libdrm-&libdrm-version;.tar.gz">
<!ENTITY libdrm-download-ftp "&gentoo-ftp-repo;/libdrm-&libdrm-version;.tar.gz">
<!ENTITY libdrm-md5sum "f2f5d3186bee51be49e1389bed39a7ed">
<!ENTITY libdrm-size "382 KB">
<!ENTITY libdrm-buildsize "2.7 MB">
<!ENTITY libdrm-time "0.1 SBU">
]>
<sect1 id="libdrm" xreflabel="libdrm-&libdrm-version;">
<?dbhtml filename="libdrm.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>libdrm-&libdrm-version;</title>
<indexterm zone="libdrm">
<primary sortas="a-libdrm">libdrm</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to libdrm</title>
<para><application>libdrm</application> provides core library routines
for the X Window System to directly interface with video hardware using
the Linux kernel's Direct Rendering Modules.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&libdrm-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&libdrm-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &libdrm-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &libdrm-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &libdrm-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &libdrm-time;</para>
</listitem>
</itemizedlist>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/libdrm"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of libdrm</title>
<!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../xincludes/xorg7-only.xml"/> -->
<para>Install <application>libdrm</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=$XORG_PREFIX &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>None</seg>
<seg>libdrm.{so,a}</seg>
<seg><envar>$XORG_PREFIX</envar>/include/drm</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libdrm-lib">
<term><filename class='libraryfile'>libdrm.{so,a}</filename></term>
<listitem>
<para>contains the Direct Rendering Module library functions.</para>
<indexterm zone="libdrm libdrm-lib">
<primary sortas="c-libdrm">libdrm.{so,a}</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>