Changeset da283f39 for multimedia


Ignore:
Timestamp:
06/02/2018 08:15:43 PM (6 years ago)
Author:
Ken Moffat <ken@…>
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:
c5542b01
Parents:
7fe2fc8
Message:

Fix vlc for the API changes in QT-5.11.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/vlc.xml

    r7fe2fc8 rda283f39  
    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 '/#include &lt;QString&gt;/i#include &lt;QButtonGroup&gt;' \
     216  modules/gui/qt/components/simple_preferences.cpp                         &amp;&amp;
    215217
    216218BUILDCC=gcc ./configure --prefix=/usr --disable-opencv &amp;&amp;
     
    253255      <command>sed ... text_layout.c</command>: This command allows
    254256      building with the current version of <xref linkend="freetype2"/>.
     257    </para>
     258
     259    <para>
     260      <command>sed -i '/#include &lt;QString&gt;/ ...</command> This
     261      command allows building with the current version of
     262      <xref linkend="qt5"/>.
    255263    </para>
    256264
Note: See TracChangeset for help on using the changeset viewer.