Ticket #26476: mlt-0.5.10.diff
File mlt-0.5.10.diff, 1.9 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago) |
---|
-
Portfile
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 … … 20 19 This package contains the files necessary for running applications that use \ 21 20 the MLT multimedia framework. 22 21 homepage http://www.mltframework.org 22 master_sites sourceforge 23 23 platforms darwin 24 24 25 fetch.type git 26 git.url git://mltframework.org/mlt.git 27 git.branch v${version} 28 worksrcdir mlt 25 checksums sha1 e0b3d8f77ad6d97d6495614e78dfbbb531e70f77 \ 26 rmd160 015053ddb98175adc905d2ccf29ae962f295a9bb 29 27 30 28 # ffmpeg-devel is not universal 31 29 universal_variant no … … 36 34 37 35 depends_lib port:atk \ 38 36 port:frei0r-plugins \ 39 p ort:ffmpeg-devel\37 path:lib/libavcodec.dylib:ffmpeg \ 40 38 port:gtk2 \ 41 39 port:libdv \ 42 40 port:libsamplerate \ … … 51 49 --disable-jackrack \ 52 50 --disable-mmx 53 51 52 platform darwin 10 { 53 if { ${build_arch} == "x86_64" } { 54 configure.args-delete --disable-mmx 55 } 56 } 57 54 58 configure.pkg_config_path ${prefix}/lib/pkgconfig:${prefix}/libexec/qt4-mac/lib/pkgconfig 55 59 configure.pkg_config ${prefix}/bin/pkg-config 56 60 … … 67 71 depends_lib-delete port:gtk2 68 72 } 69 73 70 livecheck.type none 74 livecheck.type regex 75 livecheck.url http://sourceforge.net/projects/${name}/files/ 76 livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}