mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Updated to libtiff-3.9.5.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9098 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
5930509103
commit
0a30c92e17
@ -228,7 +228,7 @@ $Date$
|
|||||||
<!-- Chapter 9 -->
|
<!-- Chapter 9 -->
|
||||||
<!ENTITY libjpeg-version "8c">
|
<!ENTITY libjpeg-version "8c">
|
||||||
<!ENTITY libpng-version "1.5.5">
|
<!ENTITY libpng-version "1.5.5">
|
||||||
<!ENTITY libtiff-version "3.9.4">
|
<!ENTITY libtiff-version "3.9.5">
|
||||||
<!ENTITY giflib-version "4.1.6">
|
<!ENTITY giflib-version "4.1.6">
|
||||||
<!ENTITY lcms-version "1.19">
|
<!ENTITY lcms-version "1.19">
|
||||||
<!ENTITY libmng-version "1.0.10">
|
<!ENTITY libmng-version "1.0.10">
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
|
|
||||||
<!ENTITY libtiff-download-http "http://download.osgeo.org/libtiff/tiff-&libtiff-version;.tar.gz">
|
<!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-download-ftp "ftp://ftp.remotesensing.org/libtiff/tiff-&libtiff-version;.tar.gz">
|
||||||
<!ENTITY libtiff-md5sum "2006c1bdd12644dbf02956955175afd6">
|
<!ENTITY libtiff-md5sum "8fc7ce3b4e1d0cc8a319336967815084">
|
||||||
<!ENTITY libtiff-size "1.4 MB">
|
<!ENTITY libtiff-size "1.4 MB">
|
||||||
<!ENTITY libtiff-buildsize "25 MB">
|
<!ENTITY libtiff-buildsize "27 MB">
|
||||||
<!ENTITY libtiff-time "0.4 SBU">
|
<!ENTITY libtiff-time "0.4 SBU">
|
||||||
]>
|
]>
|
||||||
|
|
||||||
@ -34,7 +34,7 @@
|
|||||||
programs for reading and writing TIFF files and the utilities are useful
|
programs for reading and writing TIFF files and the utilities are useful
|
||||||
for general work with TIFF files.</para>
|
for general work with TIFF files.</para>
|
||||||
|
|
||||||
<para>&lfssvn_checked;20100803&lfssvn_checked2;</para>
|
&lfs70_checked;
|
||||||
|
|
||||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||||
<itemizedlist spacing="compact">
|
<itemizedlist spacing="compact">
|
||||||
|
@ -44,6 +44,9 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>December 11th, 2011</para>
|
<para>December 11th, 2011</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Updated to libtiff-3.9.5.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[bdubbs] - Added a section on testing Xorg.</para>
|
<para>[bdubbs] - Added a section on testing Xorg.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -19,12 +19,12 @@
|
|||||||
<title>Testing Xorg</title>
|
<title>Testing Xorg</title>
|
||||||
|
|
||||||
<para>To test the <application>Xorg</application> installation, issue
|
<para>To test the <application>Xorg</application> installation, issue
|
||||||
<userinput>startx</userinput>. This command brings up a rudimentary
|
<userinput>startx</userinput>. This command brings up a rudimentary window
|
||||||
window manager called <emphasis>twm</emphasis> with three xterm and one
|
manager called <emphasis>twm</emphasis> with three xterm windows and one
|
||||||
xclock window. The xterm window in the upper left is a login terminal
|
xclock window. The xterm window in the upper left is a login terminal and
|
||||||
and running <emphasis>exit</emphasis> from this terminal will exit
|
running <emphasis>exit</emphasis> from this terminal will exit the
|
||||||
the <application>X Window</application> session. the third xterm
|
<application>X Window</application> session. The third xterm window may be
|
||||||
window may be obscured on your system by the other two xterms.</para>
|
obscured on your system by the other two xterms.</para>
|
||||||
|
|
||||||
<para>Generally, there is no specific configuration required for
|
<para>Generally, there is no specific configuration required for
|
||||||
<application>Xorg</application>, but customization is possible. For details
|
<application>Xorg</application>, but customization is possible. For details
|
||||||
|
@ -35,8 +35,7 @@
|
|||||||
windowing API, which makes learning about and exploring OpenGL programming
|
windowing API, which makes learning about and exploring OpenGL programming
|
||||||
very easy.</para>
|
very easy.</para>
|
||||||
|
|
||||||
<!-- <para>If you built the GLUT library during an installation of
|
&lfs70_checked;
|
||||||
<xref linkend="mesalib"/>, you do not need to install this package.</para> -->
|
|
||||||
|
|
||||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||||
<itemizedlist spacing="compact">
|
<itemizedlist spacing="compact">
|
||||||
|
Loading…
Reference in New Issue
Block a user