source: general/graphlib/libjpeg.xml@ 1039de3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 1039de3 was 1039de3, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #3

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

  • Property mode set to 100644
File size: 6.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libjpeg-download-http "http://www.ijg.org/files/jpegsrc.v&libjpeg-version;.tar.gz">
8 <!ENTITY libjpeg-download-ftp "ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v&libjpeg-version;.tar.gz">
9 <!ENTITY libjpeg-md5sum "dbd5f3b47ed13132f04c685d608a7547">
10 <!ENTITY libjpeg-size "599 KB">
11 <!ENTITY libjpeg-buildsize "4.6 MB">
12 <!ENTITY libjpeg-time "0.2 SBU">
13]>
14
15<sect1 id="libjpeg" xreflabel="libjpeg-&libjpeg-version;">
16 <?dbhtml filename="libjpeg.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">jpegsrc.v&libjpeg-version;.tar</keyword>
23 <keyword role="ftpdir">jpeg</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>libjpeg-&libjpeg-version;</title>
28
29 <indexterm zone="libjpeg">
30 <primary sortas="a-libjpeg">libjpeg</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to libjpeg</title>
35
36 <para>The <application>libjpeg</application> package contains libraries
37 that allow compression of image files based on the Joint Photographic Experts
38 Group standard. It is a "lossy" compression algorithm.</para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&libjpeg-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&libjpeg-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &libjpeg-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &libjpeg-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &libjpeg-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &libjpeg-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <para condition="html" role="usernotes">User Notes:
63 <ulink url="&blfs-wiki;/libjpeg"/></para>
64
65 </sect2>
66
67 <sect2 role="installation">
68 <title>Installation of libjpeg</title>
69
70 <para>Install <application>libjpeg</application> by running the following
71 commands:</para>
72
73<screen><userinput>./configure --prefix=/usr --enable-static --enable-shared &amp;&amp;
74make</userinput></screen>
75
76 <para>To test the results, issue: <command>make test</command>.</para>
77
78 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
79
80<screen role="root"><userinput>make install</userinput></screen>
81
82 </sect2>
83
84 <sect2 role="commands">
85 <title>Command Explanations</title>
86
87 <para><parameter>--enable-static --enable-shared</parameter>: These switches
88 tell <application>libjpeg</application> to build both shared and static
89 libraries.</para>
90
91 </sect2>
92
93 <sect2 role="configuration">
94 <title>Configuring libjpeg</title>
95
96 <sect3>
97 <title>Configuration Information</title>
98
99 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
100
101 </sect3>
102
103 </sect2>
104
105 <sect2 role="content">
106 <title>Contents</title>
107
108 <segmentedlist>
109 <segtitle>Installed Programs</segtitle>
110 <segtitle>Installed Library</segtitle>
111 <segtitle>Installed Directories</segtitle>
112
113 <seglistitem>
114 <seg>cjpeg, djpeg, jpegtran, rdjpgcom, and wrjpgcom</seg>
115 <seg>libjpeg.{so,a}</seg>
116 <seg>None</seg>
117 </seglistitem>
118 </segmentedlist>
119
120 <variablelist>
121 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
122 <?dbfo list-presentation="list"?>
123 <?dbhtml list-presentation="table"?>
124
125 <varlistentry id="cjpeg">
126 <term><command>cjpeg</command></term>
127 <listitem>
128 <para>compresses image files to produce a JPEG/JFIF file on the
129 standard output. Currently supported input file formats are: PPM
130 (PBMPLUS color format), PGM (PBMPLUS gray-scale format),
131 BMP, and Targa.</para>
132 <indexterm zone="libjpeg cjpeg">
133 <primary sortas="b-cjpeg">cjpeg</primary>
134 </indexterm>
135 </listitem>
136 </varlistentry>
137
138 <varlistentry id="djpeg">
139 <term><command>djpeg</command></term>
140 <listitem>
141 <para>decompresses image files from JPEG/JFIF format to either
142 PPM (PBMPLUS color format), PGM (PBMPLUS gray-scale format),
143 BMP, or Targa format.</para>
144 <indexterm zone="libjpeg djpeg">
145 <primary sortas="b-djpeg">djpeg</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry id="jpegtran">
151 <term><command>jpegtran</command></term>
152 <listitem>
153 <para>is used for lossless transformation of JPEG files.</para>
154 <indexterm zone="libjpeg jpegtran">
155 <primary sortas="b-jpegtran">jpegtran</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="rdjpgcom">
161 <term><command>rdjpgcom</command></term>
162 <listitem>
163 <para>displays text comments from within a JPEG file.</para>
164 <indexterm zone="libjpeg rdjpgcom">
165 <primary sortas="b-rdjpgcom">rdjpgcom</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="wrjpgcom">
171 <term><command>wrjpgcom</command></term>
172 <listitem>
173 <para>inserts text comments into a JPEG file.</para>
174 <indexterm zone="libjpeg wrjpgcom">
175 <primary sortas="b-wrjpgcom">wrjpgcom</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="libjpeg-lib">
181 <term><filename class='libraryfile'>libjpeg.{so,a}</filename></term>
182 <listitem>
183 <para>library is used by many programs for reading and writing
184 JPEG format files.</para>
185 <indexterm zone="libjpeg libjpeg-lib">
186 <primary sortas="c-libjpeg">libjpeg.{so,a}</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 </variablelist>
192
193 </sect2>
194
195</sect1>
Note: See TracBrowser for help on using the repository browser.