glfs/x/lib/libdrm.xml
Randy McMurchy 0aeb69629f Added a comment to each file that may need a mention of a test suite added to it, this allows closing of bug #1697
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5951 af4574ff-66df-0310-9fd7-8a98e5e911e0
2006-04-27 10:48:30 +00:00

133 lines
4.3 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!-- Inserted as a reminder to do this. The mention of a test suite
is usually right before the root user installation commands. Please
delete these 12 (including one blank) lines after you are done.-->
<!-- Use one of the two mentions below about a test suite,
delete the line that is not applicable. Of course, if the
test suite uses syntax other than "make check", revise the
line to reflect the actual syntax to run the test suite -->
<!-- <para>This package does not come with a test suite.</para> -->
<!-- <para>To test the results, issue: <command>make check</command>.</para> -->
<!ENTITY libdrm-download-http "http://xorg.freedesktop.org/releases/X11R7.0/src/extras/libdrm-&libdrm-version;.tar.gz">
<!ENTITY libdrm-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libdrm-&libdrm-version;.tar.gz">
<!ENTITY libdrm-md5sum "9d1aab104eb757ceeb2c1a6d38d57411">
<!ENTITY libdrm-size "370 KB">
<!ENTITY libdrm-buildsize "5.1 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>
<keywordset>
<keyword role="package">libdrm-&libdrm-version;.tar</keyword>
<keyword role="ftpdir">libdrm</keyword>
</keywordset>
</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>
<para>Install <application>libdrm</application> by running the following
commands:</para>
<screen><userinput>autoreconf &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2>
<title>Command Explanations</title>
<para><command>autoreconf</command>: regenerates the
<command>configure</command> script to fix a broken test in the included
<command>configure</command> script.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Libraries</segtitle>
<seglistitem>
<seg>libdrm.{so,a}</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>