source: x/lib/glu.xml@ 7ae59ab

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7ae59ab was 7ae59ab, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Tags
Tag most of X libraries and the rest of th ePython modules.

  • Property mode set to 100644
File size: 3.9 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 " ">
8 <!ENTITY glu-download-ftp "ftp://ftp.freedesktop.org/pub/mesa/glu/glu-&glu-version;.tar.xz">
9 <!ENTITY glu-md5sum "2b0f13fa5b949bfb3a995927c6e35125">
10 <!ENTITY glu-size "428 KB">
11 <!ENTITY glu-buildsize "9.2 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 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>GLU-&glu-version;</title>
23
24 <indexterm zone="glu">
25 <primary sortas="a-GLU">GLU</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to GLU</title>
30
31 <para>
32 This package provides the Mesa OpenGL Utility library.
33 </para>
34
35 &lfs110_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&glu-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&glu-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &glu-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &glu-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &glu-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &glu-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">GLU Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="mesa"/>
76 </para>
77
78 <para condition="html" role="usernotes">User Notes:
79 <ulink url="&blfs-wiki;/glu"/>
80 </para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of GLU</title>
86
87 <para>
88 Install <application>GLU</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 -Dgl_provider=gl --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 &amp;&amp;
107rm -vf /usr/lib/libGLU.a</userinput></screen>
108
109 </sect2>
110
111 <!--
112 <sect2 role="commands">
113 <title>Command Explanations</title>
114
115 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
116 href="../../xincludes/static-libraries.xml"/>
117
118 </sect2>
119 -->
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Library</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 None
132 </seg>
133 <seg>
134 libGLU.so
135 </seg>
136 <seg>
137 None
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="libGLU">
148 <term><filename class="libraryfile">libGLU.so</filename></term>
149 <listitem>
150 <para>
151 is the <application>Mesa</application> OpenGL
152 Utility library
153 </para>
154 <indexterm zone="glu libGLU">
155 <primary sortas="c-libGLU">libGLU.so</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.