source: x/installing/libxcvt.xml@ 6e1b074

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 6e1b074 was 60244f7, checked in by Pierre Labastie <pierre.labastie@…>, 16 months ago

Fix libxcvt dependency on Xorg build env

  • Property mode set to 100644
File size: 4.6 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 libxcvt-download-http "&xorg-download-http;/lib/libxcvt-&libxcvt-version;.tar.xz">
8 <!ENTITY libxcvt-download-ftp "&xorg-download-ftp;/lib/libxcvt-&libxcvt-version;.tar.xz">
9 <!ENTITY libxcvt-md5sum "b553fdb6024c5a137ff925bf4c337724">
10 <!ENTITY libxcvt-size "12 KB">
11 <!ENTITY libxcvt-buildsize "476 KB">
12 <!ENTITY libxcvt-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libxcvt" xreflabel="libxcvt-&libxcvt-version;">
16 <?dbhtml filename="libxcvt.html"?>
17
18
19 <title>libxcvt-&libxcvt-version;</title>
20
21 <indexterm zone="libxcvt">
22 <primary sortas="a-libxcvt">libxcvt</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libxcvt</title>
27
28 <para>
29 <application>libxcvt</application> is a library providing a standalone
30 version of the X server implementation of the VESA CVT standard timing
31 modelines generator. It is meant to be a direct replacement to the
32 version formerly provided by the Xorg server.
33 </para>
34
35 &lfs113_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&libxcvt-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&libxcvt-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &libxcvt-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &libxcvt-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &libxcvt-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &libxcvt-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">libxcvt Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="xorg-env"/> (should be set for the following instructions
76 to work)
77 </para>
78
79 <para condition="html" role="usernotes">
80 User Notes: <ulink url="&blfs-wiki;/libxcvt"/>
81 </para>
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of libxcvt</title>
86
87 <para>
88 Install <application>libxcvt</application> by running the following
89 commands:
90 </para>
91
92<screen><userinput>mkdir build &amp;&amp;
93cd build &amp;&amp;
94
95meson --prefix=$XORG_PREFIX --buildtype=release .. &amp;&amp;
96ninja</userinput></screen>
97
98 <para>
99 This package does not come with a test suite.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>ninja 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/meson-buildtype-release.xml"/>
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Program</segtitle>
121 <segtitle>Installed Library</segtitle>
122 <segtitle>Installed Directory</segtitle>
123
124 <seglistitem>
125 <seg>
126 cvt
127 </seg>
128 <seg>
129 libxcvt.so
130 </seg>
131 <seg>
132 $XORG_PREFIX/include/libxcvt
133 </seg>
134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="cvt">
143 <term><command>cvt</command></term>
144 <listitem>
145 <para>
146 calculates VESA Coordinated Video Timing (CVT) modelines for use
147 with X
148 </para>
149 <indexterm zone="libxcvt cvt">
150 <primary sortas="b-cvt">cvt</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 <varlistentry id="libxcvt-lib">
156 <term><filename class="libraryfile">libxcvt.so</filename></term>
157 <listitem>
158 <para>
159 contains functions for calculating VESA CVT
160 </para>
161 <indexterm zone="libxcvt libxcvt-lib">
162 <primary sortas="c-libxcvt">libxcvt.so</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166 </variablelist>
167 </sect2>
168</sect1>
Note: See TracBrowser for help on using the repository browser.