Ticket #45302: mpv-0.6.0.diff

File mpv-0.6.0.diff, 1.9 KB (added by marek.krolikowski@…, 10 years ago)
  • ports/multimedia/mpv/Portfile

    old new  
    55PortGroup               github 1.0
    66PortGroup               waf 1.0
    77
    8 github.setup            mpv-player mpv 0.5.0 v
     8github.setup            mpv-player mpv 0.6.0 v
    99revision                1
    1010categories              multimedia
    1111license                 GPL-2+
     
    2121                        and even H.264 movies.
    2222homepage                http://www.mpv.io/
    2323
    24 checksums               rmd160  f1d443d3c4999d1b1610f95fac43827a4cea8602 \
    25                         sha256  9ca7ab6fdd533c5ec9aac2a4963a42220940b5bc6c1de940ff1d174f57460965
     24checksums               rmd160  7730a45810e018029fb1f6a0525f112b8968362b \
     25                        sha256  158ef6066c1270e66bcf865bb250c8c6e1d7a1ace1d30c9a193956b30ee650c4
    2626
    2727depends_build           path:bin/pkg-config:pkgconfig
    2828depends_lib             path:lib/libavcodec.dylib:ffmpeg \
     
    5454                        --enable-libass \
    5555                        --enable-coreaudio \
    5656                        --enable-cocoa \
    57                         --enable-corevideo \
    5857                        --disable-vda-hwaccel \
    5958                        --disable-vda-gl
    6059
     
    189188    system -W "${worksrcpath}" "${waf.python} bootstrap.py"
    190189}
    191190
     191post-build {
     192    if {[variant_isset bundle]} {
     193        system -W "${worksrcpath}" "TOOLS/osxbundle.py build/mpv"
     194    }
     195}
     196
    192197post-destroot {
    193198    xinstall -d -m 0755 ${destroot}${prefix}/etc/${name}
    194199    foreach etcfile {encoding-profiles.conf example.conf input.conf} {
     
    208213
    209214    if {[variant_isset bundle]} {
    210215        xinstall -d -m 0755 ${destroot}${applications_dir}
    211         file rename ${destroot}${prefix}/bin/mpv.app ${destroot}${applications_dir}
     216        file rename ${worksrcpath}/build/mpv.app ${destroot}${applications_dir}
    212217    }
    213218}
    214219