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

    version 1.2.11

      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.11 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 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: xmms
      Version: 1.2.11
      set branch [join [lrange [split ${version} .] 0 1] .]
      Category: audio
      Maintainers: nomaintainer
      Homepage: http://www.xmms.org/
      Master Sites: ${homepage}files/${branch}.x/
      Platform: darwin

      Description: X11 MultiMedia System

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

      use_bzip2 yes

      depends_build bin:bison:bison

      depends_lib port:glib1 port:gtk1 port:esound port:gettext port:libiconv port:libvorbis port:libmikmod port:libogg

      Checksums: md5 f3e6dbaf0b3f571a532ab575656be506 sha1 9d1eae4baab25fd35c9ddfb49321ca60222f672d rmd160 466a624572574c56595ef34f42c43d0b74857b0a

      Patch Files: patch-libxmms_util.c.diff patch-xmms_Makefile.in.diff patch-General-ir-ir.c patch-Intel-noasm.diff patch-configure.diff

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

      configure.args --disable-alsatest --with-gtk=${prefix} --mandir=${prefix}/share/man

      # 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
      }

      universal_variant no

      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/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.