source: general/graphlib/mypaint-brushes.xml@ 06cdf48

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 06cdf48 was 06cdf48, checked in by Ken Moffat <ken@…>, 6 years ago

gimp-2.10.0 with gegl-0.4.0, libmypaint-1.3.0, mypaint-brushes-1.3.0 and a git pull of gimp-help.

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

  • Property mode set to 100644
File size: 4.6 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 mypaint-brushes-download-http "https://github.com/Jehan/mypaint-brushes/archive/v&mypaint-brushes-version;.tar.gz">
8 <!ENTITY mypaint-brushes-download-ftp "">
9 <!ENTITY mypaint-brushes-md5sum "679190d88f67a94db57ac99017f966f5">
10 <!ENTITY mypaint-brushes-size "2.4 MB">
11 <!ENTITY mypaint-brushes-buildsize "8.8 MB">
12 <!ENTITY mypaint-brushes-time "less than 0.1 SBU">
13]>
14
15<sect1 id="mypaint-brushes" xreflabel="mypaint-brushes-&mypaint-brushes-version;">
16 <?dbhtml filename="mypaint-brushes.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>mypaint-brushes-&mypaint-brushes-version;</title>
24
25 <indexterm zone="mypaint-brushes">
26 <primary sortas="a-mypaint-brushes">mypaint-brushes</primary>
27 </indexterm>
28
29 <!--Required section-->
30 <sect2 role="package">
31 <title>Introduction to mypaint-brushes</title>
32
33 <para>
34 The <application>mypaint-brushes</application> package contains brushes
35 used by packages which use libmypaint.
36 </para>
37
38 &lfs82_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&mypaint-brushes-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&mypaint-brushes-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &mypaint-brushes-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &mypaint-brushes-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &mypaint-brushes-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &mypaint-brushes-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <note>
75 <para>
76 The <application>mypaint-brushes</application> source tarball shown above
77 downloads with the correct name, mypaint-brushes-&mypaint-brushes-version;.tar.gz,
78 if using a browser such as Firefox. If you prefer to use a command line
79 program such as wget, you normally would obtain &mypaint-brushes-version;.tar.gz.
80 To obtain this package with the proper filename, run:
81
82<screen><userinput>wget -c https://github.com/Jehan/mypaint-brushes/archive/v&mypaint-brushes-version;.tar.gz \
83 -O mypaint-brushes-&mypaint-brushes-version;.tar.gz</userinput></screen>
84 </para>
85 </note>
86
87 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
88 <itemizedlist spacing="compact">
89 <listitem>
90 <para>
91 Required patch:
92 <ulink url="&patch-root;/mypaint-brushes-&mypaint-brushes-version;-automake_1.16-1.patch"/>
93 </para>
94 </listitem>
95 </itemizedlist>
96
97 <bridgehead renderas="sect3">mypaint-brushes Dependencies</bridgehead>
98
99 <bridgehead renderas="sect4">Required at runtime</bridgehead>
100 <para role="required">
101 <xref role="runtime" linkend="libmypaint"/>
102 </para>
103
104 <para condition="html" role="usernotes">
105 User Notes: <ulink url="&blfs-wiki;/mypaint-brushes"/>
106 </para>
107 </sect2>
108
109 <sect2 role="installation">
110 <title>Installation of mypaint-brushes</title>
111
112 <para>
113 Install <application>mypaint-brushes</application> by running the following
114 commands:
115 </para>
116
117<screen><userinput>patch -Np1 -i ../mypaint-brushes-&mypaint-brushes-version;-automake_1.16-1.patch &amp;&amp;
118./autogen.sh &amp;&amp;
119./configure --prefix=/usr &amp;&amp;
120make</userinput></screen>
121
122 <para>
123 This package does not come with a test suite.
124 </para>
125
126 <para>
127 Now, as the <systemitem class="username">root</systemitem> user:
128 </para>
129
130<screen role="root"><userinput>make install</userinput></screen>
131 </sect2>
132
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
137 <segtitle>Installed Programs</segtitle>
138 <segtitle>Installed Libraries</segtitle>
139 <segtitle>Installed Directories</segtitle>
140
141 <seglistitem>
142 <seg>
143 None.
144 </seg>
145 <seg>
146 None.
147 </seg>
148 <seg>
149 /usr/share/mypaint-data.
150 </seg>
151 </seglistitem>
152 </segmentedlist>
153
154 </sect2>
155</sect1>
Note: See TracBrowser for help on using the repository browser.