Changeset 1cfd61d


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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r894bbb4 r1cfd61d  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "22">                   <!-- Always 2 digits -->
     3<!ENTITY day          "23">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 22th &year;">
     9<!ENTITY releasedate  "June 23rd &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • 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"
  • introduction/welcome/changelog.xml

    r894bbb4 r1cfd61d  
    4646
    4747    <listitem>
    48       <para>June 22th, 2015</para>
     48      <para>June 23rd, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - gdk-pixbuf-2.31.4, Pango-1.36.8 and Cairo-1.14.2:
     52          fix dependencies.  Fixes
     53          <ulink url="&blfs-ticket-root;6638">#6638</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[fernando] - Update to LibTIFF-4.0.4.  Fixes
     57          <ulink url="&blfs-ticket-root;6635">#6635</ulink>.</para>
     58        </listitem>
     59      </itemizedlist>
     60    </listitem>
     61
     62    <listitem>
     63      <para>June 22nd, 2015</para>
    4964      <itemizedlist>
    5065        <listitem>
  • packages.ent

    r894bbb4 r1cfd61d  
    173173                                                       svg pixbuf loader. -->
    174174<!ENTITY libraw-version               "0.16.2">
    175 <!ENTITY libtiff-version              "4.0.3">
     175<!ENTITY libtiff-version              "4.0.4">
    176176<!ENTITY libwebp-version              "0.4.3">
    177177<!ENTITY newt-version                 "0.52.18">
  • x/lib/cairo.xml

    r894bbb4 r1cfd61d  
    8888    <bridgehead renderas="sect4">Required</bridgehead>
    8989    <para role="required">
    90       <xref linkend="libpng"/>,
    91       <xref linkend="glib2"/> and
     90      <xref linkend="libpng"/> and
    9291      <xref linkend="pixman"/>
    9392    </para>
     
    9594    <bridgehead renderas="sect4">Recommended</bridgehead>
    9695    <para role="recommended">
    97       <xref linkend="fontconfig"/> and
     96      <xref linkend="fontconfig"/>,
     97      <xref linkend="glib2"/> (required for most GUIs) and
    9898      <xref linkend="xorg7-lib"/>
    9999    </para>
  • x/lib/gdk-pixbuf.xml

    r894bbb4 r1cfd61d  
    8282    <para role="required">
    8383      <xref linkend="glib2"/>,
    84       <xref linkend="libjpeg"/>,
    85       <xref linkend="libpng"/> and
    86       <xref linkend="libtiff"/>
     84      <xref linkend="libjpeg"/> and
     85      <xref linkend="libpng"/>
    8786    </para>
    8887
    8988    <bridgehead renderas="sect4">Recommended</bridgehead>
    9089    <para role="recommended">
     90      <xref linkend="libtiff"/> and
    9191      <xref linkend="xorg7-lib"/>
    9292      (<emphasis>Many</emphasis> <application>GTK+</application>
  • x/lib/pango.xml

    r894bbb4 r1cfd61d  
    8080    <para role="required">
    8181      <xref linkend="fontconfig"/> (must be built with
    82        <xref linkend="freetype2"/> using <xref linkend="harfbuzz"/>)
     82       <xref linkend="freetype2"/> using <xref linkend="harfbuzz"/>) and
     83      <xref linkend="glib2"/>
    8384    </para>
    8485
Note: See TracChangeset for help on using the changeset viewer.