source: general/graphlib/openjpeg.xml@ 09ae65ca

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 09ae65ca was 09ae65ca, checked in by Krejzi <krejzi@…>, 10 years ago

More checks and fixes.

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

  • Property mode set to 100644
File size: 4.7 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-repo;/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 <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 &lfs76_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">OpenJPEG Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Optional</bridgehead>
63 <para role="optional">
64 <xref linkend="lcms2"/>,
65 <xref linkend="libpng"/>,
66 <xref linkend="libtiff"/> and
67 <xref linkend="doxygen"/> (to build the API documentation)
68 </para>
69
70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/openjpeg"/></para>
72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of OpenJPEG</title>
77
78<screen><userinput>autoreconf -f -i &amp;&amp;
79./configure --prefix=/usr --disable-static &amp;&amp;
80make</userinput></screen>
81
82 <para>This package does not come with a testsuite.</para>
83
84 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
85
86<screen role="root"><userinput>make install</userinput></screen>
87
88 </sect2>
89
90 <sect2 role="commands">
91 <title>Command Explanations</title>
92
93 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
94 href="../../xincludes/static-libraries.xml"/>
95
96 </sect2>
97
98 <sect2 role="content">
99 <title>Contents</title>
100
101 <segmentedlist>
102 <segtitle>Installed Programs</segtitle>
103 <segtitle>Installed Libraries</segtitle>
104 <segtitle>Installed Directories</segtitle>
105
106 <seglistitem>
107 <seg>image_to_j2k, j2k_dump and j2k_to_image</seg>
108 <seg>libopenjpeg.so</seg>
109 <seg>/usr/include/openjpeg-1.5 and /usr/share/doc/openjpeg-1.5</seg>
110 </seglistitem>
111 </segmentedlist>
112
113 <variablelist>
114 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
115 <?dbfo list-presentation="list"?>
116 <?dbhtml list-presentation="table"?>
117
118 <varlistentry id="image_to_j2k">
119 <term><command>image_to_j2k</command></term>
120 <listitem>
121 <para>converts various image formats to the jpeg2000 format.</para>
122 <indexterm zone="openjpeg image_to_j2k">
123 <primary sortas="b-image_to_j2k">image_to_j2k</primary>
124 </indexterm>
125 </listitem>
126 </varlistentry>
127
128 <varlistentry id="j2k_dump">
129 <term><command>j2k_dump</command></term>
130 <listitem>
131 <para>reads in a jpeg2000 image and dumps the contents to stdout.</para>
132 <indexterm zone="openjpeg j2k_dump">
133 <primary sortas="b-j2k_dump">j2k_dump</primary>
134 </indexterm>
135 </listitem>
136 </varlistentry>
137
138 <varlistentry id="j2k_to_image">
139 <term><command>j2k_to_image</command></term>
140 <listitem>
141 <para>converts jpeg2000 images to other image types.</para>
142 <indexterm zone="openjpeg j2k_to_image">
143 <primary sortas="b-j2k_to_image">j2k_to_image</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 </variablelist>
149
150 </sect2>
151
152</sect1>
Note: See TracBrowser for help on using the repository browser.