Ignore:
Timestamp:
11/30/2017 12:57:17 AM (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.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
b1f7ec3
Parents:
9e7475f0
Message:

Update to vlc-2.2.8.
Update to qt5-5.9.3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/vlc.xml

    r9e7475f0 rc052d9f  
    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        "031d1bbef7737d44d18d78d6761ed26e">
     9  <!ENTITY vlc-md5sum        "b721fddf65aaf64eeee5629aa9bf7c9e">
    1010  <!ENTITY vlc-size          "21 MB">
    11   <!ENTITY vlc-buildsize     "490 MB (add 1 MB for tests)">
    12   <!ENTITY vlc-time          "1.5 SBU (using parallism=4; add 0.1 SBU for tests)">
     11  <!ENTITY vlc-buildsize     "546 MB (add 3 MB for tests)">
     12  <!ENTITY vlc-time          "1.6 SBU (using parallism=4; add 0.1 SBU for tests)">
    1313]>
    1414
     
    225225sed -i 's/error-implicit-function-declaration//' configure &amp;&amp;
    226226
    227 CFLAGS="-DLUA_COMPAT_5_1" \
    228227./configure --prefix=/usr --disable-atmo &amp;&amp;
    229228
     
    261260      a gcc option that treats a warning as an error.
    262261    </para>
    263 
     262<!--
    264263    <para>
    265264      <envar>CFLAGS="-DLUA_COMPAT_5_1"</envar>: This environment variable
    266265      ensures the use of the correct variation of <xref linkend='lua'/>.
    267266    </para>
    268 
     267-->
    269268    <para>
    270269      <parameter>--disable-atmo</parameter>: This switch disables
Note: See TracChangeset for help on using the changeset viewer.