Ticket #39547: mlt-Portfile-39383.diff

File mlt-Portfile-39383.diff, 1.6 KB (added by ddennedy (Dan Dennedy), 11 years ago)

drop no_x11 variant, add gtk2 variant

  • multimedia/mlt/Portfile

    old new  
    77name                mlt
    88epoch               3
    99version             0.9.0
     10revision            1
    1011categories          multimedia
    1112maintainers         dennedy.org:dan
    1213license             GPL-2+
     
    3738depends_lib-append  port:atk \
    3839                    port:frei0r-plugins \
    3940                    path:lib/libavcodec.dylib:ffmpeg \
    40                     port:gtk2 \
    4141                    port:libdv \
    4242                    port:libsamplerate \
    4343                    path:lib/pkgconfig/sdl.pc:libsdl \
     
    4848                    --qimage-libdir=${qt_libs_dir} \
    4949                    --qimage-includedir=${qt_includes_dir}/Qt \
    5050                    --disable-jackrack \
    51                     --disable-mmx
     51                    --disable-mmx \
     52                    --disable-gtk2
    5253
    5354platform darwin 10 {
    5455    if { ${build_arch} == "x86_64" } {
     
    6970build.env-append            CFLAGS="${configure.cflags}" LDFLAGS="${configure.ldflags}"
    7071build.args-append           CC="${configure.cc}" CXX="${configure.cxx}" CPP="${configure.cpp}"
    7172
    72 variant no_x11 description {exclude the gtk2 module to prevent pulling in X11 dependencies} {
    73     configure.args-append   --disable-gtk2
    74     depends_lib-delete      port:gtk2
     73variant gtk2 description {include the gtk2 module (for additional image and text producers)} {
     74    configure.args-delete   "--disable-gtk2"
     75    depends_lib-append      port:gtk2
    7576}
    7677
    7778livecheck.type      regex