Ticket #24224: x264-20091018.diff
File x264-20091018.diff, 2.7 KB (added by davidfavor (David Favor), 15 years ago) |
---|
-
Portfile
old new 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 # $Id : Portfile 65429 2010-03-26 04:48:55Z ryandesign@macports.org$2 # $Id$ 3 3 4 4 PortSystem 1.0 5 5 PortGroup muniversal 1.0 6 6 PortGroup xcodeversion 1.0 7 7 8 name x264 9 version 20100224 10 categories multimedia 11 platforms darwin 12 maintainers devans openmaintainer 13 description x264 - a free h264/avc encoder 8 name x264 9 version 20091018 10 revision 2 11 categories multimedia 12 platforms darwin 13 maintainers devans openmaintainer 14 description x264 - a free h264/avc encoder 14 15 long_description x264 is a free library for encoding H264/AVC video streams. \ 15 16 Chen (vfw/nasm), Justin Clay(vfw), Måns Rullgård and Loren \17 18 19 homepage 20 master_sites 21 distname 22 23 checksums md5 b d6be1d6a28475a0cffc58ba4c9d111f\24 sha1 6d79b91b6c37905f8116c731dc82a761abbfb4b6\25 rmd160 dda2aca4914020232ae281f2497732f9b9c6df0316 The code is written by Laurent Aimar, Eric Petit(OS X), Min \ 17 Chen (vfw/nasm), Justin Clay(vfw), MÃ¥ns RullgÃ¥rd and Loren \ 18 Merritt from scratch. It is released under the terms of the \ 19 GPL license. 20 homepage http://www.videolan.org/x264.html 21 master_sites ftp://ftp.videolan.org/pub/videolan/x264/snapshots/ 22 distname ${name}-snapshot-${version}-2245 23 24 checksums md5 b51877566d9672a58af8df1359f2c10e \ 25 sha1 80a2f5c77183e02c031b52d6717ad8a9a67318d2 \ 26 rmd160 512634bd0f318df16426fd4624fbc00ecfbc3868 26 27 27 use_bzip2 28 use_bzip2 yes 28 29 29 30 minimum_xcodeversions {9 3.1} 30 31 … … 43 44 configure.args-append --host=${build_arch}-apple-darwin${os.major} 44 45 eval configure.ldflags-append ${configure.cc_archflags} 45 46 } 46 foreach arch ${universal_archs} {47 set merger_configure_args(${arch}) --host=${arch}-apple-darwin${os.major}48 }49 configure.universal_args-delete --disable-dependency-tracking50 51 47 52 48 configure.cflags-append -I. -fno-common -read_only_relocs suppress 53 49 54 destroot.args 50 destroot.args DIR_INSTALL=${destroot}${prefix} 55 51 56 build.target 52 build.target default 57 53 58 54 # 59 55 # intel assembler optimizations using yasm continue