Changeset 77b4f398


Ignore:
Timestamp:
06/28/2013 02:34:47 AM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b208f36
Parents:
98f3c4f7
Message:

Update to gdk-pixbuf-2.28.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r98f3c4f7 r77b4f398  
    553553<!ENTITY clutter-gtk-version          "1.4.2">
    554554<!ENTITY freeglut-version             "2.8.1">
    555 <!ENTITY gdk-pixbuf-version           "2.26.5">
     555<!ENTITY gdk-pixbuf-version           "2.28.2">
    556556<!ENTITY goffice-version              "0.8.17">
    557557<!ENTITY goffice010-version           "0.10.2">
  • introduction/welcome/changelog.xml

    r98f3c4f7 r77b4f398  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[bdubbs] - Updated to gdk-pixbuf-2.28.2.</para>
     51        </listitem>
     52        <listitem>
    5053          <para>[bdubbs] - Updated to freetype-2.5.0.1.</para>
    5154        </listitem>
  • x/lib/gdk-pixbuf.xml

    r98f3c4f7 r77b4f398  
    66
    77  <!ENTITY gdk-pixbuf-download-http
    8            "&gnome-download-http;/gdk-pixbuf/2.26/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
     8           "&gnome-download-http;/gdk-pixbuf/2.28/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
    99  <!ENTITY gdk-pixbuf-download-ftp
    10            "&gnome-download-ftp;/gdk-pixbuf/2.26/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
    11   <!ENTITY gdk-pixbuf-md5sum        "339329e6d619ee3e1cb93979111b04c0">
    12   <!ENTITY gdk-pixbuf-size          "1.2 MB">
    13   <!ENTITY gdk-pixbuf-buildsize     "25 MB">
     10           "&gnome-download-ftp;/gdk-pixbuf/2.28/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
     11  <!ENTITY gdk-pixbuf-md5sum        "04c04e5042acd85cff6c439aba1995f1">
     12  <!ENTITY gdk-pixbuf-size          "1.1 MB">
     13  <!ENTITY gdk-pixbuf-buildsize     "31 MB">
    1414  <!ENTITY gdk-pixbuf-time          "0.2 SBU">
    1515]>
     
    118118    </para>
    119119
    120 <screen><userinput>sed -e "s@&lt;stdlib.h&gt;@&amp;\n#include &lt;string.h&gt;@g" \
    121     -i gdk-pixbuf/io-png.c &amp;&amp;
     120<screen><userinput>sed -i -e "s@&lt;stdlib.h&gt;@&amp;\n#include &lt;string.h&gt;@g" gdk-pixbuf/io-png.c &amp;&amp;
     121
    122122./configure --prefix=/usr --with-x11 &amp;&amp;
    123123make</userinput></screen>
     
    182182      <seglistitem>
    183183        <seg>
    184           gdk-pixbuf-csource, gdk-pixbuf-pixdata and gdk-pixbuf-query-loaders
     184          gdk-pixbuf-csource,
     185          gdk-pixbuf-pixdata, and
     186          gdk-pixbuf-query-loaders
    185187        </seg>
    186188        <seg>
    187           libgdk_pixbuf-2.0.so and libgdk_pixbuf_xlib-2.0.so
     189          libgdk_pixbuf-2.0.so and
     190          libgdk_pixbuf_xlib-2.0.so
    188191        </seg>
    189192        <seg>
    190193          /usr/include/gdk-pixbuf-2.0,
    191           /usr/lib/gdk-pixbuf-2.0 and
     194          /usr/lib/gdk-pixbuf-2.0, and
    192195          /usr/share/gtk-doc/html/gdk-pixbuf
    193196        </seg>
Note: See TracChangeset for help on using the changeset viewer.