Ignore:
Timestamp:
01/25/2015 11:54:40 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
24b17d76
Parents:
646a42e
Message:

Separated 'Changelog' entries for Lua-5.3.0 update and
required fixes for some packages.
Vim-7.4, Apache-2.4.10, VLC-2.1.5 and Nmap-6.47: format and text changes.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/vlc.xml

    r646a42e r438850e  
    214214
    215215<screen><userinput>sed -i 's:libsmbclient.h:samba-4.0/&amp;:' modules/access/smb.c &amp;&amp;
    216 ./bootstrap                                                 &amp;&amp;
    217 sed "s:&lt; 56:&lt; 57:g" -i configure                            &amp;&amp;
    218 
    219 ./configure --prefix=/usr                                   &amp;&amp;
    220 
    221 sed -i 's/luaL_optint/(int)&amp;eger/' \
    222        modules/lua/libs/{net,osd,volume}.c &amp;&amp;
     216./bootstrap &amp;&amp;
     217
     218sed "s:&lt; 56:&lt; 57:g" -i configure &amp;&amp;
     219./configure --prefix=/usr        &amp;&amp;
     220
     221sed -i 's/luaL_optint/(int)&amp;eger/'         modules/lua/libs/{net,osd,volume}.c             &amp;&amp;
    223222sed -i 's/luaL_checkint(/(int)luaL_checkinteger(/' \
    224223       modules/lua/{demux,libs/{configuration,net,osd,playlist,stream,variables,volume}}.c &amp;&amp;
    225 
    226224make</userinput></screen>
    227225
     
    268266
    269267    <para>
    270       <command>sed -i ... {net,osd,volume}.c</command>: This command fixes
    271       building with lua-5.3.0.
    272     </para>
    273 
    274     <para>
    275       <command>sed -i ... variables,volume}}.c</command>: This command fixes
    276       building with lua-5.3.0.
     268      <command>sed -i ... {net,osd,volume}.c</command> This sed fixes
     269      compilation with <application>lua</application> 5.3.
     270    </para>
     271
     272    <para>
     273      <command>sed -i ... variables,volume}}.c</command>: This sed fixes
     274      compilation with <application>lua</application> 5.3.
    277275    </para>
    278276
Note: See TracChangeset for help on using the changeset viewer.