Ticket #60148: Portfile-mkvtoolnix.diff

File Portfile-mkvtoolnix.diff, 1.7 KB (added by mf2k (Frank Schima), 4 years ago)
  • Portfile

    old new  
    66
    77# The developer does not accept macOS-specific bug reports, but does
    88# accept pull requests.
    9 github.setup        mbunkus mkvtoolnix 41.0.0 release-
     9github.setup        mbunkus mkvtoolnix 45.0.0 release-
    1010revision            0
    11 checksums           rmd160  17b2f3b7d6eb87e9d9d4aac536b66705c18d497f \
    12                     sha256  7cdd6ad9144324162604172b7e96cb13cdbb7913e07c4ad7633344aac20e4103 \
    13                     size    7401548
     11checksums           rmd160  a94a0848c7185befd5ce136f545728fea8d5f050 \
     12                    sha256  995208f38e5d77da326ec2718a820357219856d8e375081e5d8d7ab9239b6d66 \
     13                    size    7500448
    1414
    1515categories          multimedia
    1616platforms           darwin
     
    5151
    5252depends_run         port:ruby${version_ruby_mp}
    5353
     54# Set --maxdepth 6000 to fix problem building docs with xsltproc
     55patchfiles          patch-Rakefile.diff
     56
    5457post-patch {
    5558    fs-traverse f ${worksrcpath} {
    5659        set t [file tail ${f}]
     
    8184                    --with-docbook-xsl-root=${prefix}/share/xsl/docbook-xsl-nons \
    8285                    --with-po4a=${prefix}/bin/po4a \
    8386                    --with-po4a-translate=${prefix}/bin/po4a-translate \
    84                     --disable-qt
     87                    --disable-qt \
     88                    --disable-update-check
    8589
    8690configure.ldflags-append ${cxx_stdlibflags}
    8791
     
    9296variant qtgui description {Build with the qt5 GUI} {
    9397    PortGroup       app 1.0
    9498    PortGroup       qt5 1.0
    95    
     99
    96100    app.name        MKVToolNix
    97101    app.executable  mkvtoolnix-gui
    98102    app.icon        ${worksrcpath}/share/icons/256x256/mkvtoolnix-gui.png