Ignore:
Timestamp:
02/25/2021 06:55:23 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
42abc3e6
Parents:
8b1ee56
Message:

A couple more tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24300 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/vlc.xml

    r8b1ee56 r3eafe37  
    8585      <xref linkend="libgcrypt"/>
    8686      <xref linkend="libmad"/>,
    87       <xref linkend="lua"/>, and
     87      <xref linkend="lua52"/>, and
    8888      <xref linkend="x-window-system"/>,
    8989    </para>
     
    229229      Install <application>VLC</application> by running the following commands:
    230230    </para>
    231 
    232 <screen><userinput>sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' modules/lua/vlc.h   &amp;&amp;
     231<!--
     232<screen><userinput>sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' modules/lua/vlc.h   &amp;&amp;-->
     233<screen><userinput>export LUAC=/usr/bin/luac5.2                 &amp;&amp;
     234export LUA_LIBS="$(pkg-config --libs lua52)" &amp;&amp;
     235export CFLAGS="$(pkg-config --cflags lua52)" &amp;&amp;
    233236
    234237BUILDCC=gcc ./configure --prefix=/usr    \
     
    257260
    258261    <para>
     262      <command>export ...</command>: These commands ensure building with
     263      <xref linkend="lua52"/>.  Upstream does not support lua 5.4 yet.
     264    </para>
     265
     266    <!--<para>
    259267      <command>sed ... modules/lua/...</command>: This command allows
    260268      building with the current version of <xref linkend="lua"/>.
    261     </para>
     269    </para>-->
    262270
    263271    <!--<para>
Note: See TracChangeset for help on using the changeset viewer.