Author: bdubbs
Date: Wed Nov 11 17:35:07 2015
New Revision: 16633

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

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/libvpx.xml
   trunk/BOOK/multimedia/libdriv/xine-lib.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/x/installing/libevdev.xml
   trunk/BOOK/x/installing/mesa.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Wed Nov 11 06:15:05 
2015        (r16632)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Wed Nov 11 17:35:07 
2015        (r16633)
@@ -48,6 +48,18 @@
       <para>November 11th, 2015</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Update to mesa-11.0.5. Fixes
+          <ulink url="&blfs-ticket-root;7119">#7119</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to libevdev-1.4.5. Fixes
+          <ulink url="&blfs-ticket-root;7115">#7115</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[bdubbs] - Update to libvpx-1.5.0. Fixes
+          <ulink url="&blfs-ticket-root;7112">#7112</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[fernando] - Update to gtk+-3.18.3 (gtk+3.18.3). Fixes
           <ulink url="&blfs-ticket-root;7109">#7109</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/multimedia/libdriv/libvpx.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/libvpx.xml    Wed Nov 11 06:15:05 2015        
(r16632)
+++ trunk/BOOK/multimedia/libdriv/libvpx.xml    Wed Nov 11 17:35:07 2015        
(r16633)
@@ -6,10 +6,10 @@
 
   <!ENTITY libvpx-download-http 
"http://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-&libvpx-version;.tar.bz2";>
   <!ENTITY libvpx-download-ftp  " ">
-  <!ENTITY libvpx-md5sum        "63b1d7f59636a42eeeee9225cc14e7de">
+  <!ENTITY libvpx-md5sum        "49e59dd184caa255886683facea56fca">
   <!ENTITY libvpx-size          "1.8 MB">
-  <!ENTITY libvpx-buildsize     "38 MB (without the documentation)">
-  <!ENTITY libvpx-time          "0.9 SBU">
+  <!ENTITY libvpx-buildsize     "41 MB (without the documentation)">
+  <!ENTITY libvpx-time          "1.2 SBU">
 ]>
 
 <sect1 id="libvpx" xreflabel="libvpx-&libvpx-version;">
@@ -79,16 +79,14 @@
     <para>Install <application>libvpx</application> by running the
     following commands:</para>
 
