Ticket #32506: Portfile-x264.diff

File Portfile-x264.diff, 950 bytes (added by marin.saric@…, 13 years ago)

x264 Portfile update, new version, adding a static build

  • Portfile

    old new  
    66PortGroup               xcodeversion 1.0
    77
    88name            x264
    9 version         20111023
     9version         20111210
    1010categories      multimedia
    1111license         GPL-2+
    1212platforms       darwin
     
    2222                ftp://ftp.videolan.org/pub/videolan/x264/snapshots/
    2323distname        ${name}-snapshot-${version}-2245-stable
    2424
    25 checksums       rmd160  7ab5c81cdc19cb354f0c28c9924c731ece873d3c \
    26                 sha256  cb4e117f64ce456c2e3d87aee32f8f00dbf55f27934cc2dcf99d212ca90b477f
     25checksums       rmd160  5ca30189423d95e9bb4da595279861ab23c77434 \
     26                sha256  cacbb2c3f5fbdb60aeec8d2db9e4c52b1b9699de12c8a64dda3139c3a146498d
    2727
    2828use_bzip2       yes
    2929
     
    3131
    3232configure.args   --enable-pic \
    3333                 --enable-shared \
     34                 --enable-static \
    3435                 --disable-asm
    3536
    3637# asm works with a 64-bit snow leopard build