Ticket #39547: mlt-Portfile-39383.diff
File mlt-Portfile-39383.diff, 1.6 KB (added by ddennedy (Dan Dennedy), 11 years ago) |
---|
-
multimedia/mlt/Portfile
old new 7 7 name mlt 8 8 epoch 3 9 9 version 0.9.0 10 revision 1 10 11 categories multimedia 11 12 maintainers dennedy.org:dan 12 13 license GPL-2+ … … 37 38 depends_lib-append port:atk \ 38 39 port:frei0r-plugins \ 39 40 path:lib/libavcodec.dylib:ffmpeg \ 40 port:gtk2 \41 41 port:libdv \ 42 42 port:libsamplerate \ 43 43 path:lib/pkgconfig/sdl.pc:libsdl \ … … 48 48 --qimage-libdir=${qt_libs_dir} \ 49 49 --qimage-includedir=${qt_includes_dir}/Qt \ 50 50 --disable-jackrack \ 51 --disable-mmx 51 --disable-mmx \ 52 --disable-gtk2 52 53 53 54 platform darwin 10 { 54 55 if { ${build_arch} == "x86_64" } { … … 69 70 build.env-append CFLAGS="${configure.cflags}" LDFLAGS="${configure.ldflags}" 70 71 build.args-append CC="${configure.cc}" CXX="${configure.cxx}" CPP="${configure.cpp}" 71 72 72 variant no_x11 description {exclude the gtk2 module to prevent pulling in X11 dependencies} {73 configure.args- append --disable-gtk274 depends_lib- deleteport:gtk273 variant gtk2 description {include the gtk2 module (for additional image and text producers)} { 74 configure.args-delete "--disable-gtk2" 75 depends_lib-append port:gtk2 75 76 } 76 77 77 78 livecheck.type regex