Mt-daapd version 0.2.4.2 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    mt-daapd  most recent diff


    version 0.2.4.2

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


      The mt-daapd Portfile 40927 2008-10-18 15:46:49Z raimue macports.org $

      PortSystem 1.0

      Name: mt-daapd
      Version: 0.2.4.2
      Category: audio net
      Platform: darwin
      Maintainers: nomaintainer
      Description: A multi-threaded DAAP server emulating an iTunes server.
      Long Description: ${description}

      Homepage: http://www.mt-daapd.org/
      Master Sites: sourceforge
      Checksums: md5 67bef9fb14d487693b0dfb792c3f1b05 sha1 5f1c04100b1d18a9cf6f03f879b5c3e9a7bd172f rmd160 918b76ffe3af7b0413be1cbbafdd11274f5d3e9d
      Patch Files: patch-mt-daapd.conf

      depends_lib port:zlib port:gdbm port:libid3tag port:libogg port:libvorbis

      configure.args --enable-mdns --enable-oggvorbis
      configure.cflags-append "-I${prefix}/include"

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} ${destroot}${prefix}/var/db/mt-daapd/ ${destroot}${prefix}/var/log

      xinstall -m 644 ${worksrcpath}/contrib/mt-daapd.conf ${destroot}${prefix}/etc/mt-daapd.conf.sample
      reinplace "s|__PREFIX__|${prefix}|g" ${destroot}${prefix}/etc/mt-daapd.conf.sample

      xinstall -m 644 ${worksrcpath}/contrib/mt-daapd.playlist ${destroot}${prefix}/etc/mt-daapd.playlist.sample
      destroot.keepdirs ${destroot}${prefix}/var/db/mt-daapd
      xinstall -c -m 644 /dev/null ${destroot}${prefix}/var/log/mt-daapd.log
      xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING CREDITS ChangeLog INSTALL NEWS README TODO ${destroot}${prefix}/share/doc/${name}
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.