Ignore:
Timestamp:
05/16/2017 03:18:40 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
69d725d4
Parents:
bf18f95
Message:

Update to vlc-2.2.5.1.
Update to postgresql-9.6.3.
Update to php-7.1.5.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/vlc.xml

    rbf18f95 r5be5fc08  
    77  <!ENTITY vlc-download-http "http://get.videolan.org/vlc/&vlc-version;/vlc-&vlc-version;.tar.xz">
    88  <!ENTITY vlc-download-ftp  " ">
    9   <!ENTITY vlc-md5sum        "55666c9898f658c7fcca12725bf7dd1b">
     9  <!ENTITY vlc-md5sum        "7ab63964ffec4c92a54deb018f23318b">
    1010  <!ENTITY vlc-size          "21 MB">
    11   <!ENTITY vlc-buildsize     "559 MB (add 4 MB for tests)">
    12   <!ENTITY vlc-time          "5.0 SBU (add 0.2 SBU for tests)">
     11  <!ENTITY vlc-buildsize     "486 MB (add 1 MB for tests)">
     12  <!ENTITY vlc-time          "1.3 SBU (using parallism-4; add 0.1 SBU for tests)">
    1313]>
    1414
     
    8282          <ulink
    8383            url="&patch-root;/vlc-&vlc-version;-ffmpeg3-1.patch"/>
    84         </para>
    85       </listitem>
    86       <listitem>
    87         <para>
    88           Required patch:
    89           <ulink
    90             url="&patch-root;/vlc-&vlc-version;-gcc6_fixes-1.patch"/>
    9184        </para>
    9285      </listitem>
     
    230223
    231224<screen><userinput>patch -Np1 -i ../vlc-&vlc-version;-ffmpeg3-1.patch    &amp;&amp;
    232 patch -Np1 -i ../vlc-&vlc-version;-gcc6_fixes-1.patch &amp;&amp;
     225sed -i 's/error-implicit-function-declaration//' configure &amp;&amp;
    233226
    234227CFLAGS="-DLUA_COMPAT_5_1" \
     
    249242      <para>
    250243        If the XORG_PREFIX is not /usr, make sure the LIBRARY_PATH
    251         environment variable is set properly when doing the install, For example:
     244        environment variable is set properly for the root user when
     245        doing the install, For example:
    252246        <command>sudo make LIBRARY_PATH=$XORG_PREFIX/lib ... install</command>.
    253247      </para>
     
    265259
    266260    <para>
    267       <envar>CFLAGS="-DLUA_COMPAT_5_1"</envar> This environment variable
     261      <command>sed ... configure</command>: This command removes
     262      a gcc option that treats a warning as an error.
     263    </para>
     264
     265    <para>
     266      <envar>CFLAGS="-DLUA_COMPAT_5_1"</envar>: This environment variable
    268267      ensures the use of the correct variation of <xref linkend='lua'/>.
    269268    </para>
Note: See TracChangeset for help on using the changeset viewer.