Ticket #60148: Portfile-mkvtoolnix.diff
File Portfile-mkvtoolnix.diff, 1.7 KB (added by mf2k (Frank Schima), 5 years ago) |
---|
-
Portfile
old new 6 6 7 7 # The developer does not accept macOS-specific bug reports, but does 8 8 # accept pull requests. 9 github.setup mbunkus mkvtoolnix 4 1.0.0 release-9 github.setup mbunkus mkvtoolnix 45.0.0 release- 10 10 revision 0 11 checksums rmd160 17b2f3b7d6eb87e9d9d4aac536b66705c18d497f\12 sha256 7cdd6ad9144324162604172b7e96cb13cdbb7913e07c4ad7633344aac20e4103\13 size 7 40154811 checksums rmd160 a94a0848c7185befd5ce136f545728fea8d5f050 \ 12 sha256 995208f38e5d77da326ec2718a820357219856d8e375081e5d8d7ab9239b6d66 \ 13 size 7500448 14 14 15 15 categories multimedia 16 16 platforms darwin … … 51 51 52 52 depends_run port:ruby${version_ruby_mp} 53 53 54 # Set --maxdepth 6000 to fix problem building docs with xsltproc 55 patchfiles patch-Rakefile.diff 56 54 57 post-patch { 55 58 fs-traverse f ${worksrcpath} { 56 59 set t [file tail ${f}] … … 81 84 --with-docbook-xsl-root=${prefix}/share/xsl/docbook-xsl-nons \ 82 85 --with-po4a=${prefix}/bin/po4a \ 83 86 --with-po4a-translate=${prefix}/bin/po4a-translate \ 84 --disable-qt 87 --disable-qt \ 88 --disable-update-check 85 89 86 90 configure.ldflags-append ${cxx_stdlibflags} 87 91 … … 92 96 variant qtgui description {Build with the qt5 GUI} { 93 97 PortGroup app 1.0 94 98 PortGroup qt5 1.0 95 99 96 100 app.name MKVToolNix 97 101 app.executable mkvtoolnix-gui 98 102 app.icon ${worksrcpath}/share/icons/256x256/mkvtoolnix-gui.png