Author: cjg
Date: Thu Sep  4 16:23:32 2014
New Revision: 14192

Log:
Merge more updates from trunk.

Modified:
   branches/systemd/general/prog/elfutils.xml
   branches/systemd/introduction/welcome/changelog.xml
   branches/systemd/multimedia/libdriv/gst10-plugins-bad.xml
   branches/systemd/multimedia/libdriv/gst10-plugins-base.xml
   branches/systemd/multimedia/libdriv/gst10-plugins-ugly.xml
   branches/systemd/multimedia/libdriv/gstreamer10.xml
   branches/systemd/packages.ent

Modified: branches/systemd/general/prog/elfutils.xml
==============================================================================
--- branches/systemd/general/prog/elfutils.xml  Thu Sep  4 15:51:09 2014        
(r14191)
+++ branches/systemd/general/prog/elfutils.xml  Thu Sep  4 16:23:32 2014        
(r14192)
@@ -7,9 +7,9 @@
   <!ENTITY elfutils-download-http
           
"https://fedorahosted.org/releases/e/l/elfutils/&elfutils-version;/elfutils-&elfutils-version;.tar.bz2";>
   <!ENTITY elfutils-download-ftp  " ">
-  <!ENTITY elfutils-md5sum        "1f45a18231c782ccd0966059e2e42ea9">
-  <!ENTITY elfutils-size          "5.3 MB">
-  <!ENTITY elfutils-buildsize     "71 MB (additional 3 MB for the tests)">
+  <!ENTITY elfutils-md5sum        "7527f22dff8b1ac8c122cfc4d3d3bb1e">
+  <!ENTITY elfutils-size          "5.2 MB">
+  <!ENTITY elfutils-buildsize     "72 MB (additional 3 MB for the tests)">
   <!ENTITY elfutils-time          "0.7 SBU (additional 0.2 SBU for the tests)">
 ]>
 
@@ -89,8 +89,15 @@
 make</userinput></screen>
 
     <para>
-      To test the results, issue: <command>make -k check</command>. One test
-      is known to fail in some architectures.
+      If you wish to run the test suite, first fix it to skip two failng tests:
+    </para>
+
+<screen><userinput>sed -i '/srcdir/ iexit 77\n'         \
+       tests/run-backtrace-native.sh \
+       tests/run-backtrace-native-core.sh</userinput></screen>
+
+    <para>
+       To test the results, issue: <command>make check</command>.
     </para>
 
     <para>

Modified: branches/systemd/introduction/welcome/changelog.xml
==============================================================================
--- branches/systemd/introduction/welcome/changelog.xml Thu Sep  4 15:51:09 
2014        (r14191)
+++ branches/systemd/introduction/welcome/changelog.xml Thu Sep  4 16:23:32 
2014        (r14192)
@@ -100,6 +100,20 @@
     </listitem>
 
     <listitem>
+      <para>August 30th, 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[fernando] - Update to elfutils-0.160. Fixes
+          <ulink url="&blfs-ticket-root;5448">#5448</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[fernando] - Update to gstreamer-1.4.1 and plugins. Fixes
+          <ulink url="&blfs-ticket-root;5446">#5446</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>August 29th, 2014</para>
       <itemizedlist>
         <listitem>

Modified: branches/systemd/multimedia/libdriv/gst10-plugins-bad.xml
==============================================================================
--- branches/systemd/multimedia/libdriv/gst10-plugins-bad.xml   Thu Sep  4 
15:51:09 2014        (r14191)
+++ branches/systemd/multimedia/libdriv/gst10-plugins-bad.xml   Thu Sep  4 
16:23:32 2014        (r14192)
@@ -7,10 +7,10 @@
   <!ENTITY gst10-plugins-bad-download-http
            
"&gstreamer-dl;/gst-plugins-bad/gst-plugins-bad-&gst10-plugins-bad-version;.tar.xz">
   <!ENTITY gst10-plugins-bad-download-ftp  " ">
-  <!ENTITY gst10-plugins-bad-md5sum        "3bc0fcfe8d16ad1295f0454c1fcb4ba3">
+  <!ENTITY gst10-plugins-bad-md5sum        "20cb190b18dc63017326321cdb7c91e5">
   <!ENTITY gst10-plugins-bad-size          "3.7 MB">
