Ignore:
Timestamp:
09/10/2018 09:19:32 PM (6 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, basic, bdubbs/svn, elogind, 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:
ab8cd9be
Parents:
475b404
Message:

Update to lxml-4.2.5 (Python module).
Update to mesa-18.2.0.
Update to vlc-3.0.4.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/vlc.xml

    r475b404 r1613ba5  
    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        "cf01d4755c719fe1c8605ceb40d8f1d2">
     9  <!ENTITY vlc-md5sum        "f5e49a0fb9594ab8debf934a710e92f1">
    1010  <!ENTITY vlc-size          "24 MB">
    11   <!ENTITY vlc-buildsize     "709 MB (add 13 MB for tests)">
     11  <!ENTITY vlc-buildsize     "711 MB (add 14 MB for tests)">
    1212  <!ENTITY vlc-time          "2.0 SBU (using parallelism=4; add 0.2 SBU for tests)">
    1313]>
     
    213213    <screen><userinput>sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' modules/lua/vlc.h   &amp;&amp;
    214214sed -i '/DEPRECATED/s:^://:'  modules/text_renderer/freetype/text_layout.c &amp;&amp;
     215sed -i '/118/s/$/\&amp;\&amp; X264_BUILD &lt; 153/' modules/codec/x264.c              &amp;&amp;
     216
     217BUILDCC=gcc ./configure --prefix=/usr --disable-opencv &amp;&amp;
     218
     219make</userinput></screen>
     220
     221<!-- No longer needed
    215222sed -i '/#include &lt;QString&gt;/i#include &lt;QButtonGroup&gt;' \
    216223        modules/gui/qt/components/simple_preferences.cpp                   &amp;&amp;
    217 sed -i '/118/s/$/\&amp;\&amp; X264_BUILD &lt; 153/' modules/codec/x264.c              &amp;&amp;
    218 
    219 BUILDCC=gcc ./configure --prefix=/usr --disable-opencv &amp;&amp;
    220 
    221 make</userinput></screen>
    222 
     224-->
    223225    <para>
    224226      To test the results, issue: <command>make check</command>.
     
    262264      building with the current version of <xref linkend="x264"/>.
    263265    </para>
    264 
     266<!--
    265267    <para>
    266268      <command>sed -i '/#include &lt;QString&gt;/ ...</command> This
     
    268270      <xref linkend="qt5"/>.
    269271    </para>
    270 
     272-->
    271273    <para>
    272274      <option>--disable-opencv</option>: This switch is required to disable
Note: See TracChangeset for help on using the changeset viewer.