Changeset 0df923f


Ignore:
Timestamp:
12/15/2016 03:27:06 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:
83d05304
Parents:
04dc524d
Message:

Update to gdk-pixbuf-2.36.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r04dc524d r0df923f  
    4949          <para>[dj] - Added Python 2 module funcsigs-1.0.2.</para>
    5050        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to gdk-pixbuf-2.36.1. Fixes
     53          <ulink url="&blfs-ticket-root;8642">#8642</ulink>.</para>
     54        </listitem>
    5155      </itemizedlist>
    5256    </listitem>
  • packages.ent

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

    r04dc524d r0df923f  
    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        "1a3baf91956c7923dab49ee3de100ce1">
     11  <!ENTITY gdk-pixbuf-md5sum        "fe30b0420e013f2c4590ae6226d895d4">
    1212  <!ENTITY gdk-pixbuf-size          "2.6 MB">
    13   <!ENTITY gdk-pixbuf-buildsize     "44 MB (with tests)">
     13  <!ENTITY gdk-pixbuf-buildsize     "45 MB (with tests)">
    1414  <!ENTITY gdk-pixbuf-time          "0.4 SBU (with tests)">
    1515]>
     
    182182        <seg>
    183183          gdk-pixbuf-csource,
    184           gdk-pixbuf-pixdata, and
     184          gdk-pixbuf-pixdata,
     185          gdk-pixbuf-thumbnailer, and
    185186          gdk-pixbuf-query-loaders
    186187        </seg>
     
    190191        </seg>
    191192        <seg>
    192           /usr/{include,lib}/gdk-pixbuf-2.0 and
    193           /usr/share/gtk-doc/html/gdk-pixbuf
     193          /usr/{include,lib}/gdk-pixbuf-2.0,
     194          /usr/share/gtk-doc/html/gdk-pixbuf, and
     195          /usr/share/thumbnailers
    194196        </seg>
    195197      </seglistitem>
     
    240242      </varlistentry>
    241243
     244      <varlistentry id="gdk-pixbuf-thumbnailer">
     245        <term><command>gdk-pixbuf-thumbnailer</command></term>
     246        <listitem>
     247          <para>
     248            creates thumbnails of pictures for use in other applications.
     249          </para>
     250          <indexterm zone="gdk-pixbuf gdk-pixbuf-thumbnailer">
     251            <primary sortas="b-gdk-pixbuf-thumbnailer">gdk-pixbuf-thumbnailer</primary>
     252          </indexterm>
     253        </listitem>
     254      </varlistentry>
     255
    242256      <varlistentry id="libgdk_pixbuf-2">
    243257        <term><filename class="libraryfile">libgdk_pixbuf-2.0.so</filename></term>
Note: See TracChangeset for help on using the changeset viewer.