Ticket #51411: mlt.diff
File mlt.diff, 1.9 KB (added by RJVB (René Bertin), 8 years ago) |
---|
-
multimedia/mlt/Portfile
old new 3 3 4 4 PortSystem 1.0 5 5 PortGroup muniversal 1.0 6 PortGroup qt4 1.07 6 8 7 name mlt 9 8 epoch 3 10 version 6. 0.09 version 6.2.0 11 10 categories multimedia 12 11 maintainers dennedy.org:dan 13 12 license GPL-2+ … … 26 25 master_sites sourceforge:project/mlt/mlt 27 26 platforms darwin 28 27 29 checksums rmd160 e9b03671545aa5349541495bc226328f639178cf \ 30 sha256 317874cfc7fc528dddbb3a7a32fd46372aae22bdc4527be1cfb55c93fa66e3bd 28 checksums rmd160 3d9fb67e6d90aae844b0187f31df351c8bae8fd1 \ 29 sha256 5acdc8760cc28b19e9dc291f66cbe3faa2bc5e8d53e2de3ef543eb5be0feb9f4 30 31 subport qt5-${name} { 32 description ${description} - Qt5 version 33 long_description \ 34 ${long_description} Built against Qt5. 35 } 36 37 if {${subport} eq "${name}"} { 38 conflicts ${name}-qt5 qt5-${name} 39 PortGroup qt4 1.0 40 } else { 41 conflicts ${name} 42 PortGroup qt5 1.0 43 } 31 44 32 45 depends_build-append port:git \ 33 46 port:doxygen … … 43 56 port:libxml2 \ 44 57 port:libexif 45 58 46 configure.args --enable-gpl \ 59 # NB: qt-includedir can and should be set to ${qt_includes_dir}, 60 # not ${qt_includes_dir}/Qt !! 61 configure.args-append \ 62 --enable-gpl \ 47 63 --qt-libdir=${qt_frameworks_dir} \ 48 --qt-includedir=${qt_includes_dir} /Qt\64 --qt-includedir=${qt_includes_dir} \ 49 65 --disable-jackrack \ 50 66 --disable-mmx \ 51 67 --disable-gtk2 \