-  <!ENTITY gst10-plugins-bad-buildsize     "138 MB (additional 7 MB to run the 
test suite)">
-  <!ENTITY gst10-plugins-bad-time          "1.6 SBU (additional 1 SBU to run 
the test suite)">
+  <!ENTITY gst10-plugins-bad-buildsize     "139 MB (additional 7 MB to run the 
test suite)">
+  <!ENTITY gst10-plugins-bad-time          "1.6 SBU (additional 1.1 SBU to run 
the test suite)">
 ]>
 
 <sect1 id="gst10-plugins-bad" 
xreflabel="gst-plugins-bad-&gst10-plugins-bad-version;">
@@ -208,9 +208,9 @@
           several plugins under /usr/lib/gstreamer-1.0
         </seg>
         <seg>
-          /usr/include/gstreamer-1.0/gst/{basecamerabinsrc,gl,codecparsers},
-          /usr/include/gstreamer-1.0/gst/{insertbin,interfaces},
-          /usr/include/gstreamer-1.0/gst/{mpegts,uridownloader} and
+          /usr/include/gstreamer-1.0/gst/{basecamerabinsrc,codecparsers,gl},
+          /usr/include/gstreamer-1.0/gst/{insertbin,interfaces,mpegts},
+          /usr/include/gstreamer-1.0/gst/uridownloader, and
           /usr/share/gtk-doc/html/gst-plugins-bad-{libs,plugins}-1.0
         </seg>
       </seglistitem>

Modified: branches/systemd/multimedia/libdriv/gst10-plugins-base.xml
==============================================================================
--- branches/systemd/multimedia/libdriv/gst10-plugins-base.xml  Thu Sep  4 
15:51:09 2014        (r14191)
+++ branches/systemd/multimedia/libdriv/gst10-plugins-base.xml  Thu Sep  4 
16:23:32 2014        (r14192)
@@ -7,9 +7,9 @@
   <!ENTITY gst10-plugins-base-download-http
            
"&gstreamer-dl;/gst-plugins-base/gst-plugins-base-&gst10-plugins-base-version;.tar.xz">
   <!ENTITY gst10-plugins-base-download-ftp  " ">
-  <!ENTITY gst10-plugins-base-md5sum        "1ff06280b03b9098a706d1290d8bb3bd">
+  <!ENTITY gst10-plugins-base-md5sum        "a825628225bd0a58c0df87cdd2a5db91">
   <!ENTITY gst10-plugins-base-size          "2.5 MB">
-  <!ENTITY gst10-plugins-base-buildsize     "93 MB (additional 13 MB to run 
the test suite)">
+  <!ENTITY gst10-plugins-base-buildsize     "94 MB (additional 13 MB to run 
the test suite)">
   <!ENTITY gst10-plugins-base-time          "1.1 SBU (additional 0.7 SBU to 
run the test suite)">
 ]>
 
@@ -172,9 +172,8 @@
           /usr/lib/gstreamer-1.0
         </seg>
         <seg>
-          /usr/include/gstreamer-1.0/gst/allocators,
-          /usr/include/gstreamer-1.0/gst/{app,audio,fft,pbutils},
-          /usr/include/gstreamer-1.0/gst/{riff,rtp,rtsp,sdp,tag,video}
+          /usr/include/gstreamer-1.0/gst/{allocators,app,audio,fft,pbutils},
+          /usr/include/gstreamer-1.0/gst/{riff,rtp,rtsp,sdp,tag,video},
           /usr/share/gst-plugins-base/1.0 and
           /usr/share/gtk-doc/html/gst-plugins-base-{libs,plugins}-1.0
         </seg>

Modified: branches/systemd/multimedia/libdriv/gst10-plugins-ugly.xml
==============================================================================
--- branches/systemd/multimedia/libdriv/gst10-plugins-ugly.xml  Thu Sep  4 
15:51:09 2014        (r14191)
+++ branches/systemd/multimedia/libdriv/gst10-plugins-ugly.xml  Thu Sep  4 
16:23:32 2014        (r14192)
@@ -7,9 +7,9 @@
   <!ENTITY gst10-plugins-ugly-download-http
            
