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.10 platform.
Download (HTTP): https://bitbucket.org/multicoreware/x265/downloads/x265_2.0.tar.gz
Download MD5 sum: a4f16c0f054f002d6d8c9c6f7fb03026
Download size: 1.0 MB
Estimated disk space required: 21 MB
Estimated build time: 0.9 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/x265
Install x265 by running the following commands:
patch -Np1 -i ../x265_2.0-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-08-28 14:19:58 -0700