Download and Install mpd-devel version 0.13.2 on Mac OS X
Friday the 25th of July, 2008

    mpd-devel  most recent diff


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



      # $Id: Portfile 37838 2008-06-25 15:30:41Z sfiera macports.org $

      PortSystem 1.0

      Name: mpd-devel
      Version: 0.13.2
      Category: audio
      Maintainers: sfiera openmaintainer
      Description: Music Player Daemon
      Long Description: Music Player Daemon (MPD) allows remote access for playing music (MP3, Ogg Vorbis, FLAC, AAC, Mod, and wave files) and managing playlists. MPD is designed for integrating a computer into a stereo system that provides control for music playback over a local network. It also makes a great desktop music player, especially if you are a console junkie, like frontend options, or restart X often.
      Homepage: http://www.musicpd.org/
      distname mpd-${version}
      Platform: darwin
      master_sites ${homepage}/uploads/files/
      checksums md5 33d0c7b08e2c9e2a6ad55703cb0d18d0 sha1 744800e3b667a0d11418029b8ed69f7414e06e9c rmd160 d21e3f6858ac8fb769d4278f988c17fe1580bc53

      depends_lib lib:libmad.0:libmad lib:libid3tag.0:libid3tag port:libiconv port:pkgconfig port:zlib port:libogg port:libvorbis port:libao
      configure.args --mandir=${prefix}/share/man --enable-id3 --enable-ao --disable-flac --disable-aac
      configure.cflags-append -I${prefix}/include
      default_variants +aac
      Variant: aac description {Support for aac files (default)} {
      depends_lib-append port:faad2
      configure.args-delete --disable-aac
      configure.args-append --enable-aac
      }
      Variant: flac description {Support for flac files} {
      depends_lib-append port:flac
      configure.args-delete --disable-flac
      configure.args-append --enable-flac
      }
      platform macosx {
      configure.args-delete --enable-ao
      configure.args-append --disable-ao
      depends_lib-delete port:libao
      }

      post-activate {
      ui_msg "You may get \"Problems shmget'ing\" message when launching mpd.
      In this case, you can increase the values of kern.sysv.shmmax and
      kern.sysv.shmall in /etc/rc."}

      livecheck.check regex
      livecheck.url http://www.musicpd.org/files.shtml
      livecheck.regex files/mpd-(\[0-9.\]+)\\.tar\\.bz2


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

     Where to find more information:

    Darwin Ports



    image test