Changeset 8a154834


Ignore:
Timestamp:
02/03/2017 08:31:46 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
a2453cf6
Parents:
0fdb14c
Message:

Update to libinput-1.6.1.
Update to git-2.11.1.
Update to ristretto-0.8.2.
Update to mesa-13.0.4.
Update to mercurial-4.1.

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0fdb14c r8a154834  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "02">                   <!-- Always 2 digits -->
     3<!ENTITY day          "03">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "Febuary 2nd &year;">
     9<!ENTITY releasedate  "Febuary 3rd &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/git.xml

    r0fdb14c r8a154834  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  "ftp://ftp.kernel.org/pub/software/scm/git/git-&git-version;.tar.xz">
    11   <!ENTITY git-md5sum        "dd4e3360e28aec5bb902fb34dd7fce3b">
     11  <!ENTITY git-md5sum        "2970ae6cd234b2fca4f2d14ba4226f35">
    1212  <!ENTITY git-size          "4.0 MB">
    13   <!ENTITY git-buildsize     "486 MB (with optional dependencies and documentation)">
    14   <!ENTITY git-time          "0.8 SBU (add 2.2 SBU for building documentation, add 4.1 SBU for tests)">
     13  <!ENTITY git-buildsize     "353 MB (with optional dependencies and documentation)">
     14  <!ENTITY git-time          "0.8 SBU (add 2.2 SBU for building documentation, add 4.7 SBU for tests)">
    1515]>
    1616
  • general/prog/mercurial.xml

    r0fdb14c r8a154834  
    77  <!ENTITY mercurial-download-http "https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "fa72a08e2723e4fa2a21c4e66437f3fa">
    10   <!ENTITY mercurial-size          "4.6 MB">
    11   <!ENTITY mercurial-buildsize     "38 MB (add 338 MB for tests)">
    12   <!ENTITY mercurial-time          "less than 0.1 SBU (add 14 SBU for tests)">
     9  <!ENTITY mercurial-md5sum        "59c7072a70c8b41dbde801f935c47aea">
     10  <!ENTITY mercurial-size          "4.9 MB">
     11  <!ENTITY mercurial-buildsize     "45 MB (add 348 MB for tests)">
     12  <!ENTITY mercurial-time          "0.1 SBU (add 16 SBU for tests)">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    r0fdb14c r8a154834  
    4444
    4545    <listitem>
     46      <para>February 3rd, 2017</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to libinput-1.6.1.  Fixes
     50          <ulink url="&blfs-ticket-root;8844">#8844</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[bdubbs] - Update to git-2.11.1.  Fixes
     54          <ulink url="&blfs-ticket-root;8843">#8843</ulink>.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[bdubbs] - Update to ristretto-0.8.2.  Fixes
     58          <ulink url="&blfs-ticket-root;8840">#8840</ulink>.</para>
     59        </listitem>
     60        <listitem>
     61          <para>[bdubbs] - Update to mesa-13.0.4.  Fixes
     62          <ulink url="&blfs-ticket-root;8839">#8839</ulink>.</para>
     63        </listitem>
     64        <listitem>
     65          <para>[bdubbs] - Update to mercurial-4.1.  Fixes
     66          <ulink url="&blfs-ticket-root;8838">#8838</ulink>.</para>
     67        </listitem>
     68      </itemizedlist>
     69    </listitem>
     70
     71    <listitem>
    4672      <para>February 2nd, 2017</para>
    4773      <itemizedlist>
  • packages.ent

    r0fdb14c r8a154834  
    291291<!ENTITY gc-version                   "7.6.0">
    292292<!ENTITY gdb-version                  "7.12.1">
    293 <!ENTITY git-version                  "2.11.0">
     293<!ENTITY git-version                  "2.11.1">
    294294<!ENTITY guile-version                "2.0.13">
    295295<!ENTITY librep-version               "0.92.6">
    296296<!ENTITY llvm-version                 "3.9.1">
    297297<!ENTITY lua-version                  "5.3.4">
    298 <!ENTITY mercurial-version            "4.0.2">
     298<!ENTITY mercurial-version            "4.1">
    299299<!ENTITY nasm-version                 "2.12.02">
    300300<!ENTITY ninja-version                "1.7.2">
     
    494494<!ENTITY xcursor-themes-version       "1.0.4">
    495495<!ENTITY xkeyboard-config-version     "2.19">
    496 <!ENTITY mesa-version                 "13.0.3">
     496<!ENTITY mesa-version                 "13.0.4">
    497497<!ENTITY xcb-util-version             "0.4.0">
    498498<!ENTITY xcb-util-image-version       "0.4.0">
     
    624624<!ENTITY xfce4-terminal-version       "0.8.3">
    625625<!ENTITY xfburn-version               "0.5.4">
    626 <!ENTITY ristretto-version            "0.8.1">
     626<!ENTITY ristretto-version            "0.8.2">
    627627<!ENTITY xfce4-mixer-version          "4.10.0">
    628628<!ENTITY xfce4-notifyd-version        "0.2.4">
  • x/installing/libinput.xml

    r0fdb14c r8a154834  
    55  %general-entities;
    66
    7   <!ENTITY libinput-version "1.6.0">
     7  <!ENTITY libinput-version "1.6.1">
    88
    99  <!ENTITY libinput-download-http "http://www.freedesktop.org/software/libinput/libinput-&libinput-version;.tar.xz">
    1010  <!ENTITY libinput-download-ftp  " ">
    11   <!ENTITY libinput-md5sum        "ed9b435d411462d24d88a87728f6c9d6">
     11  <!ENTITY libinput-md5sum        "7e282344f8ed7ec5cf87ca9fc22674fb">
    1212  <!ENTITY libinput-size          "908 KB">
    13   <!ENTITY libinput-buildsize     "17 MB (add 8 MB for tests)">
    14   <!ENTITY libinput-time          "0.1 SBU (add 14 minutes for tests, not CPU dependent)">
     13  <!ENTITY libinput-buildsize     "25 MB (add 8 MB for tests)">
     14  <!ENTITY libinput-time          "0.3 SBU (add 14 minutes for tests, not CPU dependent)">
    1515]>
    1616
  • x/installing/mesa.xml

    r0fdb14c r8a154834  
    77  <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/&mesa-version;/mesa-&mesa-version;.tar.xz">
    88  <!ENTITY mesa-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/&mesa-version;/mesa-&mesa-version;.tar.xz">
    9   <!ENTITY mesa-md5sum        "24e3fa52c95139dfa9ff5085d0c2ead6">
     9  <!ENTITY mesa-md5sum        "d088a921e935218833a8071cb672a574">
    1010  <!ENTITY mesa-size          "8.7 MB">
    11   <!ENTITY mesa-buildsize     "240 MB (with demos and docs, add 48 MB for tests)">
    12   <!ENTITY mesa-time          "7.5 SBU (with demos and docs, add 0.6 SBU for tests)">
     11  <!ENTITY mesa-buildsize     "297 MB (with demos and docs, add 50 MB for tests)">
     12  <!ENTITY mesa-time          "12.3 SBU (with demos and docs, add 0.6 SBU for tests)">
    1313]>
    1414
     
    105105      <xref linkend="libvdpau"/> (to build VDPAU drivers),
    106106     
    107       <xref linkend="llvm"/> (required for Gallium3D r300 and radeonsi
     107      <xref linkend="llvm"/> (required for Gallium3D, r300, and radeonsi
    108108      drivers and for the llvmpipe software rasterizer. See
    109109      <ulink url="http://www.mesa3d.org/systems.html"/> for more information.)
     
    184184
    185185<screen><userinput>sed -i "/pthread_stubs_possible=/s/yes/no/" configure.ac &amp;&amp;
     186
    186187./autogen.sh CFLAGS='-O2' CXXFLAGS='-O2'    \
    187188            --prefix=$XORG_PREFIX           \
  • xfce/apps/ristretto.xml

    r0fdb14c r8a154834  
    88           "http://archive.xfce.org/src/apps/ristretto/0.8/ristretto-&ristretto-version;.tar.bz2">
    99  <!ENTITY ristretto-download-ftp  " ">
    10   <!ENTITY ristretto-md5sum        "5332876b627b3237eebb76db66e2fb11">
    11   <!ENTITY ristretto-size          "528 KB">
    12   <!ENTITY ristretto-buildsize     "8.6 MB">
     10  <!ENTITY ristretto-md5sum        "a8d8bb6b8fa7f868cfa3ae778630946e">
     11  <!ENTITY ristretto-size          "548 KB">
     12  <!ENTITY ristretto-buildsize     "8.7 MB">
    1313  <!ENTITY ristretto-time          "0.1 SBU">
    1414]>
Note: See TracChangeset for help on using the changeset viewer.