Xmms version 1.2.10 - How to Download and Install on Mac OS X
Saturday the 4th of July, 2009

    version 1.2.10

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
      The xmms Portfile 42119 2008-11-15 20:37:32Z devans macports.org $

      PortSystem 1.0

      Name: xmms
      Version: 1.2.10
      set branch [join [lrange [split ${version} .] 0 1] .]
      Revision: 2
      Category: audio
      Maintainers: nomaintainer
      Homepage: http://www.xmms.org/
      Master Sites: ${homepage}files/${branch}.x/ http://distfiles.macports.org/${name}/ http://trd.no.distfiles.macports.org/${name}
      Platform: darwin

      Description: X11 MultiMedia System

      Long Description: XMMS is a multimedia audio and video player for X11.

      use_bzip2 yes

      depends_lib lib:libglib.1:glib1 lib:libgtk.1:gtk1 lib:libesd.0:esound lib:libintl:gettext bin:bison:bison lib:libiconv:libiconv lib:libvorbis:libvorbis lib:libmikmod:libmikmod lib:libogg:libogg

      Checksums: md5 03a85cfc5e1877a2e1f7be4fa1d3f63c

      Patch Files: patch-xmms patch-General-ir-ir.c patch-Intel-noasm.diff

      configure.cflags-append -I${prefix}/include

      configure.args --disable-alsatest --with-gtk=${prefix}

      # There is no oss interface on darwin/osx
      platform darwin {
      configure.args-append --disable-oss
      }

      # Linux users might want alsa
      platform linux {
      configure.args-remove --disable-alsatest
      configure.args-append --enable-alsatest
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.