"&gstreamer-dl;/gst-plugins-ugly/gst-plugins-ugly-&gst10-plugins-ugly-version;.tar.xz">
   <!ENTITY gst10-plugins-ugly-download-ftp  " ">
-  <!ENTITY gst10-plugins-ugly-md5sum        "558146cb5ec8b313afe2113aafc3da85">
+  <!ENTITY gst10-plugins-ugly-md5sum        "316974af949ca4654efee704a0164076">
   <!ENTITY gst10-plugins-ugly-size          "828 KB">
-  <!ENTITY gst10-plugins-ugly-buildsize     "16 MB (additional 1 MB to run the 
test suite)">
+  <!ENTITY gst10-plugins-ugly-buildsize     "17 MB">
   <!ENTITY gst10-plugins-ugly-time          "0.2 SBU">
 ]>
 

Modified: branches/systemd/multimedia/libdriv/gstreamer10.xml
==============================================================================
--- branches/systemd/multimedia/libdriv/gstreamer10.xml Thu Sep  4 15:51:09 
2014        (r14191)
+++ branches/systemd/multimedia/libdriv/gstreamer10.xml Thu Sep  4 16:23:32 
2014        (r14192)
@@ -6,7 +6,7 @@
 
   <!ENTITY gstreamer10-download-http 
"&gstreamer-dl;/gstreamer/gstreamer-&gstreamer10-version;.tar.xz">
   <!ENTITY gstreamer10-download-ftp  " ">
-  <!ENTITY gstreamer10-md5sum        "594c0c06eaace9b9d3bad010de1bdfae">
+  <!ENTITY gstreamer10-md5sum        "bd0938d680d657249b885162f310702d">
   <!ENTITY gstreamer10-size          "3.2 MB">
   <!ENTITY gstreamer10-buildsize     "77 MB (additional 19 MB to run the test 
suite)">
   <!ENTITY gstreamer10-time          "0.7 SBU (additional 0.8 SBU to run the 
test suite)">
@@ -146,9 +146,8 @@
         <seg>
           /usr/include/gstreamer-1.0,
           /usr/lib/gstreamer-1.0,
-          /usr/libexec/gstreamer-1.0,
-          /usr/share/gtk-doc/html/gstreamer-1.0 and
-          /usr/share/gtk-doc/html/gstreamer-{libs,plugins}-1.0
+          /usr/libexec/gstreamer-1.0, and
+          /usr/share/gtk-doc/html/gstreamer{,-{libs,plugins}}-1.0
         </seg>
       </seglistitem>
     </segmentedlist>

Modified: branches/systemd/packages.ent
==============================================================================
--- branches/systemd/packages.ent       Thu Sep  4 15:51:09 2014        (r14191)
+++ branches/systemd/packages.ent       Thu Sep  4 16:23:32 2014        (r14192)
@@ -601,10 +601,10 @@
 <!ENTITY gst-plugins-bad-version      "0.10.23">
 <!ENTITY gst-plugins-ugly-version     "0.10.19">
 <!ENTITY gst-ffmpeg-version           "0.10.13">
-<!ENTITY gstreamer10-version          "1.4.0">  <!-- Even minors only -->
-<!ENTITY gst10-plugins-base-version   "1.4.0">  <!-- Even minors only -->
-<!ENTITY gst10-plugins-good-version   "1.4.0">  <!-- Even minors only -->
-<!ENTITY gst10-plugins-bad-version    "1.4.0">  <!-- Even minors only -->
+<!ENTITY gstreamer10-version          "1.4.1">  <!-- Even minors only -->
+<!ENTITY gst10-plugins-base-version   "1.4.1">  <!-- Even minors only -->
+<!ENTITY gst10-plugins-good-version   "1.4.1">  <!-- Even minors only -->
+<!ENTITY gst10-plugins-bad-version    "1.4.1">  <!-- Even minors only -->
 <!ENTITY gst10-plugins-ugly-version   "1.4.0">  <!-- Even minors only -->
 <!ENTITY gst10-libav-version          "1.4.0">  <!-- Even minors only -->
 <!ENTITY icedtea-sound-version        "1.0.1">
-- 
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