Changeset 1cfd61d for general/graphlib


Ignore:
Timestamp:
06/23/2015 12:46:13 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b8ad040
Parents:
894bbb4
Message:

Update to LibTIFF-4.0.4.
gdk-pixbuf-2.31.4, Pango-1.36.8 and Cairo-1.14.2: fix dependencies.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libtiff.xml

    r894bbb4 r1cfd61d  
    99  <!ENTITY libtiff-download-ftp
    1010           "ftp://ftp.remotesensing.org/libtiff/tiff-&libtiff-version;.tar.gz">
    11   <!ENTITY libtiff-md5sum        "051c1068e6a0627f461948c365290410">
    12   <!ENTITY libtiff-size          "2.0 MB">
    13   <!ENTITY libtiff-buildsize     "27 MB">
    14   <!ENTITY libtiff-time          "0.3 SBU">
     11  <!ENTITY libtiff-md5sum        "9aee7107408a128c0c7b24286c0db900">
     12  <!ENTITY libtiff-size          "2.1 MB">
     13  <!ENTITY libtiff-buildsize     "32 MB (with tests)">
     14  <!ENTITY libtiff-time          "0.4 SBU (with tests)">
    1515]>
    1616
     
    7474      </listitem>
    7575    </itemizedlist>
    76 
     76<!--
    7777   <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7878    <itemizedlist spacing='compact'>
     
    8181        url="&patch-root;/tiff-4.0.3-fixes-1.patch"/></para>
    8282      </listitem>
    83     </itemizedlist>
     83    </itemizedlist>-->
    8484
    8585    <bridgehead renderas="sect3">LibTIFF Dependencies</bridgehead>
     
    8787    <bridgehead renderas="sect4">Optional</bridgehead>
    8888    <para role="optional">
    89       <xref linkend="libjpeg"/>,
    90       <xref linkend="freeglut"/> (required for <command>tiffgt</command>), and
     89      <xref linkend="freeglut"/> (required for <command>tiffgt</command>),
     90      <xref linkend="libjpeg"/> and
    9191      <ulink url="http://www.cl.cam.ac.uk/~mgk25/jbigkit/">JBIG-KIT</ulink>
    9292    </para>
     
    105105    </para>
    106106
    107 <screen><userinput>patch -Np1 -i ../tiff-4.0.3-fixes-1.patch &amp;&amp;
    108 
    109 ./configure --prefix=/usr --disable-static &amp;&amp;
     107<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    110108make</userinput></screen>
    111109
     
    124122  <sect2 role="commands">
    125123    <title>Command Explanations</title>
    126 
    127     <para>
    128       <command>patch ...</command>: This command fixes several security
    129       issues identified upstream.
    130     </para>
    131124
    132125    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.