Changeset e4f4182


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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r8e39579e re4f4182  
    3939    </listitem>
    4040    -->
     41    <listitem>
     42      <para>March 27th, 2024</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[timtas] - Force vlc to compile against lua52.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
    4149
    4250    <listitem>
  • 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.