Changeset 50182be
- Timestamp:
- 05/28/2020 06:55:38 AM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 50cbddce
- Parents:
- 7c017a3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r7c017a3 r50182be 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[ken] - Adapt vlc-3.0.10 for changes in Qt-5.15.</para> 49 </listitem> 50 <listitem> 48 51 <para>[thomas] - Upgrade to openssh-8.3p1. Fixes 49 52 <ulink url="&blfs-ticket-root;13580">#13580</ulink>.</para> -
multimedia/videoutils/vlc.xml
r7c017a3 r50182be 232 232 <screen><userinput>sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' modules/lua/vlc.h && 233 233 sed -i '/LIBSSH2_VERSION_NUM/s/10801/10900/' modules/access/sftp.c && 234 sed -i '/#include <QWidget>/a\#include <QPainterPath>/' \ 235 modules/gui/qt/util/timetooltip.hpp && 236 sed -i '/#include/<QPainter>/a\#include <QPainterPath>/' \ 237 modules/gui/qt/components/playlist/views.cpp \ 238 modules/gui/qt/dialogs/plugins.cpp && 234 239 235 240 BUILDCC=gcc ./configure --prefix=/usr \ … … 266 271 building with <xref linkend="libssh2"/>. 267 272 </para> 273 274 <para> 275 <command>sed ... a\#include <QPainterPath>/ ...</command>: These two 276 sed commands fix building with Qt-5.15.0. 277 278 </para> 268 279 269 280 <para>
Note:
See TracChangeset
for help on using the changeset viewer.