Ignore:
Timestamp:
09/17/2024 07:53:27 PM (10 days ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
trunk
Children:
f65e42d
Parents:
535cd3d
Message:

VLC: Use Lua 5.4 instead of 5.2

This seems to be well supported now by Arch and it builds well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/vlc.xml

    r535cd3d raec39ad  
    103103      <xref linkend="libgcrypt"/>
    104104      <xref linkend="libmad"/>,
    105       <xref linkend="lua52"/>, and
     105      <xref linkend="lua"/>, and
    106106      <xref linkend="x-window-system"/>
    107107    </para>
     
    256256patch -Np1 -i ../vlc-&vlc-version;-fedora_ffmpeg7-1.patch</userinput></screen>
    257257
     258<!--
    258259    <para>
    259260      If you wish to add support for lua extensions, enforce the use of <application>lua52</application>:
     
    261262
    262263<screen><userinput>export LUAC=/usr/bin/luac5.2                   &amp;&amp;
    263 export LUA_LIBS="$(pkg-config --libs lua52)"   &amp;&amp;
    264 export CPPFLAGS="$(pkg-config --cflags lua52)"</userinput></screen>
     264export LUA_LIBS="$(pkg-config - -libs lua52)"   &amp;&amp;
     265export CPPFLAGS="$(pkg-config - -cflags lua52)"</userinput></screen>
     266-->
    265267
    266268    <para>
Note: See TracChangeset for help on using the changeset viewer.