source: x/lib/libepoxy.xml@ 45ab6c7

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 45ab6c7 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
RevLine 
[2a1068f5]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
[e4ca0af7]7 <!ENTITY libepoxy-download-http "https://github.com/anholt/libepoxy/releases/download/&libepoxy-version;/libepoxy-&libepoxy-version;.tar.xz">
[2a1068f5]8 <!ENTITY libepoxy-download-ftp " ">
[542a113]9 <!ENTITY libepoxy-md5sum "516ff05a42157c86e32c6598321737af">
10 <!ENTITY libepoxy-size "220 KB">
11 <!ENTITY libepoxy-buildsize "20 MB (with tests)">
[f521a414]12 <!ENTITY libepoxy-time "0.1 SBU (with tests)">
[2a1068f5]13]>
14
15<sect1 id="libepoxy" xreflabel="libepoxy-&libepoxy-version;">
16 <?dbhtml filename="libepoxy.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>libepoxy-&libepoxy-version;</title>
23
24 <indexterm zone="libepoxy">
25 <primary sortas="a-libepoxy">libepoxy</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to libepoxy</title>
30
31 <para>
32 <application>libepoxy</application> is a library for handling OpenGL
33 function pointer management.
34 </para>
35
[6b063cc3]36 &lfs101_checked;
[2a1068f5]37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&libepoxy-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&libepoxy-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &libepoxy-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &libepoxy-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &libepoxy-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &libepoxy-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">libepoxy Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
[7a395d1]76 <xref linkend="mesa"/>
[2a1068f5]77 </para>
78
[f521a414]79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="optional">
[743d414f]81 <xref linkend="doxygen"/> (for documentation)
[f521a414]82 </para>
83
[2a1068f5]84 <para condition="html" role="usernotes">
85 User Notes: <ulink url="&blfs-wiki;/libepoxy"/>
86 </para>
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of libepoxy</title>
91
92 <para>
93 Install <application>libepoxy</application> by running the following
94 commands:
95 </para>
96
[f521a414]97<screen><userinput>mkdir build &amp;&amp;
[6be9bbb]98cd build &amp;&amp;
[f521a414]99
100meson --prefix=/usr .. &amp;&amp;
101ninja</userinput></screen>
[2a1068f5]102
103 <para>
[f521a414]104 To test the results, issue: <command>ninja test</command>.
[2a1068f5]105 </para>
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
[f521a414]111<screen role="root"><userinput>ninja install</userinput></screen>
[2a1068f5]112
113 </sect2>
114
[743d414f]115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <para>
119 <option>-Ddocs=true</option>: If you have <xref linkend="doxygen"/>
120 installed, add this option to generate additional documentation.
121 </para>
122
123 </sect2>
124
[2a1068f5]125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Programs</segtitle>
130 <segtitle>Installed Libraries</segtitle>
131 <segtitle>Installed Directories</segtitle>
132
133 <seglistitem>
134 <seg>
135 None
136 </seg>
137 <seg>
138 libepoxy.so
139 </seg>
140 <seg>
141 /usr/include/epoxy
142 </seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151
152 <varlistentry id="libepoxy-lib">
153 <term><filename class="libraryfile">libepoxy.so</filename></term>
154 <listitem>
155 <para>
156 contains API functions for handling OpenGL function
[4c24eb0a]157 pointer management
[2a1068f5]158 </para>
159 <indexterm zone="libepoxy libepoxy-lib">
160 <primary sortas="c-libepoxy">libepoxy.so</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 </variablelist>
166
167 </sect2>
168
169</sect1>
Note: See TracBrowser for help on using the repository browser.