source: general/graphlib/openjpeg.xml@ 9918de77

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 9918de77 was 9918de77, checked in by Igor Živković <igor@…>, 9 years ago

simplify openjpeg download url

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

  • Property mode set to 100644
File size: 5.1 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">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">Optional</bridgehead>
71 <para role="optional">
72 <xref linkend="lcms2"/>,
73 <xref linkend="libpng"/>,
74 <xref linkend="libtiff"/> and
75 <xref linkend="doxygen"/> (to build the API documentation)
76 </para>
77
78 <para condition="html" role="usernotes">User Notes:
79 <ulink url="&blfs-wiki;/openjpeg"/></para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of OpenJPEG</title>
85
86<screen><userinput>autoreconf -f -i &amp;&amp;
87./configure --prefix=/usr --disable-static &amp;&amp;
88make</userinput></screen>
89
90 <para>This package does not come with a testsuite.</para>
91
92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
93
94<screen role="root"><userinput>make install</userinput></screen>
95
96 </sect2>
97
98 <sect2 role="commands">
99 <title>Command Explanations</title>
100
101 <para><option>--disable-static</option>: This prevents the
102 static library from being built.</para>
103
104 </sect2>
105
106 <!--
107 <sect2 role="configuration">
108 <title>Configuring OpenJPEG</title>
109
110 <sect3>
111 <title>Configuration Information</title>
112
113 </sect3>
114
115 </sect2>
116 -->
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>image_to_j2k, j2k_dump and j2k_to_image</seg>
128 <seg>libopenjpeg.so</seg>
129 <seg>/usr/include/openjpeg-1.5 and /usr/share/doc/openjpeg-1.5</seg>
130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <varlistentry id="image_to_j2k">
139 <term><command>image_to_j2k</command></term>
140 <listitem>
141 <para>converts various image formats to the jpeg2000 format.</para>
142 <indexterm zone="openjpeg image_to_j2k">
143 <primary sortas="b-image_to_j2k">image_to_j2k</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 <varlistentry id="j2k_dump">
149 <term><command>j2k_dump</command></term>
150 <listitem>
151 <para>reads in a jpeg2000 image and dumps the contents to stdout.</para>
152 <indexterm zone="openjpeg j2k_dump">
153 <primary sortas="b-j2k_dump">j2k_dump</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 <varlistentry id="j2k_to_image">
159 <term><command>j2k_to_image</command></term>
160 <listitem>
161 <para>converts jpeg2000 images to other image types.</para>
162 <indexterm zone="openjpeg j2k_to_image">
163 <primary sortas="b-j2k_to_image">j2k_to_image</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 </variablelist>
169
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.