source: general/genlib/libinput-systemd.xml@ 9c329b1

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 9c329b1 was 9c329b1, checked in by Krejzi <krejzi@…>, 10 years ago

Package updates.

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

  • Property mode set to 100644
File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libinput-download-http "http://www.freedesktop.org/software/libinput/libinput-&libinput-version;.tar.xz">
8 <!ENTITY libinput-download-ftp " ">
9 <!ENTITY libinput-md5sum "9aeb2e44c0f5e13c8cf1ce6bcdf29e83">
10 <!ENTITY libinput-size "392 KB">
11 <!ENTITY libinput-buildsize "8.7 MB">
12 <!ENTITY libinput-time "0.1 SBU">
13]>
14
15<sect1 id="libinput" xreflabel="libinput-&libinput-version;">
16 <?dbhtml filename="libinput.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libinput-&libinput-version;</title>
24
25 <indexterm zone="libinput">
26 <primary sortas="a-libinput">libinput</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libinput</title>
31
32 <para>
33 <application>libinput</application> is a library that handles
34 input devices for display servers and other applications that
35 need to directly deal with input devices.
36 </para>
37
38 &lfs75_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libinput-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libinput-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libinput-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libinput-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libinput-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libinput-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">libinput Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="libevdev"/> and
79 <xref linkend="mtdev"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="check"/>,
85 <xref linkend="doxygen"/>, and
86 <xref linkend="gtk3"/> (to build the GUI event viewer)
87 <!-- <xref linkend="valgrind"/> broken -->
88 </para>
89
90 <para condition="html" role="usernotes">
91 User Notes: <ulink url="&blfs-wiki;/libinput"/>
92 </para>
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of libinput</title>
97
98 <para>
99 Install <application>libinput</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 If you have the optional <xref linkend="check"/> package installed,
108 the regression tests can be run as the <systemitem
109 class="username">root</systemitem> user with
110 <userinput>make -C test check-TESTS</userinput>.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 <para>
120 If <xref linkend="doxygen"/> was present during the build, you
121 can install the generated documentation by running the following
122 command as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>install -v -dm755 /usr/share/doc/libinput-&libinput-version; &amp;&amp;
126cp -rv doc/html/* /usr/share/doc/libinput-&libinput-version;</userinput></screen>
127
128 </sect2>
129
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
133 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
134 href="../../xincludes/static-libraries.xml"/>
135
136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Programs</segtitle>
143 <segtitle>Installed Libraries</segtitle>
144 <segtitle>Installed Directories</segtitle>
145
146 <seglistitem>
147 <seg>
148 None
149 </seg>
150 <seg>
151 libinput.so
152 </seg>
153 <seg>
154 /usr/share/doc/libinput-&libinput-version;
155 </seg>
156 </seglistitem>
157 </segmentedlist>
158
159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="libinput-lib">
165 <term><filename class="libraryfile">libinput.so</filename></term>
166 <listitem>
167 <para>
168 contains API functions for handling input devices.
169 </para>
170 <indexterm zone="libinput libinput-lib">
171 <primary sortas="c-libinput">libinput.so</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 </variablelist>
177
178 </sect2>
179
180</sect1>
Note: See TracBrowser for help on using the repository browser.