Ignore:
Timestamp:
03/27/2024 07:43:29 AM (5 weeks ago)
Author:
Tim Tassonis <stuff@…>
Branches:
trunk
Children:
85ab851
Parents:
8e39579e
Message:

Force vlc to compile against lua52

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/vlc.xml

    r8e39579e re4f4182  
    9191      <xref linkend="libgcrypt"/>
    9292      <xref linkend="libmad"/>,
    93       <xref linkend="lua"/>, and
     93      <xref linkend="lua52"/>, and
    9494      <xref linkend="x-window-system"/>
    9595    </para>
     
    244244
    245245    <para>
     246      If you wish to add support for lua extensions, enforce the use of <application>lua52</application>:
     247    </para>
     248
     249<screen><userinput>export LUAC=/usr/bin/luac5.2                   &amp;&amp;
     250export LUA_LIBS="$(pkg-config --libs lua52)"   &amp;&amp;
     251export CPPFLAGS="$(pkg-config --cflags lua52)"</userinput></screen>
     252
     253    <para>
    246254      Install <application>VLC</application> by running the following commands:
    247255    </para>
Note: See TracChangeset for help on using the changeset viewer.