mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Update x264 and x265 to 20230215.
Measured on 11.3-rc1, not yet confirmed to work.
This commit is contained in:
parent
2a7cafaf97
commit
6293999b4b
@ -38,6 +38,16 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>February 15th, 2023</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Update to x264-20230215 and x265-20230215. Fixes
|
||||
<ulink url="&blfs-ticket-root;17657">#17657</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>February 14th, 2023</para>
|
||||
<itemizedlist>
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY x264-download-http "&sources-anduin-http;/x264/x264-&x264-version;.tar.xz">
|
||||
<!ENTITY x264-download-ftp " ">
|
||||
<!ENTITY x264-md5sum "15a410f70ca4c323dfcc7d4390c7c7b5">
|
||||
<!ENTITY x264-size "672 KB">
|
||||
<!ENTITY x264-md5sum "24eb4eae0d6358f31228c9ff86046c6f">
|
||||
<!ENTITY x264-size "673 KB">
|
||||
<!ENTITY x264-buildsize "14 MB">
|
||||
<!ENTITY x264-time "0.4 SBU (Using parallelism=4)">
|
||||
<!ENTITY x264-time "0.3 SBU (Using parallelism=4)">
|
||||
]>
|
||||
|
||||
<sect1 id="x264" xreflabel="x264-&x264-version;">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY x265-download-http "&sources-anduin-http;/x265/x265-&x265-version;.tar.xz">
|
||||
<!ENTITY x265-download-ftp " ">
|
||||
<!ENTITY x265-md5sum "d6d470b22dedb72596c459b6204419d2">
|
||||
<!ENTITY x265-md5sum "e735837f5e3fa95889e0a72eca39fccf">
|
||||
<!ENTITY x265-size "1.0 MB">
|
||||
<!ENTITY x265-buildsize "56 MB">
|
||||
<!ENTITY x265-time "1.4 SBU (using parallelism=4)">
|
||||
<!ENTITY x265-buildsize "52 MB">
|
||||
<!ENTITY x265-time "0.9 SBU (using parallelism=4)">
|
||||
]>
|
||||
|
||||
<sect1 id="x265" xreflabel="x265-&x265-version;">
|
||||
@ -97,11 +97,13 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<!-- the default build is Release, no need to specify that -->
|
||||
<screen><userinput>mkdir bld &&
|
||||
cd bld &&
|
||||
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DGIT_ARCHETYPE=1 ../source &&
|
||||
-DGIT_ARCHETYPE=1 \
|
||||
-Wno-dev ../source &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -121,14 +123,19 @@ rm -vf /usr/lib/libx265.a </userinput></screen>
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<command>-DGIT_ARCHETYPE=1</command>: Upstream no longer provides
|
||||
<parameter>-DGIT_ARCHETYPE=1</parameter>: Upstream no longer provides
|
||||
releases. BLFS is using a git snapshot, but if the builder has not
|
||||
installed <application>git</application> the build will not install
|
||||
the shared library or the pkgconfig file without this switch.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<command>rm -vf /usr/lib/libx265.a</command>: BLFS does not recommend
|
||||
<parameter>-Wno-dev</parameter>: This switch is used to suppress warnings
|
||||
intended for the package's developers.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>rm -vf /usr/lib/libx265.a</parameter>: BLFS does not recommend
|
||||
using static libraries.
|
||||
</para>
|
||||
</sect2>
|
||||
|
@ -1038,8 +1038,8 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY speexdsp-version "1.2.1">
|
||||
<!ENTITY taglib-version "1.13">
|
||||
<!ENTITY v4l-utils-version "1.22.1">
|
||||
<!ENTITY x264-version "20220819">
|
||||
<!ENTITY x265-version "20220819">
|
||||
<!ENTITY x264-version "20230215">
|
||||
<!ENTITY x265-version "20230215">
|
||||
<!ENTITY xine-lib-version "1.2.13">
|
||||
<!ENTITY xvid-version "1.3.7">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user