Ticket #21925: mlt-0.4.6-Portfile.patch
File mlt-0.4.6-Portfile.patch, 1.1 KB (added by ddennedy (Dan Dennedy), 15 years ago) |
---|
-
multimedia/mlt/Portfile
old new PortSystem 1.0 5 5 6 6 name mlt 7 7 epoch 1 8 version 0.4. 28 version 0.4.6 9 9 categories multimedia 10 10 maintainers dennedy.org:dan 11 11 description Open source multimedia framework - core libraries … … platforms darwin 23 23 24 24 fetch.type git 25 25 git.url git://mltframework.org/mlt.git 26 git.branch v 0.4.226 git.branch v${version} 27 27 worksrcdir mlt 28 28 29 29 depends_build port:pkgconfig \ … … configure.args --enable-gpl \ 46 46 --qimage-includedir=${prefix}/libexec/qt4-mac/include/Qt \ 47 47 --avformat-swscale \ 48 48 --disable-jackrack 49 platform darwin 8 { 50 configure.args-append --disable-mmx 51 } 49 52 50 53 configure.pkg_config_path ${prefix}/lib/pkgconfig:${prefix}/libexec/qt4-mac/lib/pkgconfig 51 54 configure.pkg_config ${prefix}/bin/pkg-config