Ignore:
Timestamp:
06/28/2013 08:05:21 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
a5070e6
Parents:
08bb8d2c
Message:

Sync systemd branch with development one.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@11338 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gdk-pixbuf.xml

    r08bb8d2c r5504a724  
    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;
    122 ./configure --prefix=/usr --with-x11 &amp;&amp;
     120<screen><userinput>./configure --prefix=/usr --with-x11 &amp;&amp;
    123121make</userinput></screen>
    124122
     
    149147
    150148    <para>
    151       <command>sed -e "s@&lt;stdlib.h&gt;@&amp;\n#include &lt;string.h&gt;@g"
    152       ..</command>: This <command>sed</command> silences compiler warnings
    153       when using GCC 4.8.
    154     </para>
    155 
    156     <para>
    157149      <option>--with-x11</option>: This switch enables building of the
    158150      <application>Gdk Pixbuf</application> <application>X11</application>
     
    182174      <seglistitem>
    183175        <seg>
    184           gdk-pixbuf-csource, gdk-pixbuf-pixdata and gdk-pixbuf-query-loaders
     176          gdk-pixbuf-csource,
     177          gdk-pixbuf-pixdata, and
     178          gdk-pixbuf-query-loaders
    185179        </seg>
    186180        <seg>
    187           libgdk_pixbuf-2.0.so and libgdk_pixbuf_xlib-2.0.so
     181          libgdk_pixbuf-2.0.so and
     182          libgdk_pixbuf_xlib-2.0.so
    188183        </seg>
    189184        <seg>
    190185          /usr/include/gdk-pixbuf-2.0,
    191           /usr/lib/gdk-pixbuf-2.0 and
     186          /usr/lib/gdk-pixbuf-2.0, and
    192187          /usr/share/gtk-doc/html/gdk-pixbuf
    193188        </seg>
Note: See TracChangeset for help on using the changeset viewer.