Changeset e16d90ee
- Timestamp:
- 10/20/2004 05:50:31 AM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b8214dc6
- Parents:
- 01d5424
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r01d5424 re16d90ee 1 <!ENTITY day " 19">1 <!ENTITY day "20"> 2 2 <!ENTITY month "10"> 3 3 <!ENTITY year "2004"> … … 82 82 <!ENTITY libjpeg-version "6b"> 83 83 <!ENTITY libpng-version "1.2.7"> 84 <!ENTITY libtiff-version "3. 6.1">84 <!ENTITY libtiff-version "3.7.0"> 85 85 <!ENTITY libungif-version "4.1.0b1"> 86 86 <!ENTITY libmng-version "1.0.8"> -
general/graphlib/libtiff.xml
r01d5424 re16d90ee 5 5 %general-entities; 6 6 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"> 13 12 ]> 14 13 … … 24 23 <title>Introduction to <application>libtiff</application></title> 25 24 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 27 used by many programs for reading and writing <acronym>TIFF</acronym> files 28 and the utilities are useful for general work with 29 <acronym>TIFF</acronym> files.</para> 30 30 31 31 <sect3><title>Package information</title> … … 39 39 40 40 <sect3><title>Additional downloads</title> 41 < itemizedlist spacing="compact">41 <!-- <itemizedlist spacing="compact"> 42 42 <listitem><para>LZW compression support: <ulink 43 43 url="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 48 url="&patch-root;/libtiff-&libtiff-version;-libtool_fix-1.patch"/></para> 49 </listitem> 50 </itemizedlist> 51 </sect3> 45 52 46 53 <sect3><title><application>libtiff</application> dependencies</title> 47 54 <sect4><title>Optional</title> 48 <para><xref linkend="libjpeg"/> 49 </para></sect4> 55 <para><xref linkend="libjpeg"/>, 56 X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and <ulink 57 url="http://www.opengl.org/resources/libraries/glut/glut_downloads.html">GLUT</ulink> 58 </para> 59 </sect4> 50 60 </sect3> 51 61 … … 55 65 <title>Installation of <application>libtiff</application></title> 56 66 57 < para>If you wish to allow the creation of compressed67 <!-- <para>If you wish to allow the creation of compressed 58 68 <acronym>TIFF</acronym> images, download the <acronym>LZW</acronym> 59 69 Compression Kit and copy the provided <filename>tif_lzw.c</filename> 60 70 file 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&&71 of the <application>libtiff</application> source tree.</para> --> 72 73 <para>Install <application>libtiff</application> by running the following 74 commands:</para> 75 76 <screen><userinput><command>patch -Np1 -i ../libtiff-&libtiff-version;-libtool_fix-1.patch && 77 ./configure --prefix=/usr --disable-jpeg && 68 78 make && 69 79 make install</command></userinput></screen> … … 74 84 <title>Command explanations</title> 75 85 76 < para><option>--noninteractive</option>: This switch is used to86 <!-- <para><option>-noninteractive</option>: This switch is used to 77 87 avoid the configuration routine asking for confirmation of the 78 88 installation directories (which is passed to 79 89 <command>configure</command>).</para> 80 90 81 <para><parameter>- -with-DIR_MAN=/usr/share/man</parameter>: This is used82 because even though <parameter>- -prefix=/usr</parameter> is specified, the91 <para><parameter>-with-DIR_MAN=/usr/share/man</parameter>: This is used 92 because even though <parameter>-prefix=/usr</parameter> is specified, the 83 93 <command>configure</command> routine tries to install the man pages in 84 94 <filename class="directory">/usr/local/man</filename> instead of the correct 85 95 place.</para> 86 96 87 <para><parameter>- -with-ZIP=yes --with-DIR_GZLIB=/usr/lib</parameter>: This97 <para><parameter>-with-ZIP=yes -with-DIR_GZLIB=/usr/lib</parameter>: This 88 98 enables support for the handling of <acronym>TIFF</acronym> images with 89 99 deflate-encoded data.</para> 90 100 91 <para><option>- -with-JPEG=yes --with-DIR_JPEGLIB=/usr/lib</option>: Use101 <para><option>-with-JPEG=yes -with-DIR_JPEGLIB=/usr/lib</option>: Use 92 102 these 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> 103 images with <acronym>JPEG</acronym>-encoded data.</para> --> 104 105 <para><parameter>--disable-jpeg</parameter>: Remove this parameter to enable 106 support for handling <acronym>TIFF</acronym> images with 107 <acronym>JPEG</acronym>-encoded data.</para> 108 109 </sect2> 110 111 <!-- <sect2> 98 112 <title>Configuring <application>libtiff</application></title> 99 113 … … 104 118 </sect3> 105 119 106 </sect2> 120 </sect2> --> 107 121 108 122 <sect2> 109 123 <title>Contents</title> 110 124 111 <para>The libtiff package contains 125 <para>The <application>libtiff</application> package contains 126 <command>bmp2tiff</command>, 112 127 <command>fax2ps</command>, 113 128 <command>fax2tiff</command>, … … 127 142 <command>tiffdither</command>, 128 143 <command>tiffdump</command>, 144 <command>tiffgt</command>, 129 145 <command>tiffinfo</command>, 130 146 <command>tiffmedian</command>, … … 137 153 <sect2><title>Description</title> 138 154 155 <sect3><title>bmp2tiff</title> 156 <para><command>bmp2tiff</command> converts a Microsoft Windows Device 157 Independent Bitmap image file to a <acronym>TIFF</acronym> image.</para></sect3> 158 139 159 <sect3><title>fax2ps</title> 140 160 <para><command>fac2ps</command> converts a <acronym>TIFF</acronym> … … 207 227 <acronym>TIFF</acronym> files.</para></sect3> 208 228 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> 232 window.</para></sect3> 233 209 234 <sect3><title>tiffinfo</title> 210 235 <para><command>tiffinfo</command> prints information about … … 220 245 files.</para></sect3> 221 246 222 <sect3><title> tiff libraries</title>223 <para>The tiff libraries are used by many programs to read and write224 tifffiles.</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> 225 250 226 251 </sect2> -
introduction/welcome/changelog.xml
r01d5424 re16d90ee 22 22 23 23 <itemizedlist> 24 25 <listitem><para>October 20th, 2004 [randy]: Updated to 26 libtiff-3.7.0.</para></listitem> 24 27 25 28 <listitem><para>October 19th, 2004 [igor]: Updated to
Note:
See TracChangeset
for help on using the changeset viewer.