Commits
David B. Evans authored 99cb752a32e
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup muniversal 1.0 |
5 5 | PortGroup xcodeversion 1.0 |
6 6 | |
7 7 | name x264 |
8 - | version 20170522 |
8 + | version 20171225 |
9 9 | categories multimedia |
10 10 | license GPL-2+ |
11 11 | platforms darwin |
12 12 | maintainers {devans @dbevans} openmaintainer |
13 13 | description x264 - a free h264/avc encoder |
14 14 | long_description x264 is a free library for encoding H264/AVC video streams. \ |
15 15 | The code is written by Laurent Aimar, Eric Petit(OS X), Min \ |
16 16 | Chen (vfw/nasm), Justin Clay(vfw), Måns Rullgård and Loren \ |
17 17 | Merritt from scratch. It is released under the terms of the \ |
18 18 | GPL license. |
19 19 | homepage http://www.videolan.org/x264.html |
20 20 | master_sites http://ftp.videolan.org/pub/videolan/x264/snapshots/ |
21 21 | |
22 22 | dist_subdir x264 |
23 23 | distname ${name}-snapshot-${version}-2245-stable |
24 24 | |
25 25 | use_bzip2 yes |
26 26 | |
27 - | checksums rmd160 e80bf30df19746450547f3d1147f2bd5bcfdc3c7 \ |
28 - | sha256 f73d5006d69024d11ef457e430ea046966deb908670a183b93ba1866d4afcb20 |
27 + | checksums rmd160 e22257528fea7490df1b3c4b21a15df9fb801833 \ |
28 + | sha256 91143276d18414f1c94ecdc472b063c874308833d57d7353f15286372ba4ba68 \ |
29 + | size 750690 |
29 30 | |
30 31 | minimum_xcodeversions {9 3.1} |
31 32 | |
32 - | depends_build port:yasm |
33 + | depends_build port:nasm |
33 34 | |
34 35 | configure.args --enable-pic \ |
35 36 | --enable-shared \ |
36 37 | --enable-static \ |
37 38 | --disable-avs \ |
38 39 | --disable-swscale \ |
39 40 | --disable-lavf \ |
40 41 | --disable-ffms \ |
41 42 | --disable-gpac \ |
42 43 | --disable-lsmash |