Changeset 4a9055b9


Ignore:
Timestamp:
09/17/2024 02:53:43 AM (2 days ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
trunk
Children:
0553fd4
Parents:
8ee5b4c
Message:

Update to x265-4.0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r8ee5b4c r4a9055b9  
    3939    </listitem>
    4040    -->
    41     <listitem revision="systemd">
     41    <listitem>
    4242      <para>September 16th, 2024</para>
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[renodr] - Update to x265-4.0. Fixes
     46          <ulink url="&blfs-ticket-root;20368">#20368</ulink>.</para>
     47        </listitem>
     48        <listitem revision="systemd">
    4549          <para>[renodr] - Adapt the systemd units to the changes in MariaDB.
    4650          The new version number is 20240916.</para>
  • multimedia/libdriv/x265.xml

    r8ee5b4c r4a9055b9  
    77  <!ENTITY x265-download-http "https://bitbucket.org/multicoreware/x265_git/downloads/x265_&x265-version;.tar.gz">
    88  <!ENTITY x265-download-ftp  " ">
    9   <!ENTITY x265-md5sum        "99997ecc8ee4d3575ba7715c759ad3bb">
     9  <!ENTITY x265-md5sum        "44e0082a7635eab2488bebd18875a09a">
    1010  <!ENTITY x265-size          "1.6 MB">
    1111  <!ENTITY x265-buildsize     "45 MB">
     
    107107    </para>
    108108
    109     <!-- To editors: hard coded versions "209", "212", and "3.6" are not a
    110          bug.  This <important> block should be removed when we update x265
    111          to 3.7 (or 4.0 or whatever new version).  The problem only happens
    112          when we downgrade libx265.so, upgrading is OK (as long as following
    113          the LFS package management page).  -->
    114     <important>
    115       <para>
    116         If downgrading from the bleeding-edge x265-20240812 (it had been
    117         mistakenly used in the BLFS development book for several days),
    118         remove the shared library from x265-20240812 as the &root; user:
    119       </para>
    120 
    121       <screen role='root'><userinput>rm -fv /usr/lib/libx265.so.212</userinput></screen>
    122 
    123       <para>
    124         This is for preventing <command>ldconfig</command> from recreating
    125         the symlink <filename>libx265.so</filename> with the target
    126         <filename>/usr/lib/libx265.so.212</filename> which seems to be
    127         <quote>a newer version</quote> of <filename>libx265.so.209</filename>
    128         from x265-3.6.
    129       </para>
    130     </important>
    131 
    132109    <para>
    133110      To install the package, first remove any old library versions.
  • packages.ent

    r8ee5b4c r4a9055b9  
    11571157<!ENTITY wireplumber-version          "0.5.6">
    11581158<!ENTITY x264-version                 "20240812">
    1159 <!ENTITY x265-version                 "3.6">
     1159<!ENTITY x265-version                 "4.0">
    11601160<!ENTITY xine-lib-version             "1.2.13">
    11611161<!ENTITY xvid-version                 "1.3.7">
Note: See TracChangeset for help on using the changeset viewer.