Ticket #24224: x264-20091018.diff

File x264-20091018.diff, 2.7 KB (added by davidfavor (David Favor), 14 years ago)
  • Portfile

    old new  
    11# -*- 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$
    33
    44PortSystem 1.0
    55PortGroup               muniversal 1.0
    66PortGroup               xcodeversion 1.0
    77
    8 name            x264
    9 version         20100224
    10 categories      multimedia
    11 platforms       darwin
    12 maintainers     devans openmaintainer
    13 description     x264 - a free h264/avc encoder
     8name            x264
     9version         20091018
     10revision        2
     11categories      multimedia
     12platforms       darwin
     13maintainers     devans openmaintainer
     14description     x264 - a free h264/avc encoder
    1415long_description x264 is a free library for encoding H264/AVC video streams. \
    15                 The code is written by Laurent Aimar, Eric Petit(OS X), Min \
    16                 Chen (vfw/nasm), Justin Clay(vfw), Måns Rullgård and Loren \
    17                 Merritt from scratch. It is released under the terms of the \
    18                 GPL license.
    19 homepage        http://www.videolan.org/x264.html
    20 master_sites    ftp://ftp.videolan.org/pub/videolan/x264/snapshots/
    21 distname        ${name}-snapshot-${version}-2245
    22 
    23 checksums           md5     bd6be1d6a28475a0cffc58ba4c9d111f \
    24                     sha1    6d79b91b6c37905f8116c731dc82a761abbfb4b6 \
    25                     rmd160  dda2aca4914020232ae281f2497732f9b9c6df03
     16                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.
     20homepage        http://www.videolan.org/x264.html
     21master_sites    ftp://ftp.videolan.org/pub/videolan/x264/snapshots/
     22distname        ${name}-snapshot-${version}-2245
     23
     24checksums           md5     b51877566d9672a58af8df1359f2c10e \
     25                    sha1    80a2f5c77183e02c031b52d6717ad8a9a67318d2 \
     26                    rmd160  512634bd0f318df16426fd4624fbc00ecfbc3868
    2627
    27 use_bzip2       yes
     28use_bzip2       yes
    2829
    2930minimum_xcodeversions {9 3.1}
    3031
     
    4344    configure.args-append   --host=${build_arch}-apple-darwin${os.major}
    4445    eval configure.ldflags-append ${configure.cc_archflags}
    4546}
    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-tracking
    50 
    5147
    5248configure.cflags-append -I. -fno-common -read_only_relocs suppress
    5349
    54 destroot.args   DIR_INSTALL=${destroot}${prefix}
     50destroot.args   DIR_INSTALL=${destroot}${prefix}
    5551
    56 build.target    default
     52build.target    default
    5753
    5854#
    5955# intel assembler optimizations using yasm continue