Changeset e16d90ee


Ignore:
Timestamp:
10/20/2004 05:50:31 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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
Children:
b8214dc6
Parents:
01d5424
Message:

Updated to libtiff-3.7.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r01d5424 re16d90ee  
    1 <!ENTITY day          "19">
     1<!ENTITY day          "20">
    22<!ENTITY month        "10">
    33<!ENTITY year         "2004">
     
    8282<!ENTITY libjpeg-version              "6b">
    8383<!ENTITY libpng-version               "1.2.7">
    84 <!ENTITY libtiff-version              "3.6.1">
     84<!ENTITY libtiff-version              "3.7.0">
    8585<!ENTITY libungif-version             "4.1.0b1">
    8686<!ENTITY libmng-version               "1.0.8">
  • general/graphlib/libtiff.xml

    r01d5424 re16d90ee  
    55  %general-entities;
    66
    7 <!ENTITY libtiff-download-http "http://libtiff.maptools.org/dl/tiff-v&libtiff-version;.tar.gz">
    8 <!ENTITY libtiff-download-ftp " ">
    9 <!ENTITY libtiff-size "1.1 MB">
    10 <!ENTITY libtiff-buildsize "11 MB">
    11 <!ENTITY libtiff-time "0.16 SBU">
    12 
     7<!ENTITY libtiff-download-http "http://libtiff.maptools.org/dl/tiff-&libtiff-version;.tar.gz">
     8<!ENTITY libtiff-download-ftp "ftp://ftp.remotesensing.org/pub/libtiff/tiff-&libtiff-version;.tar.gz">
     9<!ENTITY libtiff-size "1.2 MB">
     10<!ENTITY libtiff-buildsize "15.6 MB">
     11<!ENTITY libtiff-time "0.41 SBU">
    1312]>
    1413
     
    2423<title>Introduction to <application>libtiff</application></title>
    2524
    26 <para>The <application>libtiff</application> package contains the tiff libraries and associated
    27 utilities.  The libraries are used by many programs for reading and
    28 writing tiff files and the utilities are useful for general work with
    29 tiff files.</para>
     25<para>The <application>libtiff</application> package contains the
     26<acronym>TIFF</acronym> libraries and associated utilities. The libraries are
     27used by many programs for reading and writing <acronym>TIFF</acronym> files
     28and the utilities are useful for general work with
     29<acronym>TIFF</acronym> files.</para>
    3030
    3131<sect3><title>Package information</title>
     
    3939
    4040<sect3><title>Additional downloads</title>
    41 <itemizedlist spacing="compact">
     41<!-- <itemizedlist spacing="compact">
    4242<listitem><para>LZW compression support: <ulink
    4343url="ftp://ftp.remotesensing.org/libtiff/libtiff-lzw-compression-kit-1.5.tar.gz"/></para></listitem>
    44 </itemizedlist></sect3>
     44</itemizedlist></sect3> -->
     45
     46<itemizedlist spacing="compact">
     47<listitem><para>Required Patch: <ulink
     48url="&patch-root;/libtiff-&libtiff-version;-libtool_fix-1.patch"/></para>
     49</listitem>
     50</itemizedlist>
     51</sect3>
    4552
    4653<sect3><title><application>libtiff</application> dependencies</title>
    4754<sect4><title>Optional</title>
    48 <para><xref linkend="libjpeg"/>
    49 </para></sect4>
     55<para><xref linkend="libjpeg"/>,
     56X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and <ulink
     57url="http://www.opengl.org/resources/libraries/glut/glut_downloads.html">GLUT</ulink>
     58</para>
     59</sect4>
    5060</sect3>
    5161
     
    5565<title>Installation of <application>libtiff</application></title>
    5666
    57 <para>If you wish to allow the creation of compressed
     67<!-- <para>If you wish to allow the creation of compressed
    5868<acronym>TIFF</acronym> images, download the <acronym>LZW</acronym>
    5969Compression Kit and copy the provided <filename>tif_lzw.c</filename>
    6070file to the <filename class="directory">libtiff</filename> subdirectory
    61 of the <application>libtiff</application> source tree.</para>
    62 
    63 <para>Install <application>libtiff</application> by running the following commands:</para>
    64 
    65 <screen><userinput><command>./configure --prefix=/usr --noninteractive \
    66     --with-DIR_MAN=/usr/share/man \
    67     --with-ZIP=yes --with-DIR_GZLIB=/usr/lib &amp;&amp;
     71of the <application>libtiff</application> source tree.</para> -->
     72
     73<para>Install <application>libtiff</application> by running the following
     74commands:</para>
     75
     76<screen><userinput><command>patch -Np1 -i ../libtiff-&libtiff-version;-libtool_fix-1.patch &amp;&amp;
     77./configure --prefix=/usr --disable-jpeg &amp;&amp;
    6878make &amp;&amp;
    6979make install</command></userinput></screen>
     
    7484<title>Command explanations</title>
    7585
    76 <para><option>--noninteractive</option>: This switch is used to
     86<!-- <para><option>-noninteractive</option>: This switch is used to
    7787avoid the configuration routine asking for confirmation of the
    7888installation directories (which is passed to
    7989<command>configure</command>).</para>
    8090
    81 <para><parameter>--with-DIR_MAN=/usr/share/man</parameter>: This is used
    82 because even though <parameter>--prefix=/usr</parameter> is specified, the
     91<para><parameter>-with-DIR_MAN=/usr/share/man</parameter>: This is used
     92because even though <parameter>-prefix=/usr</parameter> is specified, the
    8393<command>configure</command> routine tries to install the man pages in
    8494<filename class="directory">/usr/local/man</filename> instead of the correct
    8595place.</para>
    8696
    87 <para><parameter>--with-ZIP=yes --with-DIR_GZLIB=/usr/lib</parameter>: This
     97<para><parameter>-with-ZIP=yes -with-DIR_GZLIB=/usr/lib</parameter>: This
    8898enables support for the handling of <acronym>TIFF</acronym> images with
    8999deflate-encoded data.</para>
    90100
    91 <para><option>--with-JPEG=yes --with-DIR_JPEGLIB=/usr/lib</option>: Use
     101<para><option>-with-JPEG=yes -with-DIR_JPEGLIB=/usr/lib</option>: Use
    92102these switches to enable support for the handling of <acronym>TIFF</acronym>
    93 images with <acronym>JPEG</acronym>-encoded data.</para>
    94 
    95 </sect2>
    96 
    97 <sect2>
     103images with <acronym>JPEG</acronym>-encoded data.</para> -->
     104
     105<para><parameter>--disable-jpeg</parameter>: Remove this parameter to enable
     106support for handling <acronym>TIFF</acronym> images with
     107<acronym>JPEG</acronym>-encoded data.</para>
     108
     109</sect2>
     110
     111<!-- <sect2>
    98112<title>Configuring <application>libtiff</application></title>
    99113
     
    104118</sect3>
    105119
    106 </sect2>
     120</sect2> -->
    107121
    108122<sect2>
    109123<title>Contents</title>
    110124
    111 <para>The libtiff package contains
     125<para>The <application>libtiff</application> package contains
     126<command>bmp2tiff</command>,
    112127<command>fax2ps</command>,
    113128<command>fax2tiff</command>,
     
    127142<command>tiffdither</command>,
    128143<command>tiffdump</command>,
     144<command>tiffgt</command>,
    129145<command>tiffinfo</command>,
    130146<command>tiffmedian</command>,
     
    137153<sect2><title>Description</title>
    138154
     155<sect3><title>bmp2tiff</title>
     156<para><command>bmp2tiff</command> converts a Microsoft Windows Device
     157Independent Bitmap image file to a <acronym>TIFF</acronym> image.</para></sect3>
     158
    139159<sect3><title>fax2ps</title>
    140160<para><command>fac2ps</command> converts a <acronym>TIFF</acronym>
     
    207227<acronym>TIFF</acronym> files.</para></sect3>
    208228
     229<sect3><title>tiffgt</title>
     230<para><command>tiffgt</command> displays an image stored in a
     231<acronym>TIFF</acronym> file in an <application>X</application>
     232window.</para></sect3>
     233
    209234<sect3><title>tiffinfo</title>
    210235<para><command>tiffinfo</command> prints information about
     
    220245files.</para></sect3>
    221246
    222 <sect3><title>tiff libraries</title>
    223 <para>The tiff libraries are used by many programs to read and write
    224 tiff files.</para></sect3>
     247<sect3><title>libtiff libraries</title>
     248<para>The libtiff libraries are used by many programs to read and write
     249<acronym>TIFF</acronym> files.</para></sect3>
    225250
    226251</sect2>
  • introduction/welcome/changelog.xml

    r01d5424 re16d90ee  
    2222
    2323<itemizedlist>
     24
     25<listitem><para>October 20th, 2004 [randy]: Updated to
     26libtiff-3.7.0.</para></listitem>
    2427
    2528<listitem><para>October 19th, 2004 [igor]: Updated to
Note: See TracChangeset for help on using the changeset viewer.