source: x/lib/graphene.xml@ e12b9ec

ken/TL2024 trunk
Last change on this file since e12b9ec was e8b3f50, checked in by Douglas R. Reno <renodr@…>, 2 months ago

Tags

  • Property mode set to 100644
File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 graphene-download-http "&gnome-download-http;/graphene/1.10/graphene-&graphene-version;.tar.xz">
8 <!ENTITY graphene-download-ftp " ">
9 <!ENTITY graphene-md5sum "169e3c507b5a5c26e9af492412070b81">
10 <!ENTITY graphene-size "328 KB">
11 <!ENTITY graphene-buildsize "7.6 MB">
12 <!ENTITY graphene-time "less than 0.1 SBU (with tests)">
13]>
14
15<sect1 id="graphene" xreflabel="graphene-&graphene-version;">
16 <?dbhtml filename="graphene.html"?>
17
18
19 <title>Graphene-&graphene-version;</title>
20
21 <indexterm zone="graphene">
22 <primary sortas="a-graphene">graphene</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Graphene</title>
27
28 <para>
29 The <application>Graphene</application> package provides a thin layer
30 of types for graphics libraries.
31 </para>
32
33 &lfs121_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&graphene-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&graphene-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &graphene-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &graphene-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &graphene-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &graphene-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Graphene Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="glib2"/> and
74 <xref linkend="gobject-introspection"/>
75 </para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of Graphene</title>
81
82 <para>
83 Install <application>Graphene</application> by running the following
84 commands:
85 </para>
86
87<screen><userinput>mkdir build &amp;&amp;
88cd build &amp;&amp;
89
90meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
91ninja</userinput></screen>
92
93 <para>
94 To test the results, issue: <command>ninja test</command>.
95 </para>
96
97 <para>
98 Now, as the <systemitem class="username">root</systemitem> user:
99 </para>
100
101<screen role="root"><userinput>ninja install</userinput></screen>
102 </sect2>
103
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
108 href="../../xincludes/meson-buildtype-release.xml"/>
109
110 <para>
111 <option>-Dgtk_doc=true</option>: Use this switch if you have
112 <xref role="nodep" linkend="gtk-doc"/> installed and wish to generate
113 the API documentation.
114 </para>
115 </sect2>
116
117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Programs</segtitle>
122 <segtitle>Installed Libraries</segtitle>
123 <segtitle>Installed Directories</segtitle>
124
125 <seglistitem>
126 <seg>
127 None
128 </seg>
129 <seg>
130 libgraphene-1.0.so
131 </seg>
132 <seg>
133 /usr/include/graphene-1.0,
134 /usr/lib/graphene-1.0,
135 /usr/{libexec,share}/installed-tests/graphene-1.0
136 </seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="libgraphene">
146 <term><filename class="libraryfile">libgraphene-1.0.so</filename></term>
147 <listitem>
148 <para>
149 contains functions that provide a thin layer of types for graphics
150 libraries
151 </para>
152 <indexterm zone="graphene libgraphene">
153 <primary sortas="c-libgraphene">libgraphene-1.0.so</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157 </variablelist>
158 </sect2>
159
160</sect1>
Note: See TracBrowser for help on using the repository browser.