source: x/lib/glu.xml@ 34c29696

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 34c29696 was 34c29696, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Package Updates

Update to cmake-3.20.5
Update to libva-2.12.0 (Xorg driver)
Update to mariadb-10.5.11
Update to xf86-input-libinput-1.1.0 (Xorg Driver)
Update to gpgme-1.16.0
Update to glu-9.0.2

  • Property mode set to 100644
File size: 3.9 KB
RevLine 
[8733e8e]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 " ">
[55582eb0]8 <!ENTITY glu-download-ftp "ftp://ftp.freedesktop.org/pub/mesa/glu/glu-&glu-version;.tar.xz">
[34c29696]9 <!ENTITY glu-md5sum "2b0f13fa5b949bfb3a995927c6e35125">
[55582eb0]10 <!ENTITY glu-size "428 KB">
[34c29696]11 <!ENTITY glu-buildsize "9.2 MB">
[8733e8e]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
[3df8ea47]35 &lfs101_checked;
[8733e8e]36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
[c6df39f]41 Download (HTTP): <ulink url="&glu-download-http;"/>
[8733e8e]42 </para>
43 </listitem>
44 <listitem>
45 <para>
[c6df39f]46 Download (FTP): <ulink url="&glu-download-ftp;"/>
[8733e8e]47 </para>
48 </listitem>
49 <listitem>
50 <para>
[c6df39f]51 Download MD5 sum: &glu-md5sum;
[8733e8e]52 </para>
53 </listitem>
54 <listitem>
55 <para>
[c6df39f]56 Download size: &glu-size;
[8733e8e]57 </para>
58 </listitem>
59 <listitem>
60 <para>
[c6df39f]61 Estimated disk space required: &glu-buildsize;
[8733e8e]62 </para>
63 </listitem>
64 <listitem>
65 <para>
[c6df39f]66 Estimated build time: &glu-time;
[8733e8e]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">
[7a395d1]75 <xref linkend="mesa"/>
[8733e8e]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
[34c29696]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>
[8733e8e]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
[34c29696]106<screen role="root"><userinput>ninja install &amp;&amp;
107rm -v /usr/lib/libGLU.a</userinput></screen>
[8733e8e]108
109 </sect2>
110
[34c29696]111 <!--
[8733e8e]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>
[34c29696]119 -->
[8733e8e]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
[4c24eb0a]152 Utility library
[8733e8e]153 </para>
[7a395d1]154 <indexterm zone="glu libGLU">
[8733e8e]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.