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-8.0 platform.
Download (HTTP): https://bitbucket.org/multicoreware/x265/downloads/x265_2.3.tar.gz
Download MD5 sum: 18716a7e0c6f6ebd2a1035b82cec30de
Download size: 1.2 MB
Estimated disk space required: 23 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_2.3-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 2017-02-17 16:10:58 -0800