source: general/graphlib/openjpeg2.xml@ 47f4ae7

ken/TL2024 lazarus trunk xry111/llvm18
Last change on this file since 47f4ae7 was 47f4ae7, checked in by Douglas R. Reno <renodr@…>, 4 months ago

Update to OpenJPEG-2.5.2 (Security Update)

  • Property mode set to 100644
File size: 5.7 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[bd81e201]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
[c9d79c2]7 <!ENTITY openjpeg2-download-http "https://github.com/uclouvain/openjpeg/archive/v&openjpeg2-version;/openjpeg-&openjpeg2-version;.tar.gz">
[bd81e201]8 <!ENTITY openjpeg2-download-ftp " ">
[47f4ae7]9 <!ENTITY openjpeg2-md5sum "f9ee64845881a15109ed0aa73a12202f">
[06333e6]10 <!ENTITY openjpeg2-size "1.8 MB">
[47f4ae7]11 <!ENTITY openjpeg2-buildsize "13 MB (add 1.7GB for tests)">
12 <!ENTITY openjpeg2-time "0.2 SBU (add 0.8 SBU for tests)">
[bd81e201]13]>
14
15<sect1 id="openjpeg2" xreflabel="OpenJPEG-&openjpeg2-version;">
16 <?dbhtml filename="openjpeg2.html"?>
17
18
19 <title>OpenJPEG-&openjpeg2-version;</title>
20
21 <indexterm zone="openjpeg2">
22 <primary sortas="a-openjpeg2">OpenJPEG</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to OpenJPEG</title>
27
[a06368b]28 <para>
29 <application>OpenJPEG</application> is an open-source implementation of
30 the JPEG-2000 standard. OpenJPEG fully respects the JPEG-2000
31 specifications and can compress/decompress lossless 16-bit images.
32 </para>
[bd81e201]33
[e8b3f50]34 &lfs121_checked;
[bd81e201]35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
[09f0998]39 <para>
40 Download (HTTP): <ulink url="&openjpeg2-download-http;"/>
41 </para>
[bd81e201]42 </listitem>
43 <listitem>
[09f0998]44 <para>
45 Download (FTP): <ulink url="&openjpeg2-download-ftp;"/>
46 </para>
[bd81e201]47 </listitem>
48 <listitem>
[09f0998]49 <para>
50 Download MD5 sum: &openjpeg2-md5sum;
51 </para>
[bd81e201]52 </listitem>
53 <listitem>
[09f0998]54 <para>
55 Download size: &openjpeg2-size;
56 </para>
[bd81e201]57 </listitem>
58 <listitem>
[09f0998]59 <para>
60 Estimated disk space required: &openjpeg2-buildsize;
61 </para>
[bd81e201]62 </listitem>
63 <listitem>
[09f0998]64 <para>
65 Estimated build time: &openjpeg2-time;
66 </para>
[bd81e201]67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">OpenJPEG Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="cmake"/>
75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
[47f4ae7]79 <xref linkend="git"/> (for tests),
[09f0998]80 <xref linkend="lcms2"/>,
81 <xref linkend="libpng"/>,
82 <xref linkend="libtiff"/>, and
83 <xref linkend="doxygen"/> (to build the API documentation)
[bd81e201]84 </para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of OpenJPEG</title>
90
[73bd2c4]91 <para>
92 Install <application>OpenJPEG</application> by running the
93 following commands:
94 </para>
95
[2263933]96<screen><userinput>mkdir -v build &amp;&amp;
[a06368b]97cd build &amp;&amp;
[059a1a5c]98
[5b23c1e]99cmake -DCMAKE_BUILD_TYPE=Release \
100 -DCMAKE_INSTALL_PREFIX=/usr \
101 -DBUILD_STATIC_LIBS=OFF .. &amp;&amp;
[bd81e201]102make</userinput></screen>
103
[09f0998]104 <para>
[47f4ae7]105 If you wish to run the tests, some additional files are required. Download
106 these files and run the tests using the following commands, but note that
107 8 tests are known to fail:
[09f0998]108 </para>
[bd81e201]109
[47f4ae7]110<screen><userinput remap="test">git clone https://github.com/uclouvain/openjpeg-data.git --depth 1 &amp;&amp;
111OPJ_DATA_ROOT=$PWD/openjpeg-data cmake -DBUILD_TESTING=ON .. &amp;&amp;
112make &amp;&amp;
113make test</userinput></screen>
114
[09f0998]115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
[bd81e201]118
119<screen role="root"><userinput>make install &amp;&amp;
[23e4a03]120cp -rv ../doc/man -T /usr/share/man</userinput></screen>
[bd81e201]121
122 </sect2>
[a06368b]123<!--
[bd81e201]124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
[09f0998]127 <para>
128 <option>-DBUILD_TESTING=ON</option>: This switch enables
129 building the test suite.
130 </para>
[bd81e201]131
[a06368b]132 </sect2>-->
[bd81e201]133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Libraries</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>opj_compress, opj_decompress, and opj_dump</seg>
144 <seg>libopenjp2.so</seg>
[243cb60]145 <seg>/usr/include/openjpeg-&openjpeg2-majmin-version; and /usr/lib/openjpeg-&openjpeg2-majmin-version;</seg>
[bd81e201]146 </seglistitem>
147 </segmentedlist>
148
149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
153
154 <varlistentry id="opj_compress">
155 <term><command>opj_compress</command></term>
156 <listitem>
[09f0998]157 <para>
[4c24eb0a]158 converts various image formats to the jpeg2000 format
[09f0998]159 </para>
[bd81e201]160 <indexterm zone="openjpeg2 opj_compress">
161 <primary sortas="b-opj_compress">opj_compress</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 <varlistentry id="opj_decompress">
167 <term><command>opj_decompress</command></term>
168 <listitem>
[09f0998]169 <para>
[4c24eb0a]170 converts jpeg2000 images to other image types
[09f0998]171 </para>
[bd81e201]172 <indexterm zone="openjpeg2 opj_decompress">
173 <primary sortas="b-opj_decompress">opj_decompress</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="opj_dump">
179 <term><command>opj_dump</command></term>
180 <listitem>
[09f0998]181 <para>
[4c24eb0a]182 reads in a jpeg2000 image and dumps the contents to stdout
[09f0998]183 </para>
[bd81e201]184 <indexterm zone="openjpeg2 opj_dump">
185 <primary sortas="b-opj_dump">opj_dump</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 </variablelist>
191
192 </sect2>
193
194</sect1>
Note: See TracBrowser for help on using the repository browser.