Changeset 543be6b


Ignore:
Timestamp:
09/22/2016 02:08:58 AM (8 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, nosym, 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:
0a4a5cd
Parents:
56097d1e
Message:

Update to gjs-1.46.0
Update to wayland-1.12.0
Update to weston-1.12.0

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/wayland.xml

    r56097d1e r543be6b  
    77  <!ENTITY wayland-download-http "http://wayland.freedesktop.org/releases/wayland-&wayland-version;.tar.xz">
    88  <!ENTITY wayland-download-ftp  " ">
    9   <!ENTITY wayland-md5sum        "fccf680be066e234729d5b69e0bd0fa9">
    10   <!ENTITY wayland-size          "368 KB">
     9  <!ENTITY wayland-md5sum        "ee615e2d1e205eec48b02f069327eb96">
     10  <!ENTITY wayland-size          "372 KB">
    1111  <!ENTITY wayland-buildsize     "13 MB (with tests)">
    12   <!ENTITY wayland-time          "0.1 SBU">
     12  <!ENTITY wayland-time          "0.1 SBU (with tests)">
    1313]>
    1414
  • general/sysutils/weston.xml

    r56097d1e r543be6b  
    77  <!ENTITY weston-download-http "http://wayland.freedesktop.org/releases/weston-&weston-version;.tar.xz">
    88  <!ENTITY weston-download-ftp  " ">
    9   <!ENTITY weston-md5sum        "bc6f90a2039163804aecfa663b69c4c2">
     9  <!ENTITY weston-md5sum        "310af6d7f8ba03c3418cec8ad72ea748">
    1010  <!ENTITY weston-size          "1.2 MB">
    11   <!ENTITY weston-buildsize     "56 MB (with tests)">
    12   <!ENTITY weston-time          "0.4 SBU (with tests)">
     11  <!ENTITY weston-buildsize     "57 MB (with tests)">
     12  <!ENTITY weston-time          "0.5 SBU (with tests)">
    1313]>
    1414
     
    141141
    142142    <para>
    143       To test the results, issue: <command>make check</command>.
     143      To test the results, issue: <command>make check</command>. The tests need
     144      to be run from an X Terminal or equivalent.
    144145    </para>
    145146
     
    325326      <para>
    326327        Note that you need to load the <filename>xwayland.so</filename>
    327         if you want to use X11 clients inside
     328        module if you want to use X11 clients inside
    328329        <application>Weston</application>.
    329330      </para>
     
    361362        </seg>
    362363        <seg>
    363           None
     364          libweston-1.so and libweston-desktop-1.so
    364365        </seg>
    365366        <seg>
    366           /usr/include/weston,
    367           /usr/lib/weston,
     367          /usr/include/{libweston-1,weston}
     368          /usr/lib/{libweston-1,weston},
    368369          /usr/share/wayland-sessions and
    369370          /usr/share/weston
  • gnome.ent

    r56097d1e r543be6b  
    1818<!ENTITY libsecret-version            "0.18.5">
    1919<!ENTITY gcr-version                  "3.20.0">
    20 <!ENTITY gjs-version                  "1.45.4">
     20<!ENTITY gjs-version                  "1.46.0">
    2121<!ENTITY gnome-desktop-version        "3.20.2">
    2222<!ENTITY gnome-video-effects-version  "0.4.1">
  • gnome/platform/gjs.xml

    r56097d1e r543be6b  
    55  %general-entities;
    66
    7   <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.45/gjs-&gjs-version;.tar.xz">
    8   <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.45/gjs-&gjs-version;.tar.xz">
    9   <!ENTITY gjs-md5sum        "90f00c5a931e23682bfcc7db906b6c1c">
    10   <!ENTITY gjs-size          "472 KB">
    11   <!ENTITY gjs-buildsize     "34 MB (with tests)">
    12   <!ENTITY gjs-time          "0.4 SBU (with tests)">
     7  <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.46/gjs-&gjs-version;.tar.xz">
     8  <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.46/gjs-&gjs-version;.tar.xz">
     9  <!ENTITY gjs-md5sum        "25574b60f4e1173fee0bd4920231df3e">
     10  <!ENTITY gjs-size          "480 KB">
     11  <!ENTITY gjs-buildsize     "68 MB (with tests)">
     12  <!ENTITY gjs-time          "0.5 SBU (with tests)">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    r56097d1e r543be6b  
    4747      <para>September 21st, 2016</para>
    4848      <itemizedlist>
    49         <listitem>
    50           <para>[renodr] - Update to libsigc++-2.10.0. Fixes
     49        <listitem revision="systemd">
     50          <para>[renodr] - Update to weston-1.12.0. Fixes
     51          <ulink url="&blfs-ticket-root;8334">#8334</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[renodr] - Update to wayland-1.12.0. Fixes
     55          <ulink url="&blfs-ticket-root;8337">#8337</ulink>.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[renodr] - Update to gjs-1.46.0. Partially fixes
     59          <ulink url="&blfs-ticket-root;8316">#8316</ulink>.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[renodr] - Update to libsigc++-2.10.0. Partially fixes
    5163          <ulink url="&blfs-ticket-root;8328">#8328</ulink>.</para>
    5264        </listitem>
    5365        <listitem>
    54           <para>[renodr] - Update to gtkmm-3.22.0. Fixes
     66          <para>[renodr] - Update to gtkmm-3.22.0. Partially fixes
     67          <ulink url="&blfs-ticket-root;8328">#8328</ulink>.</para>
     68        </listitem>
     69        <listitem>
     70          <para>[renodr] - Update to glibmm-2.50.0. Partially fixes
    5571          <ulink url="&blfs-ticket-root;8328">#8328</ulink>.</para>
    5672        </listitem>
     
    5874          <para>[renodr] - Update to gtk+-3.22.0. Fixes
    5975          <ulink url="&blfs-ticket-root;8324">#8324</ulink>.</para>
    60         </listitem>
    61         <listitem>
    62           <para>[renodr] - Update to glibmm-2.50.0. Fixes
    63           <ulink url="&blfs-ticket-root;8328">#8328</ulink>.</para>
    6476        </listitem>
    6577        <listitem>
  • packages.ent

    r56097d1e r543be6b  
    164164<!ENTITY sbc-version                  "1.3">
    165165<!ENTITY talloc-version               "2.1.8">
    166 <!ENTITY wayland-version              "1.11.0">
     166<!ENTITY wayland-version              "1.12.0">
    167167<!ENTITY wayland-protocols-version    "1.7">
    168168<!ENTITY wv-version                   "1.2.9">
     
    266266<!ENTITY upower-version               "0.99.4">
    267267<!ENTITY usbutils-version             "008">
    268 <!ENTITY weston-version               "1.11.0">
     268<!ENTITY weston-version               "1.12.0">
    269269<!ENTITY which-version                "2.21">
    270270<!ENTITY zip-version                  "3.0">
Note: See TracChangeset for help on using the changeset viewer.