Changeset 71b2520e


Ignore:
Timestamp:
11/12/2015 01:35:07 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 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:
def0c00
Parents:
b800b517
Message:

Update to mesa-11.0.5.
Update to libevdev-1.4.5.
Update to libvpx-1.5.0.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rb800b517 r71b2520e  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[bdubbs] - Update to mesa-11.0.5. Fixes
     52          <ulink url="&blfs-ticket-root;7119">#7119</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[bdubbs] - Update to libevdev-1.4.5. Fixes
     56          <ulink url="&blfs-ticket-root;7115">#7115</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[bdubbs] - Update to libvpx-1.5.0. Fixes
     60          <ulink url="&blfs-ticket-root;7112">#7112</ulink>.</para>
     61        </listitem>
     62        <listitem>
    5163          <para>[fernando] - Update to gtk+-3.18.3 (gtk+3.18.3). Fixes
    5264          <ulink url="&blfs-ticket-root;7109">#7109</ulink>.</para>
  • multimedia/libdriv/libvpx.xml

    rb800b517 r71b2520e  
    77  <!ENTITY libvpx-download-http "http://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-&libvpx-version;.tar.bz2">
    88  <!ENTITY libvpx-download-ftp  " ">
    9   <!ENTITY libvpx-md5sum        "63b1d7f59636a42eeeee9225cc14e7de">
     9  <!ENTITY libvpx-md5sum        "49e59dd184caa255886683facea56fca">
    1010  <!ENTITY libvpx-size          "1.8 MB">
    11   <!ENTITY libvpx-buildsize     "38 MB (without the documentation)">
    12   <!ENTITY libvpx-time          "0.9 SBU">
     11  <!ENTITY libvpx-buildsize     "41 MB (without the documentation)">
     12  <!ENTITY libvpx-time          "1.2 SBU">
    1313]>
    1414
     
    8080    following commands:</para>
    8181
    82 <screen><userinput>sed   -e 's/cp -p/cp/'       \
    83       -i build/make/Makefile &amp;&amp;
    84 chmod -v 644 vpx/*.h         &amp;&amp;
     82<screen><userinput>sed -i 's/cp -p/cp/' build/make/Makefile &amp;&amp;
    8583
    86 mkdir ../libvpx-build &amp;&amp;
    87 cd    ../libvpx-build &amp;&amp;
     84mkdir libvpx-build            &amp;&amp;
     85cd    libvpx-build            &amp;&amp;
    8886
    89 ../libvpx-&libvpx-version;/configure --prefix=/usr    \
    90                           --enable-shared  \
    91                           --disable-static &amp;&amp;
     87../configure --prefix=/usr    \
     88             --enable-shared  \
     89             --disable-static &amp;&amp;
    9290make</userinput></screen>
    9391
     
    104102    <title>Command Explanations</title>
    105103
    106     <para><command>sed ... &amp;&amp; chmod ...</command>: These commands
    107     correct ownership and permissions of installed files.</para>
     104    <para><command>sed ... </command>: This command
     105    corrects ownership and permissions of installed files.</para>
    108106
    109     <para><command>mkdir ../libvpx-build &amp;&amp; cd
    110     ../libvpx-build</command>: The <application>libvpx</application> developers
     107    <para><command>mkdir libvpx-build &amp;&amp; cd
     108    libvpx-build</command>: The <application>libvpx</application> developers
    111109    recommend building in a dedicated build directory.</para>
    112110
  • multimedia/libdriv/xine-lib.xml

    rb800b517 r71b2520e  
    192192      <segtitle>Installed Fonts</segtitle>
    193193      <segtitle>Installed Directories</segtitle>
    194 
     194<!-- When updating, check plugins subdir -->
    195195      <seglistitem>
    196196        <seg>xine-config and xine-list-1.2</seg>
    197197        <seg>libxine.so and numerous plugin modules and video extensions under
    198           /usr/lib/xine/plugins/2.4</seg>
     198          /usr/lib/xine/plugins/2.5</seg>
    199199        <seg>
    200200          Output display engine fonts located in /usr/share/xine-lib/fonts
  • packages.ent

    rb800b517 r71b2520e  
    448448<!ENTITY xcursor-themes-version       "1.0.4">
    449449<!ENTITY xkeyboard-config-version     "2.16">
    450 <!ENTITY mesa-version                 "11.0.4">
     450<!ENTITY mesa-version                 "11.0.5">
    451451<!ENTITY xcb-util-version             "0.4.0">
    452452<!ENTITY xcb-util-image-version       "0.4.0">
     
    711711<!ENTITY libtheora-version            "1.1.1">
    712712<!ENTITY libvorbis-version            "1.3.5">
    713 <!ENTITY libvpx-version               "1.4.0">
     713<!ENTITY libvpx-version               "1.5.0">
    714714<!ENTITY mlt-version                  "0.9.6">
    715715<!ENTITY opal-version                 "3.10.10">
  • x/installing/libevdev.xml

    rb800b517 r71b2520e  
    55  %general-entities;
    66
    7   <!ENTITY libevdev-version "1.4.4">
     7  <!ENTITY libevdev-version "1.4.5">
    88
    99  <!ENTITY libevdev-download-http "http://www.freedesktop.org/software/libevdev/libevdev-&libevdev-version;.tar.xz">
    1010  <!ENTITY libevdev-download-ftp  " ">
    11   <!ENTITY libevdev-md5sum        "b66443bb664cfaf2ba7b3f8c238ea951">
     11  <!ENTITY libevdev-md5sum        "b123d91e31d279ecb37bea774f17aae1">
    1212  <!ENTITY libevdev-size          "404 KB">
    13   <!ENTITY libevdev-buildsize     "9.0 MB (with tests)">
    14   <!ENTITY libevdev-time          "0.2 SBU (with tests)">
     13  <!ENTITY libevdev-buildsize     "8.4 MB (additional 0.4 MB for tests)">
     14  <!ENTITY libevdev-time          "0.1 SBU (additional 0.1 SBU for tests)">
    1515]>
    1616
  • x/installing/mesa.xml

    rb800b517 r71b2520e  
    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        "c92c37200009eceaab4898119f82e358">
    10   <!ENTITY mesa-size          "7 MB">
    11   <!ENTITY mesa-buildsize     "306 MB (with tests and docs)">
    12   <!ENTITY mesa-time          "10 SBU (with tests and docs)">
     9  <!ENTITY mesa-md5sum        "b71b5e6c437cd8c85a61a476ab840f9f">
     10  <!ENTITY mesa-size          "6.9 MB">
     11  <!ENTITY mesa-buildsize     "251 MB (with tests and docs)">
     12  <!ENTITY mesa-time          "7.8 SBU (with tests and docs)">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.