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

    version 0.4.5

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


      # -*- 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 lmms Portfile 57605 2009-09-14 01:56:19Z raimue macports.org $

      PortSystem 1.0
      PortGroup cmake 1.0

      Name: lmms
      Version: 0.4.5
      Category: multimedia
      Maintainers: nomaintainer

      Description: Linux Multimedia Studio
      Long Description: Free alternative to popular programs such as FruityLoops, Cubase and Logic

      Homepage: http://lmms.sourceforge.net
      Platform: darwin
      Master Sites: sourceforge
      #parallel build seems broken :(
      use_parallel_build no
      use_bzip2 yes
      Checksums: md5 6d58d73b44baddadc4f0ac6464fbd530 sha1 b26299c027b1e7f228e4d0110beb4b0a968eecb8 rmd160 ad75e29a8c94f82e1178eacd838d524177bc3896

      #disable VST because it is not supported on OS X
      configure.args-append -DWANT_VST=off

      depends_lib port:libsndfile port:qt4-mac path:lib/pkgconfig/sdl.pc:libsdl port:fftw-3-single port:fluidsynth

      # Disable zynaddsubfx plugin on x86_64 as the included fltk does not build
      if {${configure.build_arch} == "x86_64"} {
      patchfiles patch-disable-zynaddsubfx.diff
      }

    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/lmms
      % sudo port install lmms
      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 lmms
      ---> Verifying checksum for lmms
      ---> Extracting lmms
      ---> Configuring lmms
      ---> Building lmms with target all
      ---> Staging lmms into destroot
      ---> Installing lmms
    - 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 lmms with these commands:
      %  man lmms
      % apropos lmms
      % which lmms
      % locate lmms

     Where to find more information:

    Darwin Ports



    Lightbox this page.