Changeset dccd96de for multimedia


Ignore:
Timestamp:
07/16/2016 09:23:41 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, 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:
40fc5916
Parents:
4de2fadd
Message:

Update to x265-2.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17592 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/x265.xml

    r4de2fadd rdccd96de  
    77  <!ENTITY x265-download-http "https://bitbucket.org/multicoreware/x265/downloads/x265_&x265-version;.tar.gz">
    88  <!ENTITY x265-download-ftp  " ">
    9   <!ENTITY x265-md5sum        "f34a1c4c660ff07511365cb0983cf164">
    10   <!ENTITY x265-size          "936 KB">
    11   <!ENTITY x265-buildsize     "25 MB">
    12   <!ENTITY x265-time          "0.7 SBU">
     9  <!ENTITY x265-md5sum        "a4f16c0f054f002d6d8c9c6f7fb03026">
     10  <!ENTITY x265-size          "1.0 MB">
     11  <!ENTITY x265-buildsize     "21 MB">
     12  <!ENTITY x265-time          "0.9 SBU">
    1313]>
    1414
     
    7676        <para>
    7777          Required patch:
    78           <ulink url="&patch-root;/x265-&x265-version;-enable_static-1.patch"/>
     78          <ulink url="&patch-root;/x265_&x265-version;-enable_static-1.patch"/>
    7979        </para>
    8080      </listitem>
     
    112112    </para>
    113113
    114 <screen><userinput>patch -Np1 -i ../x265-&x265-version;-enable_static-1.patch &amp;&amp;
     114<screen><userinput>patch -Np1 -i ../x265_&x265-version;-enable_static-1.patch &amp;&amp;
    115115
    116116mkdir bld &amp;&amp;
    117 cd bld &amp;&amp;
     117cd    bld &amp;&amp;
    118118
    119119cmake -DCMAKE_INSTALL_PREFIX=/usr \
Note: See TracChangeset for help on using the changeset viewer.