Author: bdubbs
Date: Tue Jan 15 11:57:17 2019
New Revision: 20981

Log:
Update to vlc-3.0.6.

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/videoutils/vlc.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Tue Jan 15 09:36:48 
2019        (r20980)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Tue Jan 15 11:57:17 
2019        (r20981)
@@ -46,6 +46,10 @@
       <para>January 15th, 2019</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbbs] - Update to vlc-3.0.6. Finishes
+          <ulink url="&blfs-ticket-root;11487">#11487</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbbs] - Update to cmake-3.13.3. Finishes
           <ulink url="&blfs-ticket-root;11548">#11548</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/multimedia/videoutils/vlc.xml
==============================================================================
--- trunk/BOOK/multimedia/videoutils/vlc.xml    Tue Jan 15 09:36:48 2019        
(r20980)
+++ trunk/BOOK/multimedia/videoutils/vlc.xml    Tue Jan 15 11:57:17 2019        
(r20981)
@@ -6,10 +6,10 @@
 
   <!ENTITY vlc-download-http 
"https://download.videolan.org/vlc/&vlc-version;/vlc-&vlc-version;.tar.xz";>
   <!ENTITY vlc-download-ftp  " ">
-  <!ENTITY vlc-md5sum        "33ecd94ed9568bb19b4ca729eecca076">
+  <!ENTITY vlc-md5sum        "4ff71d262e070fd19f86a1c3542c7b4e">
   <!ENTITY vlc-size          "25 MB">
-  <!ENTITY vlc-buildsize     "642 MB (add 14 MB for tests)">
-  <!ENTITY vlc-time          "2.0 SBU (using parallelism=4; add 0.2 SBU for 
tests)">
+  <!ENTITY vlc-buildsize     "714 MB (add 13 MB for tests)">
+  <!ENTITY vlc-time          "2.1 SBU (using parallelism=4; add 0.2 SBU for 
tests)">
 ]>
 
 <sect1 id="vlc" xreflabel="VLC-&vlc-version;">
@@ -211,17 +211,11 @@
     </para>
 
     <screen><userinput>sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' 
modules/lua/vlc.h   &amp;&amp;
-sed -i '/DEPRECATED/s:^://:'  modules/text_renderer/freetype/text_layout.c 
&amp;&amp;
-sed -i '/118/s/$/\&amp;\&amp; X264_BUILD &lt; 153/' modules/codec/x264.c       
       &amp;&amp;
 
 BUILDCC=gcc ./configure --prefix=/usr --disable-opencv &amp;&amp;
 
 make</userinput></screen>
 
-<!-- No longer needed
-sed -i '/#include &lt;QString&gt;/i#include &lt;QButtonGroup&gt;' \
-        modules/gui/qt/components/simple_preferences.cpp                   
&amp;&amp;
--->
     <para>
       To test the results, issue: <command>make check</command>.
     </para>
@@ -229,16 +223,7 @@
     <para>
       Now, as the <systemitem class="username">root</systemitem> user:
     </para>
-<!--
-    <note>
-      <para>
-        If the XORG_PREFIX is not /usr, make sure the LIBRARY_PATH
-        environment variable is set properly for the root user when 
-        doing the install, For example:
-        <command>sudo make LIBRARY_PATH=$XORG_PREFIX/lib ... install</command>.
-      </para>
-    </note>
--->
+
 <screen role="root"><userinput>make docdir=/usr/share/doc/vlc-&vlc-version; 
install</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
@@ -255,22 +240,6 @@
     </para>
 
     <para>
-      <command>sed ... text_layout.c</command>: This command allows
-      building with the current version of <xref linkend="freetype2"/>.
-    </para>
-
-    <para>
-      <command>sed ... modules/codec/x264.c</command> This command allows 
-      building with the current version of <xref linkend="x264"/>.
-    </para>
-<!--
-    <para>
-      <command>sed -i '/#include &lt;QString&gt;/ ...</command> This
-      command allows building with the current version of
-      <xref linkend="qt5"/>.
-    </para>
--->
-    <para>
       <option>--disable-opencv</option>: This switch is required to disable
       <application>opencv</application> which is not compatible with this 
       version of <application>vlc</application>.

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Tue Jan 15 09:36:48 2019        (r20980)
+++ trunk/BOOK/packages.ent     Tue Jan 15 11:57:17 2019        (r20981)
@@ -966,7 +966,7 @@
 <!ENTITY mplayer-version              "1.3.0">
 <!ENTITY xine-ui-version              "0.99.10">
 <!ENTITY transcode-version            "1.1.7">
-<!ENTITY vlc-version                  "3.0.5">
+<!ENTITY vlc-version                  "3.0.6">
 
 <!-- Chapter 49 -->
 <!ENTITY cdrdao-version               "1.2.4">
-- 
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