source: general/graphlib/libjpeg.xml@ 551b9389

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 551b9389 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

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