Mlt version 0.4.6 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    version 0.4.6

      View the most recent changes for the mlt port at: mlt.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for mlt.
      The raw portfile for mlt 0.4.6 is located here:
      http://mlt.darwinports.com/dports/multimedia/mlt/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/mlt


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The mlt Portfile 58992 2009-10-08 11:02:56Z jmr macports.org $

      PortSystem 1.0

      Name: mlt
      epoch 1
      Version: 0.4.6
      Category: multimedia
      Maintainers: dennedy.org:dan
      Description: Open source multimedia framework - core libraries
      Long Description: MLT is an open source multimedia framework, designed and developed for television broadcasting. It provides a toolkit for broadcasters, video editors, media players, transcoders, web streamers and many more types of applications. The functionality of the system is provided via an assortment of ready to use tools, xml authoring components, and an extendible plug-in based API. This package contains the files necessary for running applications that use the MLT multimedia framework.
      Homepage: http://www.mltframework.org
      Platform: darwin

      fetch.type git
      git.url git://mltframework.org/mlt.git
      git.branch v${version}
      worksrcdir mlt

      depends_build port:pkgconfig port:git-core port:doxygen

      depends_lib port:atk port:frei0r-plugins path:lib/libavcodec.dylib:ffmpeg port:gtk2 port:libdv port:libsamplerate path:lib/pkgconfig/sdl.pc:libsdl port:libvorbis port:qt4-mac port:sox

      configure.args --enable-gpl --qimage-libdir=${prefix}/libexec/qt4-mac/lib --qimage-includedir=${prefix}/libexec/qt4-mac/include/Qt --avformat-swscale --disable-jackrack
      platform darwin 8 {
      configure.args-append --disable-mmx
      }

      configure.pkg_config_path ${prefix}/lib/pkgconfig:${prefix}/libexec/qt4-mac/lib/pkgconfig
      configure.pkg_config ${prefix}/bin/pkg-config

      configure.cflags-append "-I${prefix}/include"
      configure.cflags-append "-I${prefix}/libexec/qt4-mac/include"
      configure.ldflags-append "-L${prefix}/lib"
      build.env CFLAGS="${configure.cflags}" LDFLAGS="${configure.ldflags}"

      livecheck.type none

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/mlt
      % sudo port install mlt
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching mlt
      ---> Verifying checksum for mlt
      ---> Extracting mlt
      ---> Configuring mlt
      ---> Building mlt with target all
      ---> Staging mlt into destroot
      ---> Installing mlt
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using mlt with these commands:
      %  man mlt
      % apropos mlt
      % which mlt
      % locate mlt

     Where to find more information:

    Darwin Ports



    Lightbox this page.