Ignore:
Timestamp:
01/15/2019 07:57:17 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, 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:
1575ce1
Parents:
3f7654ea
Message:

Update to vlc-3.0.6.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/vlc.xml

    r3f7654ea rdab2444  
    77  <!ENTITY vlc-download-http "https://download.videolan.org/vlc/&vlc-version;/vlc-&vlc-version;.tar.xz">
    88  <!ENTITY vlc-download-ftp  " ">
    9   <!ENTITY vlc-md5sum        "33ecd94ed9568bb19b4ca729eecca076">
     9  <!ENTITY vlc-md5sum        "4ff71d262e070fd19f86a1c3542c7b4e">
    1010  <!ENTITY vlc-size          "25 MB">
    11   <!ENTITY vlc-buildsize     "642 MB (add 14 MB for tests)">
    12   <!ENTITY vlc-time          "2.0 SBU (using parallelism=4; add 0.2 SBU for tests)">
     11  <!ENTITY vlc-buildsize     "714 MB (add 13 MB for tests)">
     12  <!ENTITY vlc-time          "2.1 SBU (using parallelism=4; add 0.2 SBU for tests)">
    1313]>
    1414
     
    212212
    213213    <screen><userinput>sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' modules/lua/vlc.h   &amp;&amp;
    214 sed -i '/DEPRECATED/s:^://:'  modules/text_renderer/freetype/text_layout.c &amp;&amp;
    215 sed -i '/118/s/$/\&amp;\&amp; X264_BUILD &lt; 153/' modules/codec/x264.c              &amp;&amp;
    216214
    217215BUILDCC=gcc ./configure --prefix=/usr --disable-opencv &amp;&amp;
     
    219217make</userinput></screen>
    220218
    221 <!-- No longer needed
    222 sed -i '/#include &lt;QString&gt;/i#include &lt;QButtonGroup&gt;' \
    223         modules/gui/qt/components/simple_preferences.cpp                   &amp;&amp;
    224 -->
    225219    <para>
    226220      To test the results, issue: <command>make check</command>.
     
    230224      Now, as the <systemitem class="username">root</systemitem> user:
    231225    </para>
    232 <!--
    233     <note>
    234       <para>
    235         If the XORG_PREFIX is not /usr, make sure the LIBRARY_PATH
    236         environment variable is set properly for the root user when
    237         doing the install, For example:
    238         <command>sudo make LIBRARY_PATH=$XORG_PREFIX/lib ... install</command>.
    239       </para>
    240     </note>
    241 -->
     226
    242227<screen role="root"><userinput>make docdir=/usr/share/doc/vlc-&vlc-version; install</userinput></screen>
    243228
     
    255240    </para>
    256241
    257     <para>
    258       <command>sed ... text_layout.c</command>: This command allows
    259       building with the current version of <xref linkend="freetype2"/>.
    260     </para>
    261 
    262     <para>
    263       <command>sed ... modules/codec/x264.c</command> This command allows
    264       building with the current version of <xref linkend="x264"/>.
    265     </para>
    266 <!--
    267     <para>
    268       <command>sed -i '/#include &lt;QString&gt;/ ...</command> This
    269       command allows building with the current version of
    270       <xref linkend="qt5"/>.
    271     </para>
    272 -->
    273242    <para>
    274243      <option>--disable-opencv</option>: This switch is required to disable
Note: See TracChangeset for help on using the changeset viewer.