source: general/graphlib/jasper.xml@ d608866

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since d608866 was d8fd588, checked in by Douglas R. Reno <renodr@…>, 22 months ago

Tags for GTK+-2 and dependencies and Sawfish.

  • Property mode set to 100644
File size: 6.8 KB
RevLine 
[ed733658]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
[1f355410]7 <!ENTITY jasper-download-http "https://github.com/jasper-software/jasper/archive/version-&jasper-version;/jasper-&jasper-version;.tar.gz">
[13fdaba]8 <!ENTITY jasper-download-ftp " ">
[97212500]9 <!ENTITY jasper-md5sum "d2b1f6072fad06cc7ea0b149ed7dc312">
[77a8b67]10 <!ENTITY jasper-size "1.9 MB">
[406a2743]11 <!ENTITY jasper-buildsize "9.5 MB (with tests)">
[c4ab3292]12 <!ENTITY jasper-time "0.3 SBU (with tests)">
[ed733658]13]>
14
15<sect1 id="jasper" xreflabel="JasPer-&jasper-version;">
16 <?dbhtml filename="jasper.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
[880c568]22 <title>JasPer-&jasper-version;</title>
[ed733658]23
24 <indexterm zone="jasper">
25 <primary sortas="a-jasper-&jasper-version;">JasPer</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to JasPer</title>
30
[09f0998]31 <para>
32 The <application>JasPer</application> Project is an open-source
33 initiative to provide a free software-based reference implementation
34 of the JPEG-2000 codec.
35 </para>
[ed733658]36
[d8fd588]37 &lfs112_checked;
[ed733658]38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[09f0998]42 <para>
43 Download (HTTP): <ulink url="&jasper-download-http;"/>
44 </para>
[ed733658]45 </listitem>
46 <listitem>
[09f0998]47 <para>
48 Download (FTP): <ulink url="&jasper-download-ftp;"/>
49 </para>
[ed733658]50 </listitem>
51 <listitem>
[09f0998]52 <para>
53 Download MD5 sum: &jasper-md5sum;
54 </para>
[ed733658]55 </listitem>
56 <listitem>
[09f0998]57 <para>
58 Download size: &jasper-size;
59 </para>
[ed733658]60 </listitem>
61 <listitem>
[09f0998]62 <para>
63 Estimated disk space required: &jasper-buildsize;
64 </para>
[ed733658]65 </listitem>
66 <listitem>
[09f0998]67 <para>
68 Estimated build time: &jasper-time;
69 </para>
[ed733658]70 </listitem>
71 </itemizedlist>
72
[13fdaba]73 <bridgehead renderas="sect3">JasPer Dependencies</bridgehead>
[ed733658]74
[25e7f9b7]75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="cmake"/>
78 </para>
79
[ed733658]80 <bridgehead renderas="sect4">Recommended</bridgehead>
[f18a6f9]81 <para role="recommended">
[f11b659]82 <xref linkend="libjpeg"/>
83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
[8558044]87 <xref linkend="freeglut"/> (required for <command>jiv</command>),
[e37f388]88 <xref linkend="doxygen"/> (needed for generating html documentation), and
[b9c353b]89 <xref linkend="texlive"/> (needed to regenerate the pdf documentation)
[f11b659]90 </para>
[ed733658]91
92 <para condition="html" role="usernotes">User Notes:
93 <ulink url="&blfs-wiki;/jasper"/></para>
94
95 </sect2>
96
97 <sect2 role="installation">
[13fdaba]98 <title>Installation of JasPer</title>
[ed733658]99
[5c4a616]100 <note>
101 <para>
102 The tarball <emphasis>jasper-&jasper-version;.tar.gz</emphasis> will
103 extract to
104 <emphasis>jasper-version-&jasper-version;</emphasis>.
105 </para>
106 </note>
[c4ab3292]107<!--
[827b59db]108 <para>
109 First, fix a problem that happens due to cmake-3.22:
110 </para>
111
112<screen><userinput remap="pre">sed -i '/GLUT_glut_LIBRARY/s/^/#/' build/cmake/modules/JasOpenGL.cmake</userinput></screen>
[c4ab3292]113-->
[5c4a616]114 <para>
115 Install <application>JasPer</application> by running the following
116 commands:
117 </para>
118
[e37f388]119<screen><userinput>mkdir BUILD &amp;&amp;
120cd BUILD &amp;&amp;
121
[86918e9]122cmake -DCMAKE_INSTALL_PREFIX=/usr \
123 -DCMAKE_BUILD_TYPE=Release \
124 -DCMAKE_SKIP_INSTALL_RPATH=YES \
[c6afa0d]125 -DJAS_ENABLE_DOC=NO \
[14f0e13e]126 -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/jasper-&jasper-version; \
[e37f388]127 .. &amp;&amp;
[ed733658]128make</userinput></screen>
129
[09f0998]130 <para>
131 To test the results, issue: <command>make test</command>.
132 </para>
[ed733658]133
[09f0998]134 <para>
135 Now, as the <systemitem class="username">root</systemitem> user:
136 </para>
[ed733658]137
138<screen role="root"><userinput>make install</userinput></screen>
139
140 </sect2>
141
142 <sect2 role="commands">
143 <title>Command Explanations</title>
144
[aa41434]145 <para>
146 <parameter>-DCMAKE_SKIP_INSTALL_RPATH=YES</parameter>: This option
147 removes embedded library search paths.
148 </para>
[e37f388]149
[aa41434]150 <para>
151 <parameter>-DJAS_ENABLE_DOC=NO</parameter>: This option disables
152 rebuilding the pdf documentation if <xref linkend="texlive"/>
153 is installed.
154 </para>
[c6afa0d]155
[ed733658]156 </sect2>
157
158 <sect2 role="content">
159 <title>Contents</title>
160
161 <segmentedlist>
162 <segtitle>Installed Programs</segtitle>
163 <segtitle>Installed Library</segtitle>
164 <segtitle>Installed Directories</segtitle>
165
166 <seglistitem>
[e37f388]167 <seg>imgcmp, imginfo, jasper, and jiv</seg>
[a9880a8b]168 <seg>libjasper.so</seg>
[ed733658]169 <seg>/usr/include/jasper and /usr/share/doc/jasper-&jasper-version;</seg>
170 </seglistitem>
171 </segmentedlist>
172
173 <variablelist>
174 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
175 <?dbfo list-presentation="list"?>
176 <?dbhtml list-presentation="table"?>
177
178 <varlistentry id="imgcmp">
179 <term><command>imgcmp</command></term>
180 <listitem>
[09f0998]181 <para>
[4c24eb0a]182 compares two images of the same geometry
[09f0998]183 </para>
[ed733658]184 <indexterm zone="jasper imgcmp">
185 <primary sortas="b-imgcmp">imgcmp</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="imginfo">
191 <term><command>imginfo</command></term>
192 <listitem>
[09f0998]193 <para>
[4c24eb0a]194 displays information about an image
[09f0998]195 </para>
[ed733658]196 <indexterm zone="jasper imginfo">
197 <primary sortas="b-imginfo">imginfo</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 <varlistentry id="jasper-command">
203 <term><command>jasper</command></term>
204 <listitem>
[09f0998]205 <para>
206 converts images between formats (BMP, JPS, JPC, JPG, PGX, PNM, MIF,
[4c24eb0a]207 and RAS)
[09f0998]208 </para>
[ed733658]209 <indexterm zone="jasper jasper">
210 <primary sortas="b-jasper">jasper</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 <varlistentry id="jiv">
216 <term><command>jiv</command></term>
217 <listitem>
[09f0998]218 <para>
[4c24eb0a]219 displays images
[09f0998]220 </para>
[ed733658]221 <indexterm zone="jasper jiv">
222 <primary sortas="b-jiv">jiv</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 <varlistentry id="jasper-lib">
[4c24eb0a]228 <term><filename class="libraryfile">libjasper.so</filename></term>
[ed733658]229 <listitem>
[09f0998]230 <para>
231 is a library used by programs for reading and writing
[4c24eb0a]232 JPEG2000 format files
[09f0998]233 </para>
[ed733658]234 <indexterm zone="jasper jasper-lib">
[a9880a8b]235 <primary sortas="c-libjasper">libjasper.so</primary>
[ed733658]236 </indexterm>
237 </listitem>
238 </varlistentry>
239
240 </variablelist>
241
242 </sect2>
243
244</sect1>
Note: See TracBrowser for help on using the repository browser.