source: x/lib/libdrm.xml@ 0aeb696

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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
Last change on this file since 0aeb696 was 0aeb696, checked in by Randy McMurchy <randy@…>, 18 years ago

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

  • Property mode set to 100644
File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!-- Inserted as a reminder to do this. The mention of a test suite
8 is usually right before the root user installation commands. Please
9 delete these 12 (including one blank) lines after you are done.-->
10
11 <!-- Use one of the two mentions below about a test suite,
12 delete the line that is not applicable. Of course, if the
13 test suite uses syntax other than "make check", revise the
14 line to reflect the actual syntax to run the test suite -->
15
16 <!-- <para>This package does not come with a test suite.</para> -->
17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
18
19 <!ENTITY libdrm-download-http "http://xorg.freedesktop.org/releases/X11R7.0/src/extras/libdrm-&libdrm-version;.tar.gz">
20 <!ENTITY libdrm-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libdrm-&libdrm-version;.tar.gz">
21 <!ENTITY libdrm-md5sum "9d1aab104eb757ceeb2c1a6d38d57411">
22 <!ENTITY libdrm-size "370 KB">
23 <!ENTITY libdrm-buildsize "5.1 MB">
24 <!ENTITY libdrm-time "0.1 SBU">
25]>
26
27<sect1 id="libdrm" xreflabel="libdrm-&libdrm-version;">
28 <?dbhtml filename="libdrm.html"?>
29
30 <sect1info>
31 <othername>$LastChangedBy$</othername>
32 <date>$Date$</date>
33 <keywordset>
34 <keyword role="package">libdrm-&libdrm-version;.tar</keyword>
35 <keyword role="ftpdir">libdrm</keyword>
36 </keywordset>
37 </sect1info>
38
39 <title>libdrm-&libdrm-version;</title>
40
41 <indexterm zone="libdrm">
42 <primary sortas="a-libdrm">libdrm</primary>
43 </indexterm>
44
45 <sect2 role="package">
46 <title>Introduction to libdrm</title>
47
48 <para><application>libdrm</application> provides core library routines
49 for the X Window System to directly interface with video hardware using
50 the Linux kernel's Direct Rendering Modules.</para>
51
52 <bridgehead renderas="sect3">Package Information</bridgehead>
53 <itemizedlist spacing="compact">
54 <listitem>
55 <para>Download (HTTP): <ulink url="&libdrm-download-http;"/></para>
56 </listitem>
57 <listitem>
58 <para>Download (FTP): <ulink url="&libdrm-download-ftp;"/></para>
59 </listitem>
60 <listitem>
61 <para>Download MD5 sum: &libdrm-md5sum;</para>
62 </listitem>
63 <listitem>
64 <para>Download size: &libdrm-size;</para>
65 </listitem>
66 <listitem>
67 <para>Estimated disk space required: &libdrm-buildsize;</para>
68 </listitem>
69 <listitem>
70 <para>Estimated build time: &libdrm-time;</para>
71 </listitem>
72 </itemizedlist>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/libdrm"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of libdrm</title>
81
82 <para>Install <application>libdrm</application> by running the following
83 commands:</para>
84
85<screen><userinput>autoreconf &amp;&amp;
86./configure --prefix=/usr &amp;&amp;
87make</userinput></screen>
88
89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
90
91<screen role="root"><userinput>make install</userinput></screen>
92
93 </sect2>
94
95 <sect2>
96 <title>Command Explanations</title>
97 <para><command>autoreconf</command>: regenerates the
98 <command>configure</command> script to fix a broken test in the included
99 <command>configure</command> script.</para>
100 </sect2>
101
102 <sect2 role="content">
103 <title>Contents</title>
104
105 <segmentedlist>
106 <segtitle>Installed Libraries</segtitle>
107
108 <seglistitem>
109 <seg>libdrm.{so,a}</seg>
110 </seglistitem>
111 </segmentedlist>
112
113 <variablelist>
114 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
115 <?dbfo list-presentation="list"?>
116 <?dbhtml list-presentation="table"?>
117
118 <varlistentry id="libdrm-lib">
119 <term><filename class='libraryfile'>libdrm.{so,a}</filename></term>
120 <listitem>
121 <para>contains the Direct Rendering Module library functions.</para>
122 <indexterm zone="libdrm libdrm-lib">
123 <primary sortas="c-libdrm">libdrm.{so,a}</primary>
124 </indexterm>
125 </listitem>
126 </varlistentry>
127
128 </variablelist>
129
130 </sect2>
131
132</sect1>
Note: See TracBrowser for help on using the repository browser.