source: general/graphlib/openjpeg2.xml@ 45ab6c7

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 5.7 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 <!-- TODO : when upgrading, consider changing or reinstating the
8 sed in gst10-plugins-bad so that the new headers will be found -->
9 <!ENTITY openjpeg2-download-http "https://github.com/uclouvain/openjpeg/archive/v&openjpeg2-version;/openjpeg-&openjpeg2-version;.tar.gz">
10 <!ENTITY openjpeg2-download-ftp " ">
11 <!ENTITY openjpeg2-md5sum "4d388298335947367e91f1d100468af1">
12 <!ENTITY openjpeg2-size "2.1 MB">
13 <!ENTITY openjpeg2-buildsize "16 MB">
14 <!ENTITY openjpeg2-time "0.2 SBU">
15]>
16
17<sect1 id="openjpeg2" xreflabel="OpenJPEG-&openjpeg2-version;">
18 <?dbhtml filename="openjpeg2.html"?>
19
20 <sect1info>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>OpenJPEG-&openjpeg2-version;</title>
25
26 <indexterm zone="openjpeg2">
27 <primary sortas="a-openjpeg2">OpenJPEG</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to OpenJPEG</title>
32
33 <para>
34 <application>OpenJPEG</application> is an open-source implementation of
35 the JPEG-2000 standard. OpenJPEG fully respects the JPEG-2000
36 specifications and can compress/decompress lossless 16-bit images.
37 </para>
38
39 &lfs101_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&openjpeg2-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&openjpeg2-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &openjpeg2-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &openjpeg2-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &openjpeg2-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &openjpeg2-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">OpenJPEG Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="cmake"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="lcms2"/>,
85 <xref linkend="libpng"/>,
86 <xref linkend="libtiff"/>, and
87 <xref linkend="doxygen"/> (to build the API documentation)
88 </para>
89
90 <para condition="html" role="usernotes">User Notes:
91 <ulink url="&blfs-wiki;/openjpeg2"/></para>
92
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of OpenJPEG</title>
97
98 <para>
99 Install <application>OpenJPEG</application> by running the
100 following commands:
101 </para>
102
103<screen><userinput>mkdir -v build &amp;&amp;
104cd build &amp;&amp;
105
106cmake -DCMAKE_BUILD_TYPE=Release \
107 -DCMAKE_INSTALL_PREFIX=/usr \
108 -DBUILD_STATIC_LIBS=OFF .. &amp;&amp;
109make</userinput></screen>
110
111<!-- Thread discussing the tests, fixing instructions,
112 but obtaining poor results:
113 http://lists.linuxfromscratch.org/pipermail/blfs-dev/2015-April/030035.html
114-->
115 <para>
116 This package does not come with a working test suite.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install &amp;&amp;
124
125pushd ../doc &amp;&amp;
126 for man in man/man?/* ; do
127 install -v -D -m 644 $man /usr/share/$man
128 done
129popd</userinput></screen>
130
131 </sect2>
132<!--
133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
136 <para>
137 <option>-DBUILD_TESTING=ON</option>: This switch enables
138 building the test suite.
139 </para>
140
141 </sect2>-->
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Programs</segtitle>
148 <segtitle>Installed Libraries</segtitle>
149 <segtitle>Installed Directories</segtitle>
150
151 <seglistitem>
152 <seg>opj_compress, opj_decompress, and opj_dump</seg>
153 <seg>libopenjp2.so</seg>
154 <seg>/usr/include/openjpeg-2.4 and /usr/lib/openjpeg-2.4</seg>
155 </seglistitem>
156 </segmentedlist>
157
158 <variablelist>
159 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="opj_compress">
164 <term><command>opj_compress</command></term>
165 <listitem>
166 <para>
167 converts various image formats to the jpeg2000 format
168 </para>
169 <indexterm zone="openjpeg2 opj_compress">
170 <primary sortas="b-opj_compress">opj_compress</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="opj_decompress">
176 <term><command>opj_decompress</command></term>
177 <listitem>
178 <para>
179 converts jpeg2000 images to other image types
180 </para>
181 <indexterm zone="openjpeg2 opj_decompress">
182 <primary sortas="b-opj_decompress">opj_decompress</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="opj_dump">
188 <term><command>opj_dump</command></term>
189 <listitem>
190 <para>
191 reads in a jpeg2000 image and dumps the contents to stdout
192 </para>
193 <indexterm zone="openjpeg2 opj_dump">
194 <primary sortas="b-opj_dump">opj_dump</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 </variablelist>
200
201 </sect2>
202
203</sect1>
Note: See TracBrowser for help on using the repository browser.