Changeset 99aedadf


Ignore:
Timestamp:
02/19/2015 09:47:00 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 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:
50287538
Parents:
9dbbb8d
Message:

Update to gdk-pixbuf-2.31.2, ticket #5852

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r9dbbb8d r99aedadf  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>February 19th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Update to gdk-pixbuf-2.31.2. Fixes
     52          <ulink url="&blfs-ticket-root;5852">#5852.</para>
     53        </listitem>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
    4657
    4758    <listitem>
  • packages.ent

    r9dbbb8d r99aedadf  
    460460<!ENTITY fltk-version                 "1.3.3">
    461461<!ENTITY freeglut-version             "2.8.1">
    462 <!ENTITY gdk-pixbuf-version           "2.31.1">
     462<!ENTITY gdk-pixbuf-version           "2.31.2">
    463463<!ENTITY glu-version                  "9.0.0">
    464464<!ENTITY goffice010-version           "0.10.20">
  • x/lib/gdk-pixbuf.xml

    r9dbbb8d r99aedadf  
    99  <!ENTITY gdk-pixbuf-download-ftp
    1010           "&gnome-download-ftp;/gdk-pixbuf/2.31/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
    11   <!ENTITY gdk-pixbuf-md5sum        "74cde211f5b7ac1015d1a7c9feee037c">
    12   <!ENTITY gdk-pixbuf-size          "1.3 MB">
    13   <!ENTITY gdk-pixbuf-buildsize     "25 MB (additional 1 MB for the tests and 1 MB to rebuild and install the API documentation)">
    14   <!ENTITY gdk-pixbuf-time          "0.3 SBU (additional 0.4 SBU to run the test suite and less than 0.1 SBU to rebuild and install the API documentation)">
     11  <!ENTITY gdk-pixbuf-md5sum        "6be6bbc4f356d4b79ab4226860ab8523">
     12  <!ENTITY gdk-pixbuf-size          "1.5 MB">
     13  <!ENTITY gdk-pixbuf-buildsize     "28 MB (additional 2 MB for the tests and 1 MB to rebuild and install the API documentation)">
     14  <!ENTITY gdk-pixbuf-time          "0.3 SBU (additional 5.2 SBU to run the test suite and less than 0.1 SBU to rebuild and install the API documentation)">
    1515]>
    1616
     
    122122
    123123    <para>
    124       To test the results, issue: <command>make check</command>.
     124      To test the results, issue: <command>make check</command>. The tests
     125      make a heavy use of the disk. Two tests fail.
    125126    </para>
    126127
     
    147148
    148149    <para>
    149       <option>--with-x11</option>: This switch enables building of the
     150      <parameter>--with-x11</parameter>: This switch enables building of the
    150151      <application>Gdk Pixbuf</application> <application>X11</application>
    151152      library which is needed for <emphasis>many</emphasis> packages.
Note: See TracChangeset for help on using the changeset viewer.