Ignore:
Timestamp:
03/06/2018 12:30:28 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.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:
5a6685e1
Parents:
ed3382e
Message:

Update to dbus-1.12.6.
Update to phonon-backend-vlc-0.10.1.
Update to vlc-3.0.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/vlc.xml

    red3382e r8630358e  
    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        "a953d8b90e56f06828c4ca8e390c5c9b">
     9  <!ENTITY vlc-md5sum        "32292f9fc6eab0b00432cdd574fc9eae">
    1010  <!ENTITY vlc-size          "24 MB">
    11   <!ENTITY vlc-buildsize     "615 MB (add 12 MB for tests)">
    12   <!ENTITY vlc-time          "2.0 SBU (using parallelism=4; add 0.2 SBU for tests)">
     11  <!ENTITY vlc-buildsize     "539 MB (add 6 MB for tests)">
     12  <!ENTITY vlc-time          "2.0 SBU (using parallelism=4; add 0.3 SBU for tests)">
    1313]>
    1414
     
    101101      <xref linkend="libdvdread"/>,
    102102      <xref linkend="libdvdnav"/>,
    103       <xref linkend="opencv"/>,
     103      <xref linkend="opencv"/> (currently broken),
    104104      <xref linkend="samba"/>,
    105105      <xref linkend="v4l-utils"/>,
     
    211211    </para>
    212212
    213 <screen><userinput>sed -i '/luaL_checkint(/s/checkint/checkinteger/' modules/lua/{demux,libs/*}.c &amp;&amp;
    214 sed -i '/DEPRECATED/s:^://:'  modules/text_renderer/freetype/text_layout.c     &amp;&amp;
    215 
    216 BUILDCC=gcc ./configure --prefix=/usr &amp;&amp;
     213    <screen><userinput>sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' modules/lua/vlc.h  &amp;&amp;
     214sed -i '/DEPRECATED/s:^://:'  modules/text_renderer/freetype/text_layout.c &amp;&amp;
     215
     216BUILDCC=gcc ./configure --prefix=/usr --disable-opencv &amp;&amp;
    217217
    218218make</userinput></screen>
     
    253253      <command>sed ... text_layout.c</command>: This command allows
    254254      building with the current version of <xref linkend="freetype2"/>.
     255    </para>
     256
     257    <para>
     258      <option>--disable-opencv</option>: This swithc i srequired to disable
     259      <application>opencv</application> which is not compatible with this
     260      version of <application>vlc</application>.
    255261    </para>
    256262
Note: See TracChangeset for help on using the changeset viewer.