Changeset da283f39


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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r7fe2fc8 rda283f39  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "31">                   <!-- Always 2 digits -->
    4 <!ENTITY month        "05">                   <!-- Always 2 digits -->
     3<!ENTITY day          "02">                   <!-- Always 2 digits -->
     4<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
    66<!ENTITY copyrightdate "2001-&year;">
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 31st, &year;">
     9<!ENTITY releasedate  "June 2nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r7fe2fc8 rda283f39  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Fix vlc build for QT-5.11 API changes.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
     54      <para>May 31st, 2018</para>
     55      <itemizedlist>
     56        <listitem>
    4857          <para>[bdubbs] - Update to xf86-video-fbdev-0.5.0.  Fixes
    4958          <ulink url="&blfs-ticket-root;10833">#10833</ulink>.</para>
  • 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.