source: general/graphlib/jasper.xml@ 13fdaba

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 13fdaba was 13fdaba, checked in by Ken Moffat <ken@…>, 15 years ago

Textual fixes for r7726.

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

  • Property mode set to 100644
File size: 7.4 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 jasper-download-http "http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-&jasper-version;.zip">
8 <!ENTITY jasper-download-ftp " ">
9 <!ENTITY jasper-md5sum "a342b2b4495b3e1394e161eb5d85d754">
10 <!ENTITY jasper-size "1.4 MB">
11 <!ENTITY jasper-buildsize "11.1 MB (without the static library)">
12 <!ENTITY jasper-time "0.3 SBU">
13]>
14
15<sect1 id="jasper" xreflabel="JasPer-&jasper-version;">
16 <?dbhtml filename="jasper.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>JasPer-&jasper-version;</title>
24
25 <indexterm zone="jasper">
26 <primary sortas="a-jasper-&jasper-version;">JasPer</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to JasPer</title>
31
32 <para>The <application>JasPer</application> Project is an open-source
33 initiative to provide a free software-based reference implementation of the
34 JPEG-2000 codec.</para>
35
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&jasper-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&jasper-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &jasper-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &jasper-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &jasper-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &jasper-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
60 <itemizedlist spacing="compact">
61 <listitem>
62 <para>Required patch: <ulink
63 url="&patch-root;/jasper-&jasper-version;-security_fixes-1.patch"/></para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">JasPer Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Required</bridgehead>
70 <para role="required"><xref linkend="unzip"/></para>
71
72 <bridgehead renderas="sect4">Recommended</bridgehead>
73 <para role="optional"><xref linkend="libjpeg"/>,
74 <xref linkend="x-window-system"/>, and
75 <xref linkend="mesalib"/> or <xref linkend="freeglut"/></para>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/jasper"/></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of JasPer</title>
84
85<note>
86 <para>The package source is distributed in <filename class="extension">.zip</filename>
87 format and requires <command>unzip</command>, but it has been correctly packaged
88 and will create the jasper-&jasper-version; directory when you unzip it.</para>
89</note>
90
91<screen><userinput>patch -Np1 -i ../jasper-&jasper-version;-security_fixes-1.patch &amp;&amp;
92./configure --prefix=/usr --enable-shared &amp;&amp;
93make</userinput></screen>
94
95 <para>This package does not come with a testsuite.</para>
96
97 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
98
99<screen role="root"><userinput>make install</userinput></screen>
100
101 <para>If you wish to install the PDF files for the Reference Manual and a
102 tutorial on the JPEG-2000 standard, run the following commands as the
103 <systemitem class="username">root</systemitem> user:</para>
104
105<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/jasper-&jasper-version; &amp;&amp;
106install -v -m644 doc/*.pdf /usr/share/doc/jasper-&jasper-version;</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <para><command>--enable-shared</command>: This command
114 causes the shared library to be built.</para>
115
116 <para><option>--disable-static</option>: This causes the
117 static library to not be built.</para>
118
119 <para><option>--x-includes=DIR --x-libraries=DIR</option>: These tell the
120 <command>configure</command> script where to find <application>Xorg</application>
121 if it is not in
122 <filename class='directory'>/usr/X11</filename>,
123 <filename class='directory'>/usr/X11R6</filename>, or
124 <filename class='directory'>/usr</filename>.</para>
125
126 </sect2>
127
128 <!-- commented because make install has run ldconfig
129 <sect2 role="configuration">
130 <title>Configuring JasPer</title>
131
132 <sect3>
133 <title>Configuration Information</title>
134
135 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
136 href="../../xincludes/lib-config.xml"/>
137
138 </sect3>
139
140 </sect2>-->
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Programs</segtitle>
147 <segtitle>Installed Library</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>imgcmp, imginfo, jasper, jiv, and tmrdemo</seg>
152 <seg>libjasper.{so,a}</seg>
153 <seg>/usr/include/jasper and /usr/share/doc/jasper-&jasper-version;</seg>
154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="imgcmp">
163 <term><command>imgcmp</command></term>
164 <listitem>
165 <para>compares two images of the same geometry.</para>
166 <indexterm zone="jasper imgcmp">
167 <primary sortas="b-imgcmp">imgcmp</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 <varlistentry id="imginfo">
173 <term><command>imginfo</command></term>
174 <listitem>
175 <para>displays information about an image.</para>
176 <indexterm zone="jasper imginfo">
177 <primary sortas="b-imginfo">imginfo</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 <varlistentry id="jasper-command">
183 <term><command>jasper</command></term>
184 <listitem>
185 <para>converts images between formats (BMP, JPS, JPC, JPG, PGX, PNM, MIF,
186 and RAS).</para>
187 <indexterm zone="jasper jasper">
188 <primary sortas="b-jasper">jasper</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 <varlistentry id="jiv">
194 <term><command>jiv</command></term>
195 <listitem>
196 <para>displays images.</para>
197 <indexterm zone="jasper jiv">
198 <primary sortas="b-jiv">jiv</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="tmrdemo">
204 <term><command>tmrdemo</command></term>
205 <listitem>
206 <para>is a timer demonstration program.</para>
207 <indexterm zone="jasper tmrdemo">
208 <primary sortas="b-tmrdemo">tmrdemo</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="jasper-lib">
214 <term><filename class='libraryfile'>libjasper.{so,a}</filename></term>
215 <listitem>
216 <para>a library used by programs for reading and writing
217 JPEG2000 format files.</para>
218 <indexterm zone="jasper jasper-lib">
219 <primary sortas="c-jasper">libjasper.{so,a}</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
224 </variablelist>
225
226 </sect2>
227
228</sect1>
Note: See TracBrowser for help on using the repository browser.