1 | # $Id: Portfile 22938 2007-03-19 21:17:13Z pipping@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name x264 |
---|
5 | version 20070411 |
---|
6 | revision 1 |
---|
7 | categories multimedia |
---|
8 | platforms darwin |
---|
9 | maintainers bytestorm@gmail.com |
---|
10 | description x264 - a free h264/avc encoder |
---|
11 | long_description x264 is a free library for encoding H264/AVC video streams. \ |
---|
12 | The code is written by Laurent Aimar, Eric Petit(OS X), Min \ |
---|
13 | Chen (vfw/nasm), Justin Clay(vfw), Måns Rullgård and Loren \ |
---|
14 | Merritt from scratch. It is released under the terms of the \ |
---|
15 | GPL license. |
---|
16 | homepage http://www.videolan.org/x264.html |
---|
17 | master_sites ftp://ftp.videolan.org/pub/videolan/x264/snapshots/ |
---|
18 | distname ${name}-snapshot-${version}-2245 |
---|
19 | checksums sha1 01e97d17dff1ec3041fc83d4c0d3001a017bee55 |
---|
20 | use_bzip2 yes |
---|
21 | |
---|
22 | depends_build bin:svn:subversion |
---|
23 | |
---|
24 | configure.args \ |
---|
25 | --enable-pthread --enable-pic |
---|
26 | |
---|
27 | |
---|
28 | destroot.args DIR_INSTALL=${destroot}${prefix} |
---|
29 | |
---|
30 | build.target default |
---|
31 | |
---|
32 | variant ssse3 { |
---|
33 | depends_build-append port:yasm |
---|
34 | } |
---|