source: general/graphlib/openjpeg2.xml@ bd81e201

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 bd81e201 was bd81e201, checked in by Igor Živković <igor@…>, 9 years ago

add openjpeg-2.1.0

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

  • Property mode set to 100644
File size: 5.0 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;/openjpeg2.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><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 &lfs76_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&openjpeg2-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&openjpeg2-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &openjpeg2-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &openjpeg2-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &openjpeg2-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &openjpeg2-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">OpenJPEG Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required">
64 <xref linkend="cmake"/>
65 </para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para role="optional">
69 <xref linkend="lcms2"/>,
70 <xref linkend="libpng"/>,
71 <xref linkend="libtiff"/>, and
72 <xref linkend="doxygen"/> (to build the API documentation)
73 </para>
74
75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/openjpeg2"/></para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of OpenJPEG</title>
82
83<screen><userinput>mkdir build &amp;&amp;
84cd build &amp;&amp;
85cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
86make</userinput></screen>
87
88 <para>If you have built the test suite and wish to run it, issue:
89 <command>make test</command>.</para>
90
91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
92
93<screen role="root"><userinput>make install &amp;&amp;
94cd ../doc &amp;&amp;
95for man in man/man?/* ; do
96 install -v -D -m 644 $man /usr/share/$man
97done</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
104 <para><option>-DBUILD_TESTING=ON</option>: This switch enables
105 building the test suite.</para>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>opj_compress, opj_decompress, and opj_dump</seg>
119 <seg>libopenjp2.so</seg>
120 <seg>/usr/include/openjpeg-2.1 and /usr/lib/openjpeg-2.1</seg>
121 </seglistitem>
122 </segmentedlist>
123
124 <variablelist>
125 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
126 <?dbfo list-presentation="list"?>
127 <?dbhtml list-presentation="table"?>
128
129 <varlistentry id="opj_compress">
130 <term><command>opj_compress</command></term>
131 <listitem>
132 <para>converts various image formats to the jpeg2000 format.</para>
133 <indexterm zone="openjpeg2 opj_compress">
134 <primary sortas="b-opj_compress">opj_compress</primary>
135 </indexterm>
136 </listitem>
137 </varlistentry>
138
139 <varlistentry id="opj_decompress">
140 <term><command>opj_decompress</command></term>
141 <listitem>
142 <para>converts jpeg2000 images to other image types.</para>
143 <indexterm zone="openjpeg2 opj_decompress">
144 <primary sortas="b-opj_decompress">opj_decompress</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148
149 <varlistentry id="opj_dump">
150 <term><command>opj_dump</command></term>
151 <listitem>
152 <para>reads in a jpeg2000 image and dumps the contents to stdout.</para>
153 <indexterm zone="openjpeg2 opj_dump">
154 <primary sortas="b-opj_dump">opj_dump</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 </variablelist>
160
161 </sect2>
162
163</sect1>
Note: See TracBrowser for help on using the repository browser.