mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
tiff-4.0.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9470 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
4d407682c5
commit
352f326bb5
@ -246,7 +246,7 @@ $Date$
|
||||
<!-- Chapter 9 -->
|
||||
<!ENTITY libjpeg-version "8c">
|
||||
<!ENTITY libpng-version "1.5.9">
|
||||
<!ENTITY libtiff-version "4.0.0">
|
||||
<!ENTITY libtiff-version "4.0.1">
|
||||
<!ENTITY giflib-version "4.1.6">
|
||||
<!ENTITY lcms-version "1.19">
|
||||
<!ENTITY lcms2-version "2.3">
|
||||
|
@ -4,9 +4,11 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY libtiff-download-http "http://download.osgeo.org/libtiff/tiff-&libtiff-version;.tar.gz">
|
||||
<!ENTITY libtiff-download-ftp "ftp://ftp.remotesensing.org/libtiff/tiff-&libtiff-version;.tar.gz">
|
||||
<!ENTITY libtiff-md5sum "456ad12e7c492b275a0d047f2ba89904">
|
||||
<!ENTITY libtiff-download-http
|
||||
"http://download.osgeo.org/libtiff/tiff-&libtiff-version;.tar.gz">
|
||||
<!ENTITY libtiff-download-ftp
|
||||
"ftp://ftp.remotesensing.org/libtiff/tiff-&libtiff-version;.tar.gz">
|
||||
<!ENTITY libtiff-md5sum "fae149cc9da35c598d8be897826dfc63">
|
||||
<!ENTITY libtiff-size "1.9 MB">
|
||||
<!ENTITY libtiff-buildsize "31 MB">
|
||||
<!ENTITY libtiff-time "0.4 SBU">
|
||||
@ -58,14 +60,6 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Required patch: <ulink
|
||||
url="&patch-root;/tiff-&libtiff-version;-fixes-2.patch"/></para>
|
||||
</listitem>
|
||||
</itemizedlist> -->
|
||||
|
||||
<bridgehead renderas="sect3">LibTIFF Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
@ -74,14 +68,8 @@
|
||||
<xref linkend="freeglut"/>, and
|
||||
<ulink url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/">JBIG-KIT</ulink></para>
|
||||
|
||||
<!-- <para>Note that if you installed the optional MesaGLUT package with the
|
||||
<xref linkend="mesalib"/> package during an <application>Xorg7</application>
|
||||
installation, a GLUT library is already installed and you don't need
|
||||
<application>freeglut</application>.</para> -->
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/libtiff"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
@ -90,15 +78,15 @@
|
||||
<para>Install <application>LibTIFF</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
<screen><userinput>./configure --prefix=/usr --disable-static &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
<para>Now, as the <systemitem class="username">root</systemitem>
|
||||
user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
@ -106,7 +94,6 @@ make</userinput></screen>
|
||||
|
||||
<para><option>--disable-static</option>: This switch prevents the
|
||||
static library from being built.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
@ -120,9 +107,9 @@ make</userinput></screen>
|
||||
<seglistitem>
|
||||
<seg>bmp2tiff, fax2ps, fax2tiff, gif2tiff, pal2rgb, ppm2tiff, ras2tiff,
|
||||
raw2tiff, rgb2ycbcr, thumbnail, tiff2bw, tiff2pdf, tiff2ps, tiff2rgba,
|
||||
tiffcmp, tiffcp, tiffdither, tiffdump, tiffgt, tiffinfo, tiffmedian, tiffset,
|
||||
and tiffsplit</seg>
|
||||
<seg>libtiff.{so,a} and libtiffxx.{so,a}</seg>
|
||||
tiffcmp, tiffcp, tiffcrop, tiffdither, tiffdump, tiffinfo, tiffmedian,
|
||||
tiffset, and tiffsplit</seg>
|
||||
<seg>libtiff.so and libtiffxx.so</seg>
|
||||
<seg>/usr/share/doc/tiff-&libtiff-version;</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
@ -176,7 +163,8 @@ make</userinput></screen>
|
||||
<varlistentry id="pal2rgb">
|
||||
<term><command>pal2rgb</command></term>
|
||||
<listitem>
|
||||
<para>converts a palette color TIFF image to a full color image.</para>
|
||||
<para>converts a palette color TIFF image to a full color
|
||||
image.</para>
|
||||
<indexterm zone="libtiff pal2rgb">
|
||||
<primary sortas="b-pal2rgb">pal2rgb</primary>
|
||||
</indexterm>
|
||||
@ -294,6 +282,17 @@ make</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="tiffcrop">
|
||||
<term><command>tiffcrop</command></term>
|
||||
<listitem>
|
||||
<para> selects, copies, crops, converts, extracts, and/or processes
|
||||
one or more TIFF files. .</para>
|
||||
<indexterm zone="libtiff tiffcrop">
|
||||
<primary sortas="b-tiffcrop">tiffcrop</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="tiffdither">
|
||||
<term><command>tiffdither</command></term>
|
||||
<listitem>
|
||||
@ -314,17 +313,6 @@ make</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="tiffgt">
|
||||
<term><command>tiffgt</command></term>
|
||||
<listitem>
|
||||
<para>displays an image stored in a TIFF file in
|
||||
an <application>X</application> window.</para>
|
||||
<indexterm zone="libtiff tiffgt">
|
||||
<primary sortas="b-tiffgt">tiffgt</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="tiffinfo">
|
||||
<term><command>tiffinfo</command></term>
|
||||
<listitem>
|
||||
@ -366,30 +354,27 @@ make</userinput></screen>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libtiff-lib">
|
||||
<term><filename class='libraryfile'>libtiff.{so,a}</filename></term>
|
||||
<term><filename class='libraryfile'>libtiff.so</filename></term>
|
||||
<listitem>
|
||||
<para>contains the API functions used by the
|
||||
<application>libtiff</application> programs as well as other
|
||||
programs to read and write TIFF files.</para>
|
||||
<indexterm zone="libtiff libtiff-lib">
|
||||
<primary sortas="c-libtiff">libtiff.{so,a}</primary>
|
||||
<primary sortas="c-libtiff">libtiff.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libtiffxx">
|
||||
<term><filename class='libraryfile'>libtiffxx.{so,a}</filename></term>
|
||||
<term><filename class='libraryfile'>libtiffxx.so</filename></term>
|
||||
<listitem>
|
||||
<para>contains the C++ API functions used
|
||||
by programs to read and write TIFF files.</para>
|
||||
<indexterm zone="libtiff libtiffxx">
|
||||
<primary sortas="c-libtiffxx">libtiffxx.{so,a}</primary>
|
||||
<primary sortas="c-libtiffxx">libtiffxx.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
@ -56,6 +56,9 @@
|
||||
<listitem>
|
||||
<para>[abenton] - libpng 1.5.9.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[abenton] - libtiff 4.0.1.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user