Ticket #26476: mlt-0.5.10-Portfile.diff
File mlt-0.5.10-Portfile.diff, 1.1 KB (added by ddennedy (Dan Dennedy), 14 years ago) |
---|
-
multimedia/mlt/Portfile
old new 5 5 6 6 name mlt 7 7 epoch 1 8 version 0.5.6 9 revision 1 8 version 0.5.10 10 9 categories multimedia 11 10 maintainers dennedy.org:dan 12 11 description Open source multimedia framework - core libraries … … 36 35 37 36 depends_lib port:atk \ 38 37 port:frei0r-plugins \ 39 p ort:ffmpeg-devel\38 path:lib/libavcodec.dylib:ffmpeg \ 40 39 port:gtk2 \ 41 40 port:libdv \ 42 41 port:libsamplerate \ … … 51 50 --disable-jackrack \ 52 51 --disable-mmx 53 52 53 platform darwin 10 { 54 if { $build_arch == "x86_64" } { 55 configure.args-delete --disable-mmx 56 } 57 } 58 54 59 configure.pkg_config_path ${prefix}/lib/pkgconfig:${prefix}/libexec/qt4-mac/lib/pkgconfig 55 60 configure.pkg_config ${prefix}/bin/pkg-config 56 61