1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name x265 |
---|
7 | version 1.7 |
---|
8 | categories multimedia |
---|
9 | platforms darwin |
---|
10 | license GPL-2+ |
---|
11 | maintainers ays388@gmail.com openmaintainer |
---|
12 | description H.265 encoder |
---|
13 | long_description x265 is a free software library and application for \ |
---|
14 | encoding video streams into the H.265/MPEG-H HEVC \ |
---|
15 | compression format, and is released under the terms of the \ |
---|
16 | GNU GPL. |
---|
17 | homepage https://www.videolan.org/developers/x265.html |
---|
18 | depends_build port:cmake \ |
---|
19 | port:yasm |
---|
20 | master_sites ftp://ftp.videolan.org/pub/videolan/x265/ |
---|
21 | distname ${name}_${version} |
---|
22 | checksums sha256 a52ca95e8e64219c1e8e73a9abf0bb7151ced2c93756a623cf2b7e5cf8226585 |
---|
23 | worksrcdir ${distname}/source |
---|
24 | configure.cmd cmake |
---|
25 | configure.pre_args -DCMAKE_INSTALL_PREFIX=${prefix} |
---|
26 | configure.args -DCMAKE_INSTALL_NAME_DIR=${prefix}/lib |
---|
27 | configure.post_args . |
---|