x265 package provides a library for encoding video streams into the H.265/HEVC format.
This package is known to build and work properly using an LFS-7.9 platform.
Download (HTTP): https://bitbucket.org/multicoreware/x265/downloads/x265_1.9.tar.gz
Download MD5 sum: f34a1c4c660ff07511365cb0983cf164
Download size: 936 KB
Estimated disk space required: 25 MB
Estimated build time: 0.7 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/x265
Install x265 by running the following commands:
patch -Np1 -i ../x265-1.9-enable_static-1.patch &&
mkdir bld &&
cd bld &&
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_STATIC=OFF \
../source &&
make
This package does not come with a test suite.
Now, as the root user:
make install
Last updated on 2016-02-24 00:06:22 -0800