source: x/lib/graphene.xml@ c93c620c

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 c93c620c was c93c620c, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Tags

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