Ticket #26476: mlt-0.5.10.diff

File mlt-0.5.10.diff, 1.9 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)

proposed patch

  • Portfile

     
    55
    66name                mlt
    77epoch               1
    8 version             0.5.6
    9 revision            1
     8version             0.5.10
    109categories          multimedia
    1110maintainers         dennedy.org:dan
    1211description         Open source multimedia framework - core libraries
     
    2019                    This package contains the files necessary for running applications that use \
    2120                    the MLT multimedia framework.
    2221homepage            http://www.mltframework.org
     22master_sites        sourceforge
    2323platforms           darwin
    2424
    25 fetch.type          git
    26 git.url             git://mltframework.org/mlt.git
    27 git.branch          v${version}
    28 worksrcdir          mlt
     25checksums           sha1    e0b3d8f77ad6d97d6495614e78dfbbb531e70f77 \
     26                    rmd160  015053ddb98175adc905d2ccf29ae962f295a9bb
    2927
    3028# ffmpeg-devel is not universal
    3129universal_variant   no
     
    3634
    3735depends_lib         port:atk \
    3836                    port:frei0r-plugins \
    39                     port:ffmpeg-devel \
     37                    path:lib/libavcodec.dylib:ffmpeg \
    4038                    port:gtk2 \
    4139                    port:libdv \
    4240                    port:libsamplerate \
     
    5149                    --disable-jackrack \
    5250                    --disable-mmx
    5351
     52platform darwin 10 {
     53    if { ${build_arch} == "x86_64" } {
     54        configure.args-delete --disable-mmx
     55    }
     56}
     57
    5458configure.pkg_config_path   ${prefix}/lib/pkgconfig:${prefix}/libexec/qt4-mac/lib/pkgconfig
    5559configure.pkg_config        ${prefix}/bin/pkg-config
    5660
     
    6771    depends_lib-delete      port:gtk2
    6872}
    6973
    70 livecheck.type     none
     74livecheck.type      regex
     75livecheck.url       http://sourceforge.net/projects/${name}/files/
     76livecheck.regex     /${name}-(\[0-9.\]+)${extract.suffix}