source: general/graphlib/openjpeg.xml@ 7715803

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7715803 was 7715803, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

totem-3.12.1, libtasn1-3.5, iso-codes-3.53, openjpeg-1.5.2, mercurial-3.0, whois_5.1.2, xterm-304, rxvt-unicode-9.20, screen-4.2.1, serf-1.3.5 and libdrm-2.4.54. Fixes to colord-1.2.0 and ConsoleKit-0.4.6.

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