Author: ken
Date: Sat Jun  2 13:15:43 2018
New Revision: 20190

Log:
Fix vlc for the API changes in QT-5.11.

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

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Thu May 31 10:37:28 2018        (r20189)
+++ trunk/BOOK/general.ent      Sat Jun  2 13:15:43 2018        (r20190)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "31">                   <!-- Always 2 digits -->
-<!ENTITY month        "05">                   <!-- Always 2 digits -->
+<!ENTITY day          "02">                   <!-- Always 2 digits -->
+<!ENTITY month        "06">                   <!-- Always 2 digits -->
 <!ENTITY year         "2018">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "May 31st, &year;">
+<!ENTITY releasedate  "June 2nd, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Thu May 31 10:37:28 
2018        (r20189)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat Jun  2 13:15:43 
2018        (r20190)
@@ -45,6 +45,15 @@
       <para>May 31st, 2018</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - Fix vlc build for QT-5.11 API changes.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
+      <para>May 31st, 2018</para>
+      <itemizedlist>
+        <listitem>
           <para>[bdubbs] - Update to xf86-video-fbdev-0.5.0.  Fixes
           <ulink url="&blfs-ticket-root;10833">#10833</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/multimedia/videoutils/vlc.xml
==============================================================================
--- trunk/BOOK/multimedia/videoutils/vlc.xml    Thu May 31 10:37:28 2018        
(r20189)
+++ trunk/BOOK/multimedia/videoutils/vlc.xml    Sat Jun  2 13:15:43 2018        
(r20190)
@@ -212,6 +212,8 @@
 
     <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 '/#include &lt;QString&gt;/i#include &lt;QButtonGroup&gt;' \
+  modules/gui/qt/components/simple_preferences.cpp                         
&amp;&amp;
 
 BUILDCC=gcc ./configure --prefix=/usr --disable-opencv &amp;&amp;
 
@@ -255,6 +257,12 @@
     </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>.
-- 
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