UmVirt LFS Package info
DB commit: f62baf7ba8eded2e302a2eb6b9da5f0cb7e95fef
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
x265
x265 package provides a library for encoding video streams into the H.265/HEVC format.Package info
Template:
Codename: x265
Source file: x265_3.6.tar.gz
Source file size: 1655889
Source file MD5-checkum: 99997ecc8ee4d3575ba7715c759ad3bb
Source directory: x265_3.6
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/x/x265_3.6.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/x/x265_3.6.tar.gz.md5sum
Dependances: cmake, nasm.
Dependance of: shotcut, ffmpeg.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir bld &&
cd bld &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
-W no-dev ../source
Build script:
cd bld &&
make
Install script:
cd bld &&
make install
if [[ "$ULFS_PKG_STATIC" != "YES" ]]
then
rm -vf /usr/lib/libx265.a
fi