source: x/lib/graphene.xml@ 81d5326

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 81d5326 was 81d5326, checked in by Bruce Dubbs <bdubbs@…>, 2 years ago

Update to graphene-1.10.8.

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