source: general/graphlib/libspiro.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.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 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.1 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 libspiro-download-http "https://github.com/fontforge/libspiro/releases/download/&libspiro-version;/libspiro-dist-&libspiro-version;.tar.gz">
8 <!ENTITY libspiro-download-ftp " ">
9 <!ENTITY libspiro-md5sum "d2d3eef9381c05a9a0268c0863ec9f9d">
10 <!ENTITY libspiro-size "413 KB">
11 <!ENTITY libspiro-buildsize "5.3 MB (add 1.2 MB if running the tests)">
12 <!ENTITY libspiro-time "0.1 SBU">
13]>
14
15<!-- Try to keep the indentation used in this file-->
16<sect1 id="libspiro" xreflabel="libspiro-&libspiro-version;">
17 <?dbhtml filename="libspiro.html"?>
18
19 <sect1info>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Libspiro-&libspiro-version;</title>
24
25 <indexterm zone="libspiro">
26 <primary sortas="a-libspiro">libspiro</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libspiro</title>
31
32 <para>
33 <application>Libspiro</application> will take an array of spiro control
34 points and convert them into a series of bezier splines which can then be
35 used in the myriad of ways the world has come to use beziers.
36 </para>
37
38 &lfs101_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libspiro-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libspiro-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libspiro-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libspiro-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libspiro-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libspiro-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <para condition="html" role="usernotes">
75 User Notes: <ulink url="&blfs-wiki;/libspiro"/>
76 </para>
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of libspiro</title>
81
82 <para>
83 Install <application>libspiro</application> by running the following
84 commands:
85 </para>
86
87<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
88make</userinput></screen>
89
90 <para>
91 To test the results, issue: <command>make check</command>.
92 </para>
93
94 <para>
95 Now, as the <systemitem class="username">root</systemitem> user:
96 </para>
97
98<screen role="root"><userinput>make install</userinput></screen>
99 </sect2>
100
101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
104 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
105 href="../../xincludes/static-libraries.xml"/>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Library</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>
119 None
120 </seg>
121 <seg>
122 libspiro.so
123 </seg>
124 <seg>
125 None
126 </seg>
127 </seglistitem>
128 </segmentedlist>
129
130 <variablelist>
131 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
132 <?dbfo list-presentation="list"?>
133 <?dbhtml list-presentation="table"?>
134
135 <varlistentry id="libspiro-lib">
136 <term><filename class="libraryfile">libspiro.so</filename></term>
137 <listitem>
138 <para>
139 is a shareable library that can be used by programs to do the Spiro
140 computations for you
141 </para>
142 <indexterm zone="libspiro libspiro-lib">
143 <primary sortas="c-libspiro">libspiro.so</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147 </variablelist>
148 </sect2>
149
150</sect1>
Note: See TracBrowser for help on using the repository browser.