Changeset 50182be


Ignore:
Timestamp:
05/28/2020 06:55:38 AM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 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:
50cbddce
Parents:
7c017a3
Message:

Fix vlc to build with qt-5.15,
based on a patch at OpenSuse.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r7c017a3 r50182be  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Adapt vlc-3.0.10 for changes in Qt-5.15.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[thomas] - Upgrade to openssh-8.3p1. Fixes
    4952          <ulink url="&blfs-ticket-root;13580">#13580</ulink>.</para>
  • multimedia/videoutils/vlc.xml

    r7c017a3 r50182be  
    232232    <screen><userinput>sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' modules/lua/vlc.h   &amp;&amp;
    233233sed -i '/LIBSSH2_VERSION_NUM/s/10801/10900/' modules/access/sftp.c &amp;&amp;
     234sed -i '/#include &lt;QWidget&gt;/a\#include &lt;QPainterPath&gt;/'            \
     235    modules/gui/qt/util/timetooltip.hpp                            &amp;&amp;
     236sed -i '/#include/&lt;QPainter&gt;/a\#include &lt;QPainterPath&gt;/'           \
     237    modules/gui/qt/components/playlist/views.cpp                   \
     238    modules/gui/qt/dialogs/plugins.cpp                             &amp;&amp;
    234239
    235240BUILDCC=gcc ./configure --prefix=/usr    \
     
    266271      building with <xref linkend="libssh2"/>.
    267272    </para>
     273
     274    <para>
     275      <command>sed ... a\#include &lt;QPainterPath&gt;/ ...</command>: These two
     276      sed commands fix building with Qt-5.15.0.
     277
     278     </para>
    268279
    269280    <para>
Note: See TracChangeset for help on using the changeset viewer.