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

    version 1.1.8

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
      The mumble Portfile 59656 2009-10-19 02:43:37Z snc macports.org $

      PortSystem 1.0

      Name: mumble
      Version: 1.1.8
      Category: aqua audio
      license GPL
      Maintainers: snc openmaintainer
      Description: low-latency voice chat for gaming
      Long Description: Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming.
      Homepage: http://mumble.sourceforge.net/
      Platform: macosx

      Master Sites: sourceforge:mumble
      Checksums: md5 a7da012922d39b87c45d9f481d4b5efb sha1 83b5ef771b6801953290ee184f1590686e831b8c rmd160 d2d05993b38749f30ed67b8b92a22ef236dc7cf1
      distname mumble-${version}

      livecheck.type regex
      livecheck.url http://sourceforge.net/project/showfiles.php?group_id=147372&package_id=162594
      livecheck.regex "${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}"

      depends_lib port:qt4-mac port:openssl port:portaudio port:ice-cpp port:libsndfile port:protobuf-cpp

      depends_build port:boost

      configure.env QMAKESPEC=${prefix}/libexec/qt4-mac/mkspecs/macx-g++
      configure.cmd ${prefix}/bin/qmake-mac
      configure.pre_args CONFIG+=\"
      configure.post_args \" DEFINES+=NO_UPDATE_CHECK main.pro
      configure.args release no-dbus no-universal no-server

      Variant: dbus description {Build DBus support} {
      configure.args-delete no-dbus
      }

      Variant: universal {
      configure.args-delete no-universal
      }

      pre-build {
      system "sed -i '' -e 's,a.setLibraryPaths(QStringList());,a.setLibraryPaths(QStringList(\"${prefix}/libexec/qt4-mac/plugins\"));,' ${worksrcpath}/src/mumble/main.cpp"
      }

      build.env QMAKESPEC=${prefix}/libexec/qt4-mac/mkspecs/macx-g++

      destroot {
      file copy ${worksrcpath}/release/Mumble.app ${prefix}${applications_dir}/Mumble.app
      file copy ${worksrcpath}/release/plugins ${prefix}${applications_dir}/Mumble.app/Contents/Plugins
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.