Update to x265-2.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17592 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2016-07-16 21:23:41 +00:00
parent 4de2fadd2c
commit dccd96defa
4 changed files with 20 additions and 10 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "15"> <!-- Always 2 digits -->
<!ENTITY day "16"> <!-- Always 2 digits -->
<!ENTITY month "07"> <!-- Always 2 digits -->
<!ENTITY year "2016">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "July 15th &year;">
<!ENTITY releasedate "July 16th &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->

View File

@ -43,6 +43,16 @@
</listitem>
-->
<listitem>
<para>July 16th, 2016</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to x265-2.0. Fixes
<ulink url="&blfs-ticket-root;8070">#8070</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>July 15th, 2016</para>
<itemizedlist>

View File

@ -6,10 +6,10 @@
<!ENTITY x265-download-http "https://bitbucket.org/multicoreware/x265/downloads/x265_&x265-version;.tar.gz">
<!ENTITY x265-download-ftp " ">
<!ENTITY x265-md5sum "f34a1c4c660ff07511365cb0983cf164">
<!ENTITY x265-size "936 KB">
<!ENTITY x265-buildsize "25 MB">
<!ENTITY x265-time "0.7 SBU">
<!ENTITY x265-md5sum "a4f16c0f054f002d6d8c9c6f7fb03026">
<!ENTITY x265-size "1.0 MB">
<!ENTITY x265-buildsize "21 MB">
<!ENTITY x265-time "0.9 SBU">
]>
<sect1 id="x265" xreflabel="x265-&x265-version;">
@ -75,7 +75,7 @@
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/x265-&x265-version;-enable_static-1.patch"/>
<ulink url="&patch-root;/x265_&x265-version;-enable_static-1.patch"/>
</para>
</listitem>
</itemizedlist>
@ -111,10 +111,10 @@
commands:
</para>
<screen><userinput>patch -Np1 -i ../x265-&x265-version;-enable_static-1.patch &amp;&amp;
<screen><userinput>patch -Np1 -i ../x265_&x265-version;-enable_static-1.patch &amp;&amp;
mkdir bld &amp;&amp;
cd bld &amp;&amp;
cd bld &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_STATIC=OFF \

View File

@ -762,7 +762,7 @@
<!ENTITY taglib-version "1.11">
<!ENTITY v4l-utils-version "1.10.1">
<!ENTITY x264-version "20160220-2245">
<!ENTITY x265-version "1.9">
<!ENTITY x265-version "2.0">
<!ENTITY xine-lib-version "1.2.6">
<!ENTITY xvid-version "1.3.3">