Ignore:
Timestamp:
01/29/2021 11:47:46 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
73fb07ad
Parents:
2a89030b
Message:

Update to btrfs-progs-5.10
Update to vlc-3.0.12 (security update)
Update to libgcrypt-1.9.1
Update to gtk-doc-1.33.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/vlc.xml

    r2a89030b rc3447c89  
    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        "f797dc97305639f6270df619fe1c5962">
     9  <!ENTITY vlc-md5sum        "452d3423bcbaf1b85faebab0c45a7ecf">
    1010  <!ENTITY vlc-size          "25 MB">
    11   <!ENTITY vlc-buildsize     "724 MB (add 13 MB for tests)">
    12   <!ENTITY vlc-time          "1.9 SBU (using parallelism=4; add 0.2 SBU for tests)">
     11  <!ENTITY vlc-buildsize     "918 MB (add 37 MB for tests)">
     12  <!ENTITY vlc-time          "2.0 SBU (using parallelism=4; add 0.4 SBU for tests)">
    1313]>
    1414
     
    230230    </para>
    231231
    232     <screen><userinput>sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' modules/lua/vlc.h   &amp;&amp;
    233 sed -i '/#include &lt;QWidget&gt;/a\#include &lt;QPainterPath&gt;/'            \
    234     modules/gui/qt/util/timetooltip.hpp                            &amp;&amp;
    235 sed -i '/#include &lt;QPainter&gt;/a\#include &lt;QPainterPath&gt;/'           \
    236     modules/gui/qt/components/playlist/views.cpp                   \
    237     modules/gui/qt/dialogs/plugins.cpp                             &amp;&amp;
     232<screen><userinput>sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' modules/lua/vlc.h   &amp;&amp;
    238233
    239234BUILDCC=gcc ./configure --prefix=/usr    \
     
    266261    </para>
    267262
    268     <para>
     263    <!--<para>
    269264      <command>sed ... a\#include &lt;QPainterPath&gt;/ ...</command>: These two
    270265      sed commands fix building with Qt-5.15.0.
    271 
    272      </para>
     266    </para>-->
    273267
    274268    <para>
Note: See TracChangeset for help on using the changeset viewer.