Changeset 316d2235 for x/lib


Ignore:
Timestamp:
09/07/2018 02:55:45 AM (6 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.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:
59e19f73
Parents:
8a76fc4
Message:

Update to gtk+-3.24.0
Update to gdk-pixbuf-2.38.0

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

Location:
x/lib
Files:
2 edited

Legend:

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

    r8a76fc4 r316d2235  
    66
    77  <!ENTITY gdk-pixbuf-download-http
    8            "&gnome-download-http;/gdk-pixbuf/2.36/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
     8           "&gnome-download-http;/gdk-pixbuf/2.38/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
    99  <!ENTITY gdk-pixbuf-download-ftp
    10            "&gnome-download-ftp;/gdk-pixbuf/2.36/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
    11   <!ENTITY gdk-pixbuf-md5sum        "7305ab43d741270ffa53ad2896d7f530">
    12   <!ENTITY gdk-pixbuf-size          "5.4 MB">
    13   <!ENTITY gdk-pixbuf-buildsize     "43 MB (with tests)">
    14   <!ENTITY gdk-pixbuf-time          "0.7 SBU (with tests)">
     10           "&gnome-download-ftp;/gdk-pixbuf/2.38/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz">
     11  <!ENTITY gdk-pixbuf-md5sum        "77765f24496dc8c90c6e0cbe10fd8f0e">
     12  <!ENTITY gdk-pixbuf-size          "4.9 MB">
     13  <!ENTITY gdk-pixbuf-buildsize     "60 MB (with tests)">
     14  <!ENTITY gdk-pixbuf-time          "0.4 SBU (with tests)">
    1515]>
    1616
     
    122122    </para>
    123123
    124 <screen><userinput>./configure --prefix=/usr --with-x11 &amp;&amp;
    125 make</userinput></screen>
    126 
    127     <para>
    128       To test the results, issue: <command>make check</command>. The tests
     124<screen><userinput>mkdir build &amp;&amp;
     125cd build &amp;&amp;
     126
     127meson --prefix=/usr .. &amp;&amp;
     128ninja</userinput></screen>
     129
     130    <para>
     131      To test the results, issue: <command>ninja test</command>. The tests
    129132      make a heavy use of disk.
    130133    </para>
     
    134137    </para>
    135138
    136 <screen role="root"><userinput>make install</userinput></screen>
     139<screen role="root"><userinput>ninja install</userinput></screen>
    137140
    138141    <note>
     
    150153  <sect2 role="commands">
    151154    <title>Command Explanations</title>
    152 
    153     <para>
    154       <parameter>--with-x11</parameter>: This switch enables building of the
     155<!--
     156    <para>
     157      <parameter>- -with-x11</parameter>: This switch enables building of the
    155158      <application>Gdk Pixbuf</application> <application>X11</application>
    156159      library which is needed for <emphasis>many</emphasis> packages.
    157160    </para>
    158 
    159     <para>
    160       <option>--with-libjasper</option>: If you've installed
     161-->
     162    <para>
     163      <option>-Djasper=true</option>: If you've installed
    161164      <xref linkend="jasper"/> and you want
    162165      <application>Gdk Pixbuf</application> to use it to compile a
    163166      JPEG2000 image loader, pass this switch to configure.
    164167    </para>
    165 
     168<!--
    166169    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    167170      href="../../xincludes/gtk-doc-rebuild.xml"/>
     171-->
    168172
    169173  </sect2>
     
    190194        <seg>
    191195          /usr/{include,lib}/gdk-pixbuf-2.0,
     196          /usr/share/installed-tests/gdk-pixbuf,
    192197          /usr/share/gtk-doc/html/gdk-pixbuf, and
    193198          /usr/share/thumbnailers
  • x/lib/gtk+3.xml

    r8a76fc4 r316d2235  
    55  %general-entities;
    66
    7   <!ENTITY gtk3-download-http "&gnome-download-http;/gtk+/&gnome-minor-22;/gtk+-&gtk3-version;.tar.xz">
    8   <!ENTITY gtk3-download-ftp  "&gnome-download-ftp;/gtk+/&gnome-minor-22;/gtk+-&gtk3-version;.tar.xz">
    9   <!ENTITY gtk3-md5sum        "61e60dc073e0a6893c72043d20579dc0">
     7  <!ENTITY gtk3-download-http "&gnome-download-http;/gtk+/&gnome-minor-24;/gtk+-&gtk3-version;.tar.xz">
     8  <!ENTITY gtk3-download-ftp  "&gnome-download-ftp;/gtk+/&gnome-minor-24;/gtk+-&gtk3-version;.tar.xz">
     9  <!ENTITY gtk3-md5sum        "7ecfbcb662384c8b466dc342bf295f4d">
    1010  <!ENTITY gtk3-size          "18 MB">
    11   <!ENTITY gtk3-buildsize     "434 MB (add 9 MB for tests)">
    12   <!ENTITY gtk3-time          "2.3 SBU (using parallelism=4, add 0.7 SBU for tests)">
     11  <!ENTITY gtk3-buildsize     "571 MB (add 9 MB for tests)">
     12  <!ENTITY gtk3-time          "2.3 SBU (using parallelism=4, add 0.4 SBU for tests)">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.