mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
25ff6d585e
Update to libgdata-0.17.12 Update to libmypaint-1.5.1 Update to avahi-0.8 Update to ibus-1.5.22 Update to git-2.25.1 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22780 af4574ff-66df-0310-9fd7-8a98e5e911e0
163 lines
4.7 KiB
XML
163 lines
4.7 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY libmypaint-download-http "https://github.com/mypaint/libmypaint/releases/download/v&libmypaint-version;/libmypaint-&libmypaint-version;.tar.xz">
|
|
<!ENTITY libmypaint-download-ftp " ">
|
|
<!ENTITY libmypaint-md5sum "60334e7449ea05674714b1c7098b5383">
|
|
<!ENTITY libmypaint-size "500 KB">
|
|
<!ENTITY libmypaint-buildsize "11 MB (add 1 MB for tests)">
|
|
<!ENTITY libmypaint-time "less than 0.1 SBU (add 0.4 SBU for tests)">
|
|
]>
|
|
|
|
<sect1 id="libmypaint" xreflabel="libmypaint-&libmypaint-version;">
|
|
<?dbhtml filename="libmypaint.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>libmypaint-&libmypaint-version;</title>
|
|
|
|
<indexterm zone="libmypaint">
|
|
<primary sortas="a-libmypaint">libmypaint</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to libmypaint</title>
|
|
|
|
<para>
|
|
The <application>libmypaint</application> package, a.k.a. "brushlib", is a
|
|
library for making brushstrokes which is used by MyPaint and other
|
|
projects.
|
|
</para>
|
|
|
|
&lfs91_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&libmypaint-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&libmypaint-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &libmypaint-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &libmypaint-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &libmypaint-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &libmypaint-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">libmypaint Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="json-c"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="glib2"/> and
|
|
<xref linkend="gobject-introspection"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="doxygen"/> (to create XML docs),
|
|
<ulink url="https://download.gimp.org/pub/gegl/0.3/">gegl (0.3 versions only)</ulink> and
|
|
<ulink url="https://github.com/gperftools/gperftools">gperftools</ulink>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/libmypaint"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of libmypaint</title>
|
|
|
|
<para>
|
|
Install <application>libmypaint</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
To test the results, issue: <command>make check</command>.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
</sect2>
|
|
|
|
<!--Required section-->
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
None.
|
|
</seg>
|
|
<seg>
|
|
libmypaint.so (and optionally libmypaint-gegl.so which is not
|
|
used by any packages in this book).
|
|
</seg>
|
|
<seg>
|
|
/usr/include/libmypaint
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libmypaint-lib">
|
|
<term><filename class="libraryfile">libmypaint.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains functions for making brushstrokes.
|
|
</para>
|
|
<indexterm zone="libmypaint libmypaint-lib">
|
|
<primary sortas="c-libmypaint">libmypaint.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</sect2>
|
|
</sect1>
|