Changeset 2cc7a668 for general/graphlib


Ignore:
Timestamp:
03/07/2010 02:48:39 AM (14 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
09fa4b87
Parents:
d40737d
Message:

Updated to LibTIFF-3.9.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libtiff.xml

    rd40737d r2cc7a668  
    77  <!ENTITY libtiff-download-http "http://libtiff.maptools.org/dl/tiff-&libtiff-version;.tar.gz">
    88  <!ENTITY libtiff-download-ftp  "ftp://ftp.remotesensing.org/libtiff/tiff-&libtiff-version;.tar.gz">
    9   <!ENTITY libtiff-md5sum        "fbb6f446ea4ed18955e2714934e5b698">
    10   <!ENTITY libtiff-size          "1.3 MB">
    11   <!ENTITY libtiff-buildsize     "18.9 MB">
    12   <!ENTITY libtiff-time          "0.5 SBU">
     9  <!ENTITY libtiff-md5sum        "93e56e421679c591de7552db13384cb8">
     10  <!ENTITY libtiff-size          "1.4 MB">
     11  <!ENTITY libtiff-buildsize     "23 MB">
     12  <!ENTITY libtiff-time          "0.4 SBU">
    1313]>
    1414
     
    5959    </itemizedlist>
    6060
    61     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     61    <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6262    <itemizedlist spacing="compact">
    6363      <listitem>
     
    6565        url="&patch-root;/tiff-&libtiff-version;-fixes-2.patch"/></para>
    6666      </listitem>
    67     </itemizedlist>
     67    </itemizedlist> -->
    6868
    6969    <bridgehead renderas="sect3">LibTIFF Dependencies</bridgehead>
     
    7171    <bridgehead renderas="sect4">Optional</bridgehead>
    7272    <para role="optional"><xref linkend="libjpeg"/>,
    73     <xref linkend="x-window-system"/>, and
    74     <xref linkend="freeglut"/></para>
    75 
    76     <para>Note that if you installed the optional MesaGLUT package with the
     73    <xref linkend="x-window-system"/>,
     74    <xref linkend="freeglut"/>, and
     75    <ulink url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/">JBIG-KIT</ulink></para>
     76
     77    <!-- <para>Note that if you installed the optional MesaGLUT package with the
    7778    <xref linkend="mesalib"/> package during an <application>Xorg7</application>
    7879    installation, a GLUT library is already installed and you don't need
    79     <application>freeglut</application>.</para>
     80    <application>freeglut</application>.</para> -->
    8081
    8182    <para condition="html" role="usernotes">User Notes:
     
    9091    commands:</para>
    9192
    92 <screen><userinput>patch -Np1 -i ../tiff-&libtiff-version;-fixes-2.patch &amp;&amp;
    93 ./configure --prefix=/usr &amp;&amp;
     93<screen><userinput>./configure --prefix=/usr &amp;&amp;
    9494make</userinput></screen>
    9595
Note: See TracChangeset for help on using the changeset viewer.