mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
d437f75666
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24257 af4574ff-66df-0310-9fd7-8a98e5e911e0
144 lines
4.0 KiB
XML
144 lines
4.0 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 mypaint-brushes-download-http "https://github.com/Jehan/mypaint-brushes/archive/v&mypaint-brushes-version;/mypaint-brushes-v&mypaint-brushes-version;.tar.gz">
|
|
<!ENTITY mypaint-brushes-download-ftp " ">
|
|
<!ENTITY mypaint-brushes-md5sum "679190d88f67a94db57ac99017f966f5">
|
|
<!ENTITY mypaint-brushes-size "2.4 MB">
|
|
<!ENTITY mypaint-brushes-buildsize "8.8 MB">
|
|
<!ENTITY mypaint-brushes-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="mypaint-brushes" xreflabel="mypaint-brushes-&mypaint-brushes-version;">
|
|
<?dbhtml filename="mypaint-brushes.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>mypaint-brushes-&mypaint-brushes-version;</title>
|
|
|
|
<indexterm zone="mypaint-brushes">
|
|
<primary sortas="a-mypaint-brushes">mypaint-brushes</primary>
|
|
</indexterm>
|
|
|
|
<!--Required section-->
|
|
<sect2 role="package">
|
|
<title>Introduction to mypaint-brushes</title>
|
|
|
|
<para>
|
|
The <application>mypaint-brushes</application> package contains brushes
|
|
used by packages which use libmypaint.
|
|
</para>
|
|
|
|
&lfs101_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&mypaint-brushes-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&mypaint-brushes-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &mypaint-brushes-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &mypaint-brushes-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &mypaint-brushes-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &mypaint-brushes-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Required patch:
|
|
<ulink url="&patch-root;/mypaint-brushes-&mypaint-brushes-version;-automake_1.16-1.patch"/>
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">mypaint-brushes Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required at runtime</bridgehead>
|
|
<para role="required">
|
|
<xref role="runtime" linkend="libmypaint"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/mypaint-brushes"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of mypaint-brushes</title>
|
|
|
|
<para>
|
|
Install <application>mypaint-brushes</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>patch -Np1 -i ../mypaint-brushes-&mypaint-brushes-version;-automake_1.16-1.patch &&
|
|
./autogen.sh &&
|
|
./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
None.
|
|
</seg>
|
|
<seg>
|
|
None.
|
|
</seg>
|
|
<seg>
|
|
/usr/share/mypaint-data.
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|