Changeset 6293999


Ignore:
Timestamp:
02/15/2023 11:06:59 PM (15 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, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
f040dc0
Parents:
2a7cafa
Message:

Update x264 and x265 to 20230215.

Measured on 11.3-rc1, not yet confirmed to work.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r2a7cafa r6293999  
    3939    </listitem>
    4040    -->
     41    <listitem>
     42      <para>February 15th, 2023</para>
     43      <itemizedlist>
     44       <listitem>
     45         <para>[ken] - Update to x264-20230215 and x265-20230215. Fixes
     46         <ulink url="&blfs-ticket-root;17657">#17657</ulink>.</para>
     47       </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
    4151    <listitem>
    4252      <para>February 14th, 2023</para>
  • multimedia/libdriv/x264.xml

    r2a7cafa r6293999  
    77  <!ENTITY x264-download-http "&sources-anduin-http;/x264/x264-&x264-version;.tar.xz">
    88  <!ENTITY x264-download-ftp  " ">
    9   <!ENTITY x264-md5sum        "15a410f70ca4c323dfcc7d4390c7c7b5">
    10   <!ENTITY x264-size          "672 KB">
     9  <!ENTITY x264-md5sum        "24eb4eae0d6358f31228c9ff86046c6f">
     10  <!ENTITY x264-size          "673 KB">
    1111  <!ENTITY x264-buildsize     "14 MB">
    12   <!ENTITY x264-time          "0.4 SBU (Using parallelism=4)">
     12  <!ENTITY x264-time          "0.3 SBU (Using parallelism=4)">
    1313]>
    1414
  • multimedia/libdriv/x265.xml

    r2a7cafa r6293999  
    77  <!ENTITY x265-download-http "&sources-anduin-http;/x265/x265-&x265-version;.tar.xz">
    88  <!ENTITY x265-download-ftp  " ">
    9   <!ENTITY x265-md5sum        "d6d470b22dedb72596c459b6204419d2">
     9  <!ENTITY x265-md5sum        "e735837f5e3fa95889e0a72eca39fccf">
    1010  <!ENTITY x265-size          "1.0 MB">
    11   <!ENTITY x265-buildsize     "56 MB">
    12   <!ENTITY x265-time          "1.4 SBU (using parallelism=4)">
     11  <!ENTITY x265-buildsize     "52 MB">
     12  <!ENTITY x265-time          "0.9 SBU (using parallelism=4)">
    1313]>
    1414
     
    9898    </para>
    9999
     100<!-- the default build is Release, no need to specify that -->
    100101<screen><userinput>mkdir bld &amp;&amp;
    101102cd    bld &amp;&amp;
    102103
    103104cmake -DCMAKE_INSTALL_PREFIX=/usr \
    104       -DGIT_ARCHETYPE=1 ../source &amp;&amp;
     105      -DGIT_ARCHETYPE=1           \
     106      -Wno-dev ../source          &amp;&amp;
    105107make</userinput></screen>
    106108
     
    122124
    123125      <para>
    124         <command>-DGIT_ARCHETYPE=1</command>: Upstream no longer provides
     126        <parameter>-DGIT_ARCHETYPE=1</parameter>: Upstream no longer provides
    125127        releases. BLFS is using a git snapshot, but if the builder has not
    126128        installed <application>git</application> the build will not install
     
    129131
    130132      <para>
    131         <command>rm -vf /usr/lib/libx265.a</command>: BLFS does not recommend
     133        <parameter>-Wno-dev</parameter>: This switch is used to suppress warnings
     134        intended for the package's developers.
     135      </para>
     136
     137      <para>
     138        <parameter>rm -vf /usr/lib/libx265.a</parameter>: BLFS does not recommend
    132139        using static libraries.
    133140      </para>
  • packages.ent

    r2a7cafa r6293999  
    10391039<!ENTITY taglib-version               "1.13">
    10401040<!ENTITY v4l-utils-version            "1.22.1">
    1041 <!ENTITY x264-version                 "20220819">
    1042 <!ENTITY x265-version                 "20220819">
     1041<!ENTITY x264-version                 "20230215">
     1042<!ENTITY x265-version                 "20230215">
    10431043<!ENTITY xine-lib-version             "1.2.13">
    10441044<!ENTITY xvid-version                 "1.3.7">
Note: See TracChangeset for help on using the changeset viewer.