source: archive/openjpeg.xml@ acb648f

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 acb648f 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.2 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 openjpeg-download-http "&sourceforge-dl;/openjpeg.mirror/openjpeg-&openjpeg-version;.tar.gz">
8 <!ENTITY openjpeg-download-ftp " ">
9 <!ENTITY openjpeg-md5sum "c41772c30fb1c272358b3707233134a1">
10 <!ENTITY openjpeg-size "1.4 MB">
11 <!ENTITY openjpeg-buildsize "16 MB">
12 <!ENTITY openjpeg-time "0.2 SBU">
13]>
14
15<sect1 id="openjpeg" xreflabel="OpenJPEG-&openjpeg-version;">
16 <?dbhtml filename="openjpeg.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>OpenJPEG-&openjpeg-version;</title>
23
24 <indexterm zone="openjpeg">
25 <primary sortas="a-openjpeg">OpenJPEG</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to OpenJPEG</title>
30
31 <para><application>OpenJPEG</application> is an open-source implementation
32 of the JPEG-2000 standard. OpenJPEG fully respects the JPEG-2000 specifications
33 and can compress/decompress lossless 16-bit images.</para>
34
35 &lfs82_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&openjpeg-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&openjpeg-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &openjpeg-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &openjpeg-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &openjpeg-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &openjpeg-time;</para>
56 </listitem>
57 </itemizedlist>
58<!--
59 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
60 <itemizedlist spacing="compact">
61 <listitem>
62 <para>Required patch: <ulink
63 url="&patch-root;/openjpeg-&openjpeg-version;-security_fixes-1.patch"/></para>
64 </listitem>
65 </itemizedlist>
66-->
67 <bridgehead renderas="sect3">OpenJPEG Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Optional</bridgehead>
70 <para role="optional">
71 <xref linkend="lcms2"/>,
72 <xref linkend="libpng"/>,
73 <xref linkend="libtiff"/> and
74 <xref linkend="doxygen"/> (to build the API documentation)
75 </para>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/openjpeg"/></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of OpenJPEG</title>
84
85 <para>
86 Install <application>OpenJPEG</application> by running the
87 following commands:
88 </para>
89
90<screen><userinput>autoreconf -f -i &amp;&amp;
91./configure --prefix=/usr --disable-static &amp;&amp;
92make</userinput></screen>
93
94 <para>This package does not come with a testsuite.</para>
95
96 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
97
98<screen role="root"><userinput>make install</userinput></screen>
99
100 </sect2>
101
102 <sect2 role="commands">
103 <title>Command Explanations</title>
104
105 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
106 href="../../xincludes/static-libraries.xml"/>
107
108 </sect2>
109
110 <!--
111 <sect2 role="configuration">
112 <title>Configuring OpenJPEG</title>
113
114 <sect3>
115 <title>Configuration Information</title>
116
117 </sect3>
118
119 </sect2>
120 -->
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Programs</segtitle>
127 <segtitle>Installed Libraries</segtitle>
128 <segtitle>Installed Directories</segtitle>
129
130 <seglistitem>
131 <seg>image_to_j2k, j2k_dump and j2k_to_image</seg>
132 <seg>libopenjpeg.so</seg>
133 <seg>/usr/include/openjpeg-1.5 and /usr/share/doc/openjpeg-1.5</seg>
134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="image_to_j2k">
143 <term><command>image_to_j2k</command></term>
144 <listitem>
145 <para>converts various image formats to the jpeg2000 format.</para>
146 <indexterm zone="openjpeg image_to_j2k">
147 <primary sortas="b-image_to_j2k">image_to_j2k</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 <varlistentry id="j2k_dump">
153 <term><command>j2k_dump</command></term>
154 <listitem>
155 <para>reads in a jpeg2000 image and dumps the contents to stdout.</para>
156 <indexterm zone="openjpeg j2k_dump">
157 <primary sortas="b-j2k_dump">j2k_dump</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 <varlistentry id="j2k_to_image">
163 <term><command>j2k_to_image</command></term>
164 <listitem>
165 <para>converts jpeg2000 images to other image types.</para>
166 <indexterm zone="openjpeg j2k_to_image">
167 <primary sortas="b-j2k_to_image">j2k_to_image</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 </variablelist>
173
174 </sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.