source: gnome-systemd/platform/libepoxy.xml@ 09140ef

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 09140ef was 09140ef, checked in by Krejzi <krejzi@…>, 10 years ago

Import Christopher's GNOME work into systemd branch.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13549 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.1 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 libepoxy-download-http "https://github.com/anholt/libepoxy/archive/v-&libepoxy-version;.tar.gz">
8 <!ENTITY libepoxy-download-ftp " ">
9 <!ENTITY libepoxy-md5sum "12d6b7621f086c0c928887c27d90bc30">
10 <!ENTITY libepoxy-size "264 KB">
11 <!ENTITY libepoxy-buildsize "3.5 MB">
12 <!ENTITY libepoxy-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libepoxy" xreflabel="libepoxy-&libepoxy-version;">
16 <?dbhtml filename="libepoxy.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libepoxy-&libepoxy-version;</title>
24
25 <indexterm zone="libepoxy">
26 <primary sortas="a-libepoxy">libepoxy</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libepoxy</title>
31
32 <para>
33 <application>libepoxy</application> is a library for handling OpenGL function pointer management.
34 </para>
35
36 &lfs75_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="https://github.com/anholt/libepoxy/archive/v1.2.tar.gz;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url=" "/>
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">
76 <xref linkend="xorg7-lib"/>
77 </para>
78
79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="optional">
81 <xref linkend="doxygen"/> (to build documentation).
82 </para>
83
84 <para condition="html" role="usernotes">User Notes:
85 <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
97<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
98make</userinput></screen>
99
100 <para>
101 If you have <xref linkend="doxygen"/>, issue <command>make dox</command>
102 to build documentation.
103 </para>
104
105 <para>
106 To test the results, issue: <command>make check</command>.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 <para>
116 If you have built documentation previously, install it with following
117 commands as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>mkdir -pv /usr/share/doc/libepoxy-&libepoxy-version; &amp;&amp;
121cp -rv doc/html/* /usr/share/doc/libepoxy-&libepoxy-version;</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
129 href="../../xincludes/static-libraries.xml"/>
130
131 <para>
132 <option>--enable-nss</option>: Use this switch if you want to
133 use Mozilla NSS instead of <application>OpenSSL</application>.
134 </para>
135
136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Programs</segtitle>
143 <segtitle>Installed Library</segtitle>
144 <segtitle>Installed Directory</segtitle>
145
146 <seglistitem>
147 <seg>
148 None
149 </seg>
150 <seg>
151 libepoxy.so
152 </seg>
153 <seg>
154 /usr/share/doc/libepoxy-&libepoxy-version;
155 </seg>
156 </seglistitem>
157 </segmentedlist>
158
159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="libepoxy-lib">
165 <term><filename class="libraryfile">libepoxy.so</filename></term>
166 <listitem>
167 <para>
168 provides functions to escape and encode stings according to
169 OAuth specifications and offers high-level functionality built
170 on top to sign requests or verify signatures using either NSS or
171 OpenSSL for calculating the hash/signatures.
172 </para>
173 <indexterm zone="libepoxy libepoxy-lib">
174 <primary sortas="c-libepoxy">libepoxy.so</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 </variablelist>
180
181 </sect2>
182
183</sect1>
Note: See TracBrowser for help on using the repository browser.