source: general/graphlib/potrace.xml@ 640549f1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.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 640549f1 was 640549f1, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Update to vala-0.46.1.
Update to potrace-1.16.
Touch up change log.

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

  • Property mode set to 100644
File size: 5.7 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 potrace-download-http "&sourceforge-dl;/potrace/potrace-&potrace-version;.tar.gz">
8 <!ENTITY potrace-download-ftp " ">
9 <!ENTITY potrace-md5sum "60cecdaa9d14e0008f96b68dce77d246">
10 <!ENTITY potrace-size "636 KB">
11 <!ENTITY potrace-buildsize "7.1 MB (including tests)">
12 <!ENTITY potrace-time "less than 0.1 SBU (including tests)">
13]>
14
15<sect1 id="potrace" xreflabel="Potrace-&potrace-version;">
16 <?dbhtml filename="potrace.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Potrace-&potrace-version;</title>
24
25 <indexterm zone="potrace">
26 <primary sortas="a-Potrace">Potrace</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Potrace</title>
31
32 <para>
33 <!-- summarized from the home page, where Potrace(TM) is used -->
34 <application>Potrace&#8482;</application> is a tool for transforming a bitmap
35 (PBM, PGM, PPM, or BMP format) into one of several vector file formats.
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="&potrace-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&potrace-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &potrace-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &potrace-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &potrace-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &potrace-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Potrace Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Recommended</bridgehead>
77 <para role="recommended">
78 <xref linkend="llvm"/> (including <command>clang</command>).
79 </para>
80
81 <para condition="html" role="usernotes">
82 User Notes: <ulink url="&blfs-wiki;/potrace"/>
83 </para>
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of Potrace</title>
88
89 <para>
90 Install <application>Potrace</application> by running the following
91 commands:
92 </para>
93
94<screen><userinput>./configure --prefix=/usr \
95 --disable-static \
96 --docdir=/usr/share/doc/potrace-&potrace-version; \
97 --enable-a4 \
98 --enable-metric \
99 --with-libpotrace &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 To run the test suite, issue: <command>make check</command>. Two
104 tests are known to fail.
105 </para>
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>make install</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <para>
119 <parameter>--enable-a4</parameter>: Use A4 as the default paper size.
120 </para>
121
122 <para>
123 <!-- american spelling as in the configure script -->
124 <parameter>--enable-metric</parameter>: Use metric units (centimeters)
125 as default
126 </para>
127
128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
129 href="../../xincludes/static-libraries.xml"/>
130
131 <para>
132 <parameter>--with-libpotrace</parameter>: Install the library and headers.
133 </para>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>
147 mkbitmap, potrace
148 </seg>
149 <seg>
150 libpotrace.so
151 </seg>
152 <seg>
153 /usr/share/doc/potrace-&potrace-version;
154 </seg>
155 </seglistitem>
156 </segmentedlist>
157
158 <variablelist>
159 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="mkbitmap">
164 <term><command>mkbitmap</command></term>
165 <listitem>
166 <para>
167 transforms images into bitmaps with scaling and filtering.
168 </para>
169 <indexterm zone="potrace mkbitmap">
170 <primary sortas="b-mkbitmap">mkbitmap</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="potrace-prog">
176 <term><command>potrace</command></term>
177 <listitem>
178 <para>
179 transforms bitmaps into vector graphics.
180 </para>
181 <indexterm zone="potrace potrace-prog">
182 <primary sortas="b-potrace-prog">potrace</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="libpotrace">
188 <term><filename class="libraryfile">libpotrace.so</filename></term>
189 <listitem>
190 <para>
191 is a library for transforming bitmaps into vector graphics
192 </para>
193 <indexterm zone="potrace libpotrace">
194 <primary sortas="c-libpotrace">libpotrace.so</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 </variablelist>
200
201 </sect2>
202
203</sect1>
Note: See TracBrowser for help on using the repository browser.