source: general/graphlib/openjpeg.xml@ 9ef15dba

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 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 9ef15dba was 9ef15dba, checked in by Randy McMurchy <randy@…>, 11 years ago

Re-enabled pkgconfig dependencies

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11004 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • 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 "http://openjpeg.googlecode.com/files/openjpeg-&openjpeg-version;.tar.gz">
8 <!ENTITY openjpeg-download-ftp " ">
9 <!ENTITY openjpeg-md5sum "b5f74cec2688fb918331bb014061be6f">
10 <!ENTITY openjpeg-size "2.0 MB">
11 <!ENTITY openjpeg-buildsize "17 MB">
12 <!ENTITY openjpeg-time "0.1 SBU">
13]>
14
15<sect1 id="openjpeg" xreflabel="OpenJPEG-&openjpeg-version;">
16 <?dbhtml filename="openjpeg.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>OpenJPEG-&openjpeg-version;</title>
24
25 <indexterm zone="openjpeg">
26 <primary sortas="a-openjpeg">OpenJPEG</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to OpenJPEG</title>
31
32 <para><application>OpenJPEG</application> is an open-source implementation
33 of the JPEG-2000 standard. OpenJPEG fully respects the JPEG-2000 specifications
34 and can compress/decompress lossless 16-bit images.</para>
35
36 &lfs72_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&openjpeg-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&openjpeg-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &openjpeg-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &openjpeg-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &openjpeg-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &openjpeg-time;</para>
57 </listitem>
58 </itemizedlist>
59<!--
60 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
61 <itemizedlist spacing="compact">
62 <listitem>
63 <para>Required patch: <ulink
64 url="&patch-root;/openjpeg-&openjpeg-version;-security_fixes-1.patch"/></para>
65 </listitem>
66 </itemizedlist>
67-->
68 <bridgehead renderas="sect3">OpenJPEG Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Recommended</bridgehead>
71 <para role="recommended">
72 <xref linkend="pkgconfig"/>
73 </para>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional">
77 <xref linkend="lcms2"/>,
78 <xref linkend="libpng"/>,
79 <xref linkend="libtiff"/> and
80 <xref linkend="doxygen"/> (to build the API documentation)
81 </para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/openjpeg"/></para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of OpenJPEG</title>
90
91<screen><userinput>./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 <para><option>--disable-static</option>: This prevents the
106 static library from being built.</para>
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.