Changeset dccd96de


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4de2fadd rdccd96de  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "15">                   <!-- Always 2 digits -->
     3<!ENTITY day          "16">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 15th &year;">
     9<!ENTITY releasedate  "July 16th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r4de2fadd rdccd96de  
    4444
    4545-->
     46    <listitem>
     47      <para>July 16th, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Update to x265-2.0. Fixes
     51          <ulink url="&blfs-ticket-root;8070">#8070</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
    4656    <listitem>
    4757      <para>July 15th, 2016</para>
  • 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 \
  • packages.ent

    r4de2fadd rdccd96de  
    763763<!ENTITY v4l-utils-version            "1.10.1">
    764764<!ENTITY x264-version                 "20160220-2245">
    765 <!ENTITY x265-version                 "1.9">
     765<!ENTITY x265-version                 "2.0">
    766766<!ENTITY xine-lib-version             "1.2.6">
    767767<!ENTITY xvid-version                 "1.3.3">
Note: See TracChangeset for help on using the changeset viewer.