Ticket #51411: mlt.2.diff
File mlt.2.diff, 1.9 KB (added by RJVB (René Bertin), 8 years ago) |
---|
-
multimedia/mlt/Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id$3 2 4 3 PortSystem 1.0 5 4 PortGroup muniversal 1.0 6 PortGroup qt4 1.07 5 8 6 name mlt 9 7 epoch 3 10 version 6.0.0 11 revision 1 8 version 6.4.1 12 9 categories multimedia 13 10 maintainers dennedy.org:dan 14 11 license GPL-2+ … … 27 24 master_sites sourceforge:project/mlt/mlt 28 25 platforms darwin 29 26 30 checksums rmd160 e9b03671545aa5349541495bc226328f639178cf \ 31 sha256 317874cfc7fc528dddbb3a7a32fd46372aae22bdc4527be1cfb55c93fa66e3bd 27 checksums rmd160 647cdad41974b93c5745a358e1129f2ed5f6e577 \ 28 sha256 d3a992f3e67463e68630cb0b455d408a2a12f4da7a19e46807fa08a79f09b2b6 29 30 subport ${name}-qt5 { 31 description ${description} - Qt5 version 32 long_description \ 33 ${long_description} Built against Qt5. 34 } 35 36 if {${subport} eq "${name}"} { 37 conflicts ${name}-qt5 38 PortGroup qt4 1.0 39 } else { 40 conflicts ${name} 41 PortGroup qt5 1.0 42 } 32 43 33 44 depends_build-append port:git \ 34 45 port:doxygen … … 44 55 port:libxml2 \ 45 56 port:libexif 46 57 47 configure.args --enable-gpl \ 58 configure.args-append \ 59 --enable-gpl \ 48 60 --qt-libdir=${qt_frameworks_dir} \ 49 --qt-includedir=${qt_includes_dir} /Qt\61 --qt-includedir=${qt_includes_dir} \ 50 62 --disable-jackrack \ 51 63 --disable-mmx \ 52 64 --disable-gtk2 \