Changeset 8b5a6f57


Ignore:
Timestamp:
09/16/2016 11:57:50 PM (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:
1d615c21
Parents:
2c5d6683
Message:

Update to pango-1.40.3
Update to mesa-12.0.3
Bump acpid version to 2.0.28
Make a minor modification to the GNOME Platform introduction page

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/platform.xml

    r2c5d6683 r8b5a6f57  
    1717         <phrase revision="systemd">GNOME Libraries and Desktop</phrase></title>
    1818
    19   <para>
     19  <para revision="sysv">
    2020    The objective of this section is not to build a
    2121    <application>GNOME</application> desktop, because it depends on
    22     <application>Systemd</application>, which BLFS doesn't support. Rather, it
     22    <application>systemd</application>, which BLFS doesn't support. Rather, it
    2323    provides packages required for some platform independent
    2424    <application>GNOME</application> applications to build and run properly
     
    3131    <application>XFCE</application>,
    3232    <application>LXDE</application>).
     33  </para>
     34
     35  <para revision="systemd">
     36    The objective of this section is to build a
     37    <application>GNOME</application> desktop, since we have
     38    <application>systemd</application>.
    3339  </para>
    3440
  • introduction/welcome/changelog.xml

    r2c5d6683 r8b5a6f57  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[renodr] - Update to Mesa-12.0.3. Fixes
     51          <ulink url="&blfs-ticket-root;8303">#8303</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[renodr] - Update to Pango-1.40.3. Fixes
     55          <ulink url="&blfs-ticket-root;8293">#8293</ulink>.</para>
     56        </listitem>
     57        <listitem>
    5058          <para>[bdubbs] - Update to xfce4-settings-4.12.1. Fixes
    5159          <ulink url="&blfs-ticket-root;8305">#8305</ulink>.</para>
  • packages.ent

    r2c5d6683 r8b5a6f57  
    229229
    230230<!-- Chapter 12 -->
    231 <!ENTITY acpid-version                "2.0.27">
     231<!ENTITY acpid-version                "2.0.28">
    232232<!ENTITY at-version                   "3.1.20">
    233233<!ENTITY autofs-version               "5.1.2">
     
    485485<!ENTITY xcursor-themes-version       "1.0.4">
    486486<!ENTITY xkeyboard-config-version     "2.18">
    487 <!ENTITY mesa-version                 "12.0.2">
     487<!ENTITY mesa-version                 "12.0.3">
    488488<!ENTITY xcb-util-version             "0.4.0">
    489489<!ENTITY xcb-util-image-version       "0.4.0">
     
    527527<!ENTITY libnotify-version            "0.7.6">
    528528<!ENTITY libxklavier-version          "5.4">
    529 <!ENTITY pango-version                "1.40.2">
     529<!ENTITY pango-version                "1.40.3">
    530530<!ENTITY pangomm-version              "2.40.1">
    531531<!ENTITY qt5-version                  "5.7.0">
  • x/installing/mesa.xml

    r2c5d6683 r8b5a6f57  
    77  <!ENTITY mesa-download-http " ">
    88  <!ENTITY mesa-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/&mesa-version;/mesa-&mesa-version;.tar.xz">
    9   <!ENTITY mesa-md5sum        "f19032b5cb5e362745f0c2accc28a641">
     9  <!ENTITY mesa-md5sum        "1113699c714042d8c4df4766be8c57d8">
    1010  <!ENTITY mesa-size          "8.2 MB">
    11   <!ENTITY mesa-buildsize     "344 MB (with tests and docs)">
    12   <!ENTITY mesa-time          "4.1 SBU (with tests and docs - all with parallelism = 4),">
     11  <!ENTITY mesa-buildsize     "348 MB (with tests and docs)">
     12  <!ENTITY mesa-time          "3.7 SBU (with tests and docs - all with parallelism = 4),">
    1313]>
    1414
     
    112112      <xref linkend="libgcrypt"/>,
    113113      <xref linkend="nettle"/>,
    114      (<xref linkend="wayland"/> required for
     114      <xref linkend="wayland"/> (required for
    115115      <xref linkend='plasma5-build'/><phrase revision="systemd">,</phrase>
    116116      <phrase revision="sysv">and</phrase>
     
    244244      "-g -O2". That results in binaries and libraries being built with
    245245      debugging symbols which make them bigger. Override the default
    246       flags to omit -g compiler flag so the final libraries are smaller.
     246      flags to omit the -g compiler flag so the final libraries are smaller.
    247247    </para>
    248248
     
    270270
    271271    <para>
    272       <parameter>--enable-xa</parameter>: This switch enables building of the
     272      <parameter>--enable-xa</parameter>: This switch enables building the
    273273      XA X Acceleration API (Required for VMware 3D Driver).
    274274    </para>
    275275
    276276    <para>
    277       <parameter>--enable-gbm</parameter>: This switch enables building of the
     277      <parameter>--enable-gbm</parameter>: This switch enables building the
    278278      <application>Mesa</application> Graphics Buffer Manager library.
    279279    </para>
     
    336336          libswrAVX.so,
    337337          libswrAVX2.so,
     338          libwayland-egl.so (if built with <application>Wayland</application>)
    338339          libxatracker.so,
    339340          libXvMCnouveau.so,
  • x/lib/pango.xml

    r2c5d6683 r8b5a6f57  
    77  <!ENTITY pango-download-http "&gnome-download-http;/pango/1.40/pango-&pango-version;.tar.xz">
    88  <!ENTITY pango-download-ftp  "&gnome-download-ftp;/pango/1.40/pango-&pango-version;.tar.xz">
    9   <!ENTITY pango-md5sum        "c4fa70815b0105f876aa9e89b5ae33a5">
     9  <!ENTITY pango-md5sum        "17c26720f5a862a12f7e1745e2f1d966">
    1010  <!ENTITY pango-size          "1 MB">
    1111  <!ENTITY pango-buildsize     "27 MB (with tests)">
     
    9696    <bridgehead renderas="sect4">Optional</bridgehead>
    9797    <para role="optional">
    98       <xref linkend="gtk-doc"/> and
    99       <ulink url="https://github.com/GNOME/cantarell-fonts/releases">Cantrell Fonts</ulink> (for tests)
     98      <xref linkend="gtk-doc"/>,
     99      <ulink url="https://linux.thai.net/projects/libthai">libthai</ulink>, and
     100      <ulink url="https://github.com/GNOME/cantarell-fonts/releases">Cantarell Fonts</ulink> (for tests)
    100101    </para>
    101102
Note: See TracChangeset for help on using the changeset viewer.