source: general/graphlib/openjpeg2.xml@ ac38e9dc

systemd-13485
Last change on this file since ac38e9dc was ac38e9dc, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.3 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 openjpeg2-download-http "&sourceforge-repo;/openjpeg.mirror/openjpeg-&openjpeg2-version;.tar.gz">
8 <!ENTITY openjpeg2-download-ftp " ">
9 <!ENTITY openjpeg2-md5sum "f6419fcc233df84f9a81eb36633c6db6">
10 <!ENTITY openjpeg2-size "1.7 MB">
11 <!ENTITY openjpeg2-buildsize "13 MB">
12 <!ENTITY openjpeg2-time "0.1 SBU">
13]>
14
15<sect1 id="openjpeg2" xreflabel="OpenJPEG-&openjpeg2-version;">
16 <?dbhtml filename="openjpeg2.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>OpenJPEG-&openjpeg2-version;</title>
24
25 <indexterm zone="openjpeg2">
26 <primary sortas="a-openjpeg2">OpenJPEG</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to OpenJPEG</title>
31
32 <para>
33 <application>OpenJPEG</application> is an open-source implementation
34 of the JPEG-2000 standard. OpenJPEG fully respects the JPEG-2000
35 specifications and can compress/decompress lossless 16-bit images.
36 </para>
37
38 &lfs77_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&openjpeg2-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&openjpeg2-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &openjpeg2-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &openjpeg2-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &openjpeg2-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &openjpeg2-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">OpenJPEG Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="cmake"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="doxygen"/> (to build the API documentation),
84 <xref linkend="lcms2"/>,
85 <xref linkend="libpng"/> and
86 <xref linkend="libtiff"/>
87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/openjpeg2"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of OpenJPEG</title>
96
97 <para>
98 Install <application>OpenJPEG</application> by running the
99 following commands:
100 </para>
101
102<screen><userinput>mkdir build &amp;&amp;
103cd build &amp;&amp;
104
105cmake -DCMAKE_INSTALL_PREFIX=/usr \
106 -DCMAKE_BUILD_TYPE=Release \
107 .. &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 This package does not have a working testsuite.
112 </para>
113
114 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
115
116<screen role="root"><userinput>make install &amp;&amp;
117
118pushd ../doc &amp;&amp;
119for man in man/man?/*
120do
121 install -v -Dm644 $man /usr/share/$man
122done &amp;&amp;
123popd</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>
137 opj_compress, opj_decompress and opj_dump
138 </seg>
139 <seg>
140 libopenjp2.so
141 </seg>
142 <seg>
143 /usr/include/openjpeg-2.1 and
144 /usr/lib/openjpeg-2.1
145 </seg>
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>
157 <para>
158 converts various image formats to the JPEG-2000 format.
159 </para>
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>
169 <para>
170 converts JPEG-2000 images to other image types.
171 </para>
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>
181 <para>
182 reads in a JPEG-2000 image and dumps the contents to stdout.
183 </para>
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.