source: archive/gnome/libwacom.xml@ 4454113

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 4454113 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • 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.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 libwacom-download-http "&gnome-download-http;/libwacom/0.5/libwacom-&libwacom-version;.tar.xz">
8 <!ENTITY libwacom-download-ftp "&gnome-download-ftp;/libwacom/0.5/libwacom-&libwacom-version;.tar.xz"> -->
9 <!ENTITY libwacom-download-http "&sourceforge-repo;/linuxwacom/libwacom-0.6.tar.bz2">
10 <!ENTITY libwacom-download-ftp " ">
11 <!ENTITY libwacom-md5sum "b1193c0e1e5400b2f1c97cf8fbee3ff3">
12 <!ENTITY libwacom-size "372 KB">
13 <!ENTITY libwacom-buildsize "4.2 MB">
14 <!ENTITY libwacom-time "less than 0.1 SBU">
15]>
16
17<sect1 id="libwacom" xreflabel="libwacom-&libwacom-version;">
18 <?dbhtml filename="libwacom.html"?>
19
20 <sect1info>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>libwacom-&libwacom-version;</title>
25
26 <indexterm zone="libwacom">
27 <primary sortas="a-libwacom">libwacom</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to libwacom</title>
32
33 <para>
34 The <application>libwacom</application> package contains a library used
35 to identify wacom tablets and their model-specific features.
36 </para>
37
38 &lfs72_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libwacom-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libwacom-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libwacom-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libwacom-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libwacom-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libwacom-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">libwacom Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="udev"/> or
79 <xref linkend="udev-extras"/> (for GUdev)
80 </para>
81
82 <para condition="html" role="usernotes">
83 User Notes: <ulink url="&blfs-wiki;/libwacom"/>
84 </para>
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of libwacom</title>
89
90 <para>
91 Install <application>libwacom</application> by running the following
92 commands:
93 </para>
94
95<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
96make</userinput></screen>
97
98 <para>
99 To test the results, issue: <command>make check</command>.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107 </sect2>
108
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
113 href="../../xincludes/static-libraries.xml"/>
114
115 </sect2>
116
117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Program</segtitle>
122 <segtitle>Installed Library</segtitle>
123 <segtitle>Installed Directories</segtitle>
124
125 <seglistitem>
126 <seg>
127 libwacom-list-local-devices
128 </seg>
129 <seg>
130 libwacom.so
131 </seg>
132 <seg>
133 /usr/include/libwacom-1.0 and
134 /usr/share/libwacom
135 </seg>
136 </seglistitem>
137 </segmentedlist>
138
139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="libwacom-lib">
145 <term><filename class="libraryfile">libwacom.so</filename></term>
146 <listitem>
147 <para>
148 contains functions used for accessing Wacom information.
149 </para>
150 <indexterm zone="libwacom libwacom-lib">
151 <primary sortas="c-libwacom">libwacom.so</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 </variablelist>
157
158 </sect2>
159
160</sect1>
Note: See TracBrowser for help on using the repository browser.