source: x/lib/glu.xml@ 9cd2368

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 9cd2368 was e1e58be, checked in by Pierre Labastie <pierre.labastie@…>, 8 months ago

Remove all ftp urls

neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...

  • Property mode set to 100644
File size: 3.8 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 glu-download-http "https://archive.mesa3d.org/glu/glu-&glu-version;.tar.xz">
8 <!ENTITY glu-download-ftp " ">
9 <!ENTITY glu-md5sum "06a4fff9179a98ea32ef41b6d83f6b19">
10 <!ENTITY glu-size "216 KB">
11 <!ENTITY glu-buildsize "5.9 MB">
12 <!ENTITY glu-time "0.2 SBU">
13]>
14
15<sect1 id="glu" xreflabel="GLU-&glu-version;">
16 <?dbhtml filename="glu.html"?>
17
18
19 <title>GLU-&glu-version;</title>
20
21 <indexterm zone="glu">
22 <primary sortas="a-GLU">GLU</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to GLU</title>
27
28 <para>
29 This package provides the Mesa OpenGL Utility library.
30 </para>
31
32 &lfs120_checked;
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>
38 Download (HTTP): <ulink url="&glu-download-http;"/>
39 </para>
40 </listitem>
41 <listitem>
42 <para>
43 Download (FTP): <ulink url="&glu-download-ftp;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download MD5 sum: &glu-md5sum;
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download size: &glu-size;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Estimated disk space required: &glu-buildsize;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated build time: &glu-time;
64 </para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">GLU Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required">
72 <xref linkend="mesa"/>
73 </para>
74
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of GLU</title>
80
81 <para>
82 Install <application>GLU</application> by running the following
83 commands:
84 </para>
85
86<screen><userinput>mkdir build &amp;&amp;
87cd build &amp;&amp;
88
89meson setup .. \
90 --prefix=$XORG_PREFIX \
91 -Dgl_provider=gl \
92 --buildtype=release &amp;&amp;
93ninja</userinput></screen>
94
95 <para>
96 This package does not come with a test suite.
97 </para>
98
99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
102
103<screen role="root"><userinput>ninja install &amp;&amp;
104rm -vf /usr/lib/libGLU.a</userinput></screen>
105
106 </sect2>
107
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
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Library</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>
128 None
129 </seg>
130 <seg>
131 libGLU.so
132 </seg>
133 <seg>
134 None
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="libGLU">
145 <term><filename class="libraryfile">libGLU.so</filename></term>
146 <listitem>
147 <para>
148 is the <application>Mesa</application> OpenGL
149 Utility library
150 </para>
151 <indexterm zone="glu libGLU">
152 <primary sortas="c-libGLU">libGLU.so</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 </variablelist>
158
159 </sect2>
160
161</sect1>
Note: See TracBrowser for help on using the repository browser.