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 libmypaint-download-http "https://github.com/mypaint/libmypaint/releases/download/v&libmypaint-version;/libmypaint-&libmypaint-version;.tar.xz">
|
---|
8 | <!ENTITY libmypaint-download-ftp " ">
|
---|
9 | <!ENTITY libmypaint-md5sum "a7953ec1195e580a856302e30861af28">
|
---|
10 | <!ENTITY libmypaint-size "432 KB">
|
---|
11 | <!ENTITY libmypaint-buildsize "5.7 MB (add 0.6 MB for tests)">
|
---|
12 | <!ENTITY libmypaint-time "less than 0.1 SBU (add 0.5 SBU for tests)">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="libmypaint" xreflabel="libmypaint-&libmypaint-version;">
|
---|
16 | <?dbhtml filename="libmypaint.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>libmypaint-&libmypaint-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="libmypaint">
|
---|
26 | <primary sortas="a-libmypaint">libmypaint</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to libmypaint</title>
|
---|
31 |
|
---|
32 | <para>
|
---|
33 | The <application>libmypaint</application> package, a.k.a. "brushlib", is a
|
---|
34 | library for making brushstrokes which is used by MyPaint and other
|
---|
35 | projects.
|
---|
36 | </para>
|
---|
37 |
|
---|
38 | &lfs90_checked;
|
---|
39 |
|
---|
40 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
41 | <itemizedlist spacing="compact">
|
---|
42 | <listitem>
|
---|
43 | <para>
|
---|
44 | Download (HTTP): <ulink url="&libmypaint-download-http;"/>
|
---|
45 | </para>
|
---|
46 | </listitem>
|
---|
47 | <listitem>
|
---|
48 | <para>
|
---|
49 | Download (FTP): <ulink url="&libmypaint-download-ftp;"/>
|
---|
50 | </para>
|
---|
51 | </listitem>
|
---|
52 | <listitem>
|
---|
53 | <para>
|
---|
54 | Download MD5 sum: &libmypaint-md5sum;
|
---|
55 | </para>
|
---|
56 | </listitem>
|
---|
57 | <listitem>
|
---|
58 | <para>
|
---|
59 | Download size: &libmypaint-size;
|
---|
60 | </para>
|
---|
61 | </listitem>
|
---|
62 | <listitem>
|
---|
63 | <para>
|
---|
64 | Estimated disk space required: &libmypaint-buildsize;
|
---|
65 | </para>
|
---|
66 | </listitem>
|
---|
67 | <listitem>
|
---|
68 | <para>
|
---|
69 | Estimated build time: &libmypaint-time;
|
---|
70 | </para>
|
---|
71 | </listitem>
|
---|
72 | </itemizedlist>
|
---|
73 |
|
---|
74 | <bridgehead renderas="sect3">libmypaint Dependencies</bridgehead>
|
---|
75 |
|
---|
76 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
77 | <para role="required">
|
---|
78 | <xref linkend="json-c"/>
|
---|
79 | </para>
|
---|
80 |
|
---|
81 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
82 | <para role="recommended">
|
---|
83 | <xref linkend="glib2"/> and
|
---|
84 | <xref linkend="gobject-introspection"/>
|
---|
85 | </para>
|
---|
86 |
|
---|
87 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
88 | <para role="optional">
|
---|
89 | <xref linkend="doxygen"/> (to create XML docs),
|
---|
90 | <ulink url="https://download.gimp.org/pub/gegl/0.3/">gegl (0.3 versions only)</ulink> and
|
---|
91 | <ulink url="https://github.com/gperftools/gperftools">gperftools</ulink>
|
---|
92 | </para>
|
---|
93 |
|
---|
94 | <para condition="html" role="usernotes">
|
---|
95 | User Notes: <ulink url="&blfs-wiki;/libmypaint"/>
|
---|
96 | </para>
|
---|
97 | </sect2>
|
---|
98 |
|
---|
99 | <sect2 role="installation">
|
---|
100 | <title>Installation of libmypaint</title>
|
---|
101 |
|
---|
102 | <para>
|
---|
103 | Install <application>libmypaint</application> by running the following
|
---|
104 | commands:
|
---|
105 | </para>
|
---|
106 |
|
---|
107 | <screen><userinput>./configure --prefix=/usr &&
|
---|
108 | make</userinput></screen>
|
---|
109 |
|
---|
110 | <para>
|
---|
111 | To test the results, issue: <command>make check</command>.
|
---|
112 | </para>
|
---|
113 |
|
---|
114 | <para>
|
---|
115 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
116 | </para>
|
---|
117 |
|
---|
118 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
119 | </sect2>
|
---|
120 |
|
---|
121 | <!--Required section-->
|
---|
122 | <sect2 role="content">
|
---|
123 | <title>Contents</title>
|
---|
124 |
|
---|
125 | <segmentedlist>
|
---|
126 | <segtitle>Installed Programs</segtitle>
|
---|
127 | <segtitle>Installed Libraries</segtitle>
|
---|
128 | <segtitle>Installed Directory</segtitle>
|
---|
129 |
|
---|
130 | <seglistitem>
|
---|
131 | <seg>
|
---|
132 | None.
|
---|
133 | </seg>
|
---|
134 | <seg>
|
---|
135 | libmypaint.so (and optionally libmypaint-gegl.so which is not
|
---|
136 | used by any packages in this book).
|
---|
137 | </seg>
|
---|
138 | <seg>
|
---|
139 | /usr/include/libmypaint
|
---|
140 | </seg>
|
---|
141 | </seglistitem>
|
---|
142 | </segmentedlist>
|
---|
143 |
|
---|
144 | <variablelist>
|
---|
145 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
146 | <?dbfo list-presentation="list"?>
|
---|
147 | <?dbhtml list-presentation="table"?>
|
---|
148 |
|
---|
149 | <varlistentry id="libmypaint-lib">
|
---|
150 | <term><filename class="libraryfile">libmypaint.so</filename></term>
|
---|
151 | <listitem>
|
---|
152 | <para>
|
---|
153 | contains functions for making brushstrokes.
|
---|
154 | </para>
|
---|
155 | <indexterm zone="libmypaint libmypaint-lib">
|
---|
156 | <primary sortas="c-libmypaint">libmypaint.so</primary>
|
---|
157 | </indexterm>
|
---|
158 | </listitem>
|
---|
159 | </varlistentry>
|
---|
160 | </variablelist>
|
---|
161 | </sect2>
|
---|
162 | </sect1>
|
---|