-<screen><userinput>sed   -e 's/cp -p/cp/'       \
-      -i build/make/Makefile &amp;&amp;
-chmod -v 644 vpx/*.h         &amp;&amp;
-
-mkdir ../libvpx-build &amp;&amp;
-cd    ../libvpx-build &amp;&amp;
-
-../libvpx-&libvpx-version;/configure --prefix=/usr    \
-                          --enable-shared  \
-                          --disable-static &amp;&amp;
+<screen><userinput>sed -i 's/cp -p/cp/' build/make/Makefile &amp;&amp;
+
+mkdir libvpx-build            &amp;&amp;
+cd    libvpx-build            &amp;&amp;
+
+../configure --prefix=/usr    \
+             --enable-shared  \
+             --disable-static &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
@@ -103,11 +101,11 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><command>sed ... &amp;&amp; chmod ...</command>: These commands
-    correct ownership and permissions of installed files.</para>
+    <para><command>sed ... </command>: This command
+    corrects ownership and permissions of installed files.</para>
 
-    <para><command>mkdir ../libvpx-build &amp;&amp; cd
-    ../libvpx-build</command>: The <application>libvpx</application> developers
+    <para><command>mkdir libvpx-build &amp;&amp; cd
+    libvpx-build</command>: The <application>libvpx</application> developers
     recommend building in a dedicated build directory.</para>
 
     <para><option>--disable-vp8</option>: This switch prevents building of VP8

Modified: trunk/BOOK/multimedia/libdriv/xine-lib.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/xine-lib.xml  Wed Nov 11 06:15:05 2015        
(r16632)
+++ trunk/BOOK/multimedia/libdriv/xine-lib.xml  Wed Nov 11 17:35:07 2015        
(r16633)
@@ -191,11 +191,11 @@
       <segtitle>Installed Libraries</segtitle>
       <segtitle>Installed Fonts</segtitle>
       <segtitle>Installed Directories</segtitle>
-
+<!-- When updating, check plugins subdir -->
       <seglistitem>
         <seg>xine-config and xine-list-1.2</seg>
         <seg>libxine.so and numerous plugin modules and video extensions under
-          /usr/lib/xine/plugins/2.4</seg>
+          /usr/lib/xine/plugins/2.5</seg>
         <seg>
           Output display engine fonts located in /usr/share/xine-lib/fonts
         </seg>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Wed Nov 11 06:15:05 2015        (r16632)
+++ trunk/BOOK/packages.ent     Wed Nov 11 17:35:07 2015        (r16633)
@@ -447,7 +447,7 @@
 <!ENTITY xbitmaps-version             "1.1.1">
 <!ENTITY xcursor-themes-version       "1.0.4">
 <!ENTITY xkeyboard-config-version     "2.16">
-<!ENTITY mesa-version                 "11.0.4">
+<!ENTITY mesa-version                 "11.0.5">
 <!ENTITY xcb-util-version             "0.4.0">
 <!ENTITY xcb-util-image-version       "0.4.0">
 <!ENTITY xcb-util-keysyms-version     "0.4.0">
@@ -710,7 +710,7 @@
 <!ENTITY libsndfile-version           "1.0.25">
 <!ENTITY libtheora-version            "1.1.1">
 <!ENTITY libvorbis-version            "1.3.5">
-<!ENTITY libvpx-version               "1.4.0">
+<!ENTITY libvpx-version               "1.5.0">
 <!ENTITY mlt-version                  "0.9.6">
 <!ENTITY opal-version                 "3.10.10">
 <!ENTITY opus-version                 "1.1">

Modified: trunk/BOOK/x/installing/libevdev.xml
==============================================================================
--- trunk/BOOK/x/installing/libevdev.xml        Wed Nov 11 06:15:05 2015        
(r16632)
+++ trunk/BOOK/x/installing/libevdev.xml        Wed Nov 11 17:35:07 2015        
(r16633)
@@ -4,14 +4,14 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY libevdev-version "1.4.4">
+  <!ENTITY libevdev-version "1.4.5">
 
   <!ENTITY libevdev-download-http 
"http://www.freedesktop.org/software/libevdev/libevdev-&libevdev-version;.tar.xz";>
   <!ENTITY libevdev-download-ftp  " ">
-  <!ENTITY libevdev-md5sum        "b66443bb664cfaf2ba7b3f8c238ea951">
+  <!ENTITY libevdev-md5sum        "b123d91e31d279ecb37bea774f17aae1">
   <!ENTITY libevdev-size          "404 KB">
-  <!ENTITY libevdev-buildsize     "9.0 MB (with tests)">
-  <!ENTITY libevdev-time          "0.2 SBU (with tests)">
+  <!ENTITY libevdev-buildsize     "8.4 MB (additional 0.4 MB for tests)">
+  <!ENTITY libevdev-time          "0.1 SBU (additional 0.1 SBU for tests)">
 ]>
 
   <!-- Begin Xorg libevdev Driver -->

Modified: trunk/BOOK/x/installing/mesa.xml
==============================================================================
--- trunk/BOOK/x/installing/mesa.xml    Wed Nov 11 06:15:05 2015        (r16632)
+++ trunk/BOOK/x/installing/mesa.xml    Wed Nov 11 17:35:07 2015        (r16633)
@@ -6,10 +6,10 @@
 
   <!ENTITY mesa-download-http " ">
   <!ENTITY mesa-download-ftp  
"ftp://ftp.freedesktop.org/pub/mesa/&mesa-version;/mesa-&mesa-version;.tar.xz";>
-  <!ENTITY mesa-md5sum        "c92c37200009eceaab4898119f82e358">
-  <!ENTITY mesa-size          "7 MB">
-  <!ENTITY mesa-buildsize     "306 MB (with tests and docs)">
-  <!ENTITY mesa-time          "10 SBU (with tests and docs)">
+  <!ENTITY mesa-md5sum        "b71b5e6c437cd8c85a61a476ab840f9f">
+  <!ENTITY mesa-size          "6.9 MB">
+  <!ENTITY mesa-buildsize     "251 MB (with tests and docs)">
+  <!ENTITY mesa-time          "7.8 SBU (with tests and docs)">
 ]>
 
 <sect1 id="mesa" xreflabel="Mesa-&mesa-version;">
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to