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 | PortGroup cmake 1.0 |
---|
7 | |
---|
8 | name x265 |
---|
9 | version 1.7 |
---|
10 | categories multimedia |
---|
11 | platforms darwin |
---|
12 | license GPL-2+ |
---|
13 | maintainers ays388@gmail.com openmaintainer |
---|
14 | description H.265 encoder |
---|
15 | long_description x265 is a free software library and application for \ |
---|
16 | encoding video streams into the H.265/MPEG-H HEVC \ |
---|
17 | compression format, and is released under the terms of the \ |
---|
18 | GNU GPL. |
---|
19 | homepage https://www.videolan.org/developers/x265.html |
---|
20 | depends_build port:yasm |
---|
21 | master_sites ftp://ftp.videolan.org/pub/videolan/x265/ |
---|
22 | distname ${name}_${version} |
---|
23 | checksums sha256 a52ca95e8e64219c1e8e73a9abf0bb7151ced2c93756a623cf2b7e5cf8226585 |
---|
24 | worksrcdir ${distname}/source |
---|
25 | cmake.out_of_source yes |
---|