aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2024-09-17 14:53:27 -0500
committerDouglas R. Reno <renodr@linuxfromscratch.org>2024-09-17 14:53:27 -0500
commitaec39addf507855bb17d1ed45bba1a16fcb3f040 (patch)
tree15ba0d459d92fdd3805f254d95e3c30f49248095 /multimedia
parent535cd3dc270a9548d10373847217a2411c8d8601 (diff)
VLC: Use Lua 5.4 instead of 5.2
This seems to be well supported now by Arch and it builds well
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/videoutils/vlc.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/multimedia/videoutils/vlc.xml b/multimedia/videoutils/vlc.xml
index bf5999eeaf..813aa22685 100644
--- a/multimedia/videoutils/vlc.xml
+++ b/multimedia/videoutils/vlc.xml
@@ -102,7 +102,7 @@
<xref linkend="liba52"/>,
<xref linkend="libgcrypt"/>
<xref linkend="libmad"/>,
- <xref linkend="lua52"/>, and
+ <xref linkend="lua"/>, and
<xref linkend="x-window-system"/>
</para>
@@ -255,13 +255,15 @@
<screen><userinput>patch -Np1 -i ../vlc-&vlc-version;-taglib-1.patch &amp;&amp;
patch -Np1 -i ../vlc-&vlc-version;-fedora_ffmpeg7-1.patch</userinput></screen>
+<!--
<para>
If you wish to add support for lua extensions, enforce the use of <application>lua52</application>:
</para>
<screen><userinput>export LUAC=/usr/bin/luac5.2 &amp;&amp;
-export LUA_LIBS="$(pkg-config --libs lua52)" &amp;&amp;
-export CPPFLAGS="$(pkg-config --cflags lua52)"</userinput></screen>
+export LUA_LIBS="$(pkg-config - -libs lua52)" &amp;&amp;
+export CPPFLAGS="$(pkg-config - -cflags lua52)"</userinput></screen>
+-->
<para>
Install <application>VLC</application> by running the following commands: