source: general/graphlib/jasper.xml@ f11b659

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 f11b659 was f11b659, checked in by Igor Živković <igor@…>, 10 years ago

move freeglut to optional jasper dependencies

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

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