Author: bdubbs
Date: Thu Feb 25 10:55:23 2021
New Revision: 24300

Log:
A couple more tags

Modified:
   trunk/BOOK/kde/kf5/kf5-frameworks.xml
   trunk/BOOK/multimedia/videoutils/vlc.xml

Modified: trunk/BOOK/kde/kf5/kf5-frameworks.xml
==============================================================================
--- trunk/BOOK/kde/kf5/kf5-frameworks.xml       Thu Feb 25 10:46:48 2021        
(r24299)
+++ trunk/BOOK/kde/kf5/kf5-frameworks.xml       Thu Feb 25 10:55:23 2021        
(r24300)
@@ -247,7 +247,7 @@
 03d1d45c3f029da0431f3145db65f25b  kparts-5.79.0.tar.xz
 aa85d3aa9c57681b61d8330667062e77  kactivities-5.79.0.tar.xz
 #dae7d15553315aa7cc352c54d19dae9b  kdewebkit-5.79.0.tar.xz
-d41d8cd98f00b204e9800998ecf8427e  syntax-highlighting-5.79.1.tar.xz
+a4db3d3a35151aeaebc9eaa8b825cbc9  syntax-highlighting-5.79.1.tar.xz
 42d01794017416e54cabf71376d160b8  ktexteditor-5.79.0.tar.xz
 d23f9c74b3dc20f15c86e88723e2de00  kdesignerplugin-5.79.0.tar.xz
 9d221f6fc2f4d704fa115b59275218fd  kwayland-5.79.0.tar.xz

Modified: trunk/BOOK/multimedia/videoutils/vlc.xml
==============================================================================
--- trunk/BOOK/multimedia/videoutils/vlc.xml    Thu Feb 25 10:46:48 2021        
(r24299)
+++ trunk/BOOK/multimedia/videoutils/vlc.xml    Thu Feb 25 10:55:23 2021        
(r24300)
@@ -84,7 +84,7 @@
       <xref linkend="liba52"/>,
       <xref linkend="libgcrypt"/>
       <xref linkend="libmad"/>,
-      <xref linkend="lua"/>, and
+      <xref linkend="lua52"/>, and
       <xref linkend="x-window-system"/>,
     </para>
 
@@ -228,8 +228,11 @@
     <para>
       Install <application>VLC</application> by running the following commands:
     </para>
-
-<screen><userinput>sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' 
modules/lua/vlc.h   &amp;&amp;
+<!--
+<screen><userinput>sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' 
modules/lua/vlc.h   &amp;&amp;-->
+<screen><userinput>export LUAC=/usr/bin/luac5.2                 &amp;&amp;
+export LUA_LIBS="$(pkg-config --libs lua52)" &amp;&amp;
+export CFLAGS="$(pkg-config --cflags lua52)" &amp;&amp;
 
 BUILDCC=gcc ./configure --prefix=/usr    \
                         --disable-opencv \
@@ -256,9 +259,14 @@
     <title>Command Explanations</title>
 
     <para>
+      <command>export ...</command>: These commands ensure building with
+      <xref linkend="lua52"/>.  Upstream does not support lua 5.4 yet.
+    </para>
+
+    <!--<para>
       <command>sed ... modules/lua/...</command>: This command allows
       building with the current version of <xref linkend="lua"/>.
-    </para>
+    </para>-->
 
     <!--<para>
       <command>sed ... a\#include &lt;QPainterPath&gt;/ ...</command>: These 
two
-- 
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