source: general/graphlib/jasper.xml@ ed733658

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 ed733658 was ed733658, checked in by Ken Moffat <ken@…>, 15 years ago

add jasper

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

  • Property mode set to 100644
File size: 7.2 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">Libjasper 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>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:</para>
103
104<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/jasper-&jasper-version; &amp;&amp;
105install -v -m644 doc/*.pdf /usr/share/doc/jasper-&jasper-version;</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <para><command>--enable-shared</command>: This command
113 causes the shared library to be built.</para>
114
115 <para><option>--disable-static</option>: This causes the
116 static library to not be built.</para>
117
118 <para><option>--x-includes=DIR --x-libraries=DIR</option>: These tell the configure
119 script where to find xorg if it is not in
120 <filename class='directory'>/usr/X11</filename>,
121 <filename class='directory'>/usr/X11R6</filename>, or
122 <filename class='directory'>/usr</filename>.</para>
123
124 </sect2>
125
126 <sect2 role="configuration">
127 <title>Configuring jasper</title>
128
129 <sect3>
130 <title>Configuration Information</title>
131
132 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
133 href="../../xincludes/lib-config.xml"/>
134
135 </sect3>
136
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Programs</segtitle>
144 <segtitle>Installed Library</segtitle>
145 <segtitle>Installed Directories</segtitle>
146
147 <seglistitem>
148 <seg>imgcmp, imginfo, jasper, jiv, and tmrdemo</seg>
149 <seg>libjasper.{so,a}</seg>
150 <seg>/usr/include/jasper and /usr/share/doc/jasper-&jasper-version;</seg>
151 </seglistitem>
152 </segmentedlist>
153
154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="imgcmp">
160 <term><command>imgcmp</command></term>
161 <listitem>
162 <para>compares two images of the same geometry.</para>
163 <indexterm zone="jasper imgcmp">
164 <primary sortas="b-imgcmp">imgcmp</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 <varlistentry id="imginfo">
170 <term><command>imginfo</command></term>
171 <listitem>
172 <para>displays information about an image.</para>
173 <indexterm zone="jasper imginfo">
174 <primary sortas="b-imginfo">imginfo</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="jasper-command">
180 <term><command>jasper</command></term>
181 <listitem>
182 <para>converts images between formats (BMP, JPS, JPC, JPG, PGX, PNM, MIF,
183 and RAS).</para>
184 <indexterm zone="jasper jasper">
185 <primary sortas="b-jasper">jasper</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="jiv">
191 <term><command>jiv</command></term>
192 <listitem>
193 <para>displays images.</para>
194 <indexterm zone="jasper jiv">
195 <primary sortas="b-jiv">jiv</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="tmrdemo">
201 <term><command>tmrdemo</command></term>
202 <listitem>
203 <para>is a timer demonstration program.</para>
204 <indexterm zone="jasper tmrdemo">
205 <primary sortas="b-tmrdemo">tmrdemo</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 <varlistentry id="jasper-lib">
211 <term><filename class='libraryfile'>libjasper.{so,a}</filename></term>
212 <listitem>
213 <para>a library used by programs for reading and writing
214 JPEG2000 format files.</para>
215 <indexterm zone="jasper jasper-lib">
216 <primary sortas="c-jasper">libjasper.{so,a}</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 </variablelist>
222
223 </sect2>
224
225</sect1>
Note: See TracBrowser for help on using the repository browser.