Changeset 6a0b1f8


Ignore:
Timestamp:
01/07/2023 08:24:44 PM (16 months ago)
Author:
Ken Moffat <ken@…>
Branches:
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, xry111/llvm18, xry111/xf86-video-removal
Children:
c2426e1f
Parents:
bf31777
Message:

Update to qtwebengine-5.15.12.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rbf31777 r6a0b1f8  
    4040    -->
    4141    <listitem>
     42      <para>January 7th, 2023</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[ken] - Update to qtwebengine-5.15.12 (Security fix) with
     46          qmake switch to let ffmpeg decode proprietary codecs. Fixes
     47          <ulink url="&blfs-ticket-root;17478">#17478</ulink>.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
     52    <listitem>
    4253      <para>January 6th, 2023</para>
    4354      <itemizedlist>
  • packages.ent

    rbf31777 r6a0b1f8  
    723723<!ENTITY pangomm-version              "2.46.3">
    724724<!ENTITY qt5-version                  "5.15.8">
    725 <!ENTITY qtwebengine-version          "5.15.11">
     725<!ENTITY qtwebengine-version          "5.15.12">
    726726<!ENTITY startup-notification-version "0.12">
    727727<!ENTITY tepl-version                 "6.4.0">
  • x/lib/qtwebengine.xml

    rbf31777 r6a0b1f8  
    1111  <!ENTITY qtwebengine-download-http "&sources-anduin-http;/qtwebengine/qtwebengine-&qtwebengine-version;.tar.xz">
    1212  <!ENTITY qtwebengine-download-ftp  " ">
    13   <!ENTITY qtwebengine-md5sum        "1302667c7e8a045fb0cc776f7e3627ad">
    14   <!ENTITY qtwebengine-size          "306 MB">
     13  <!ENTITY qtwebengine-md5sum        "a874390e7987ae5613f4650aab5681e8">
     14  <!ENTITY qtwebengine-size          "307 MB">
    1515  <!ENTITY qtwebengine-buildsize     "5.1 GB (152 MB installed)">
    16   <!ENTITY qtwebengine-time          "103 SBU (typical, Using parallelism=4)">
     16  <!ENTITY qtwebengine-time          "79 SBU (on a fast machine, Using parallelism=4)">
    1717]>
    1818
     
    433433<screen><userinput>mkdir build &amp;&amp;
    434434cd    build &amp;&amp;
    435 qmake .. -- -system-ffmpeg -webengine-icu &amp;&amp;
     435qmake .. -- -system-ffmpeg -proprietary-codecs -webengine-icu &amp;&amp;
    436436make</userinput></screen>
    437437
     
    489489
    490490    <para>
    491       <command>-- -system-ffmpeg -webengine-icu</command>: If any options are
    492       passed to qmake they must come after '--' which must follow '..' that points
    493       to the main directory. The options here cause it to use system ffmpeg and
    494       system icu.  If built as part of full Qt5, the system icu is automatically
    495       used (only) by Qt5Core if it is available, but unless this option is used
    496       webengine will always use its shipped copy of icu, adding time and space
    497       to the build.
     491      <command>-- -system-ffmpeg -proprietary-codecs -webengine-icu</command>: If
     492      any options are passed to qmake they must come after '--' which must follow
     493      '..' that points to the main directory. The options here cause it to use
     494      system ffmpeg and  system icu. The '-proprietary-codecs' option allows
     495      ffmpeg to decode H264 and H265 codecs.  If built as part of full Qt5, the
     496      system icu is automatically used (only) by Qt5Core if it is available, but
     497      unless this option is used webengine will always use its shipped copy of icu,
     498      adding time and space to the build.
    498499    </para>
    499500
Note: See TracChangeset for help on using the changeset viewer.