source: x/lib/graphene.xml@ 2c80efe

10.0 10.1 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 2c80efe was 2c80efe, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Added libnma to the book
Added graphene to the book
Moved network-manager-applet to Networking Utilities
Update to network-manager-applet-1.16.0
Update to gnome-color-manager-3.36.0
Update to gnome-control-center-3.36.1
Update to mutter-3.36.1
Update to gnome-shell-3.36.1
Archived libcroco

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22937 af4574ff-66df-0310-9fd7-8a98e5e911e0

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