Ticket #21925: mlt-0.4.6-Portfile.patch

File mlt-0.4.6-Portfile.patch, 1.1 KB (added by ddennedy (Dan Dennedy), 15 years ago)
  • multimedia/mlt/Portfile

    old new PortSystem 1.0 
    55
    66name                mlt
    77epoch               1
    8 version             0.4.2
     8version             0.4.6
    99categories          multimedia
    1010maintainers         dennedy.org:dan
    1111description         Open source multimedia framework - core libraries
    platforms darwin 
    2323
    2424fetch.type          git
    2525git.url             git://mltframework.org/mlt.git
    26 git.branch          v0.4.2
     26git.branch          v${version}
    2727worksrcdir          mlt
    2828
    2929depends_build       port:pkgconfig \
    configure.args --enable-gpl \ 
    4646                    --qimage-includedir=${prefix}/libexec/qt4-mac/include/Qt \
    4747                    --avformat-swscale \
    4848                    --disable-jackrack
     49platform darwin 8 {
     50   configure.args-append --disable-mmx
     51}
    4952
    5053configure.pkg_config_path   ${prefix}/lib/pkgconfig:${prefix}/libexec/qt4-mac/lib/pkgconfig
    5154configure.pkg_config        ${prefix}/bin/pkg-config