Changeset 12b3828c


Ignore:
Timestamp:
12/21/2016 09:46:14 PM (7 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
e519fef
Parents:
83d13a4d
Message:

Update to gdk-pixbuf-2.36.2

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r83d13a4d r12b3828c  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "19">                   <!-- Always 2 digits -->
     3<!ENTITY day          "21">                   <!-- Always 2 digits -->
    44<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "December 19th &year;">
     9<!ENTITY releasedate  "December 21st &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r83d13a4d r12b3828c  
    4545
    4646    <listitem>
     47      <para>December 21st, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[renodr] - Update to gdk-pixbuf-2.36.2. Fixes
     51          <ulink url="&blfs-ticket-root;8661">#8661</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4757      <para>December 20th, 2016</para>
    4858      <itemizedlist>
  • packages.ent

    r83d13a4d r12b3828c  
    521521<!ENTITY fltk-version                 "1.3.4">
    522522<!ENTITY freeglut-version             "3.0.0">
    523 <!ENTITY gdk-pixbuf-version           "2.36.1">
     523<!ENTITY gdk-pixbuf-version           "2.36.2">
    524524<!ENTITY glu-version                  "9.0.0">
    525525<!ENTITY goffice010-version           "0.10.32">
  • x/lib/gdk-pixbuf.xml

    r83d13a4d r12b3828c  
    99  <!ENTITY gdk-pixbuf-download-ftp
    1010           "&gnome-download-ftp;/gdk-pixbuf/2.36/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
    11   <!ENTITY gdk-pixbuf-md5sum        "fe30b0420e013f2c4590ae6226d895d4">
    12   <!ENTITY gdk-pixbuf-size          "2.6 MB">
    13   <!ENTITY gdk-pixbuf-buildsize     "45 MB (with tests)">
     11  <!ENTITY gdk-pixbuf-md5sum        "d307c1eef87bac86e42abbf4eda1eac2">
     12  <!ENTITY gdk-pixbuf-size          "4.6 MB">
     13  <!ENTITY gdk-pixbuf-buildsize     "47 MB (with tests)">
    1414  <!ENTITY gdk-pixbuf-time          "0.4 SBU (with tests)">
    1515]>
     
    120120<screen><userinput>./configure --prefix=/usr --with-x11 &amp;&amp;
    121121make</userinput></screen>
     122
     123    <!-- DJ reports issues with the test suite, but it passed fine for me.
     124         Further investigation is needed. -->
    122125
    123126    <para>
Note: See TracChangeset for help on using the changeset viewer.