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

    version 0.13

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The mp3fs Portfile 55125 2009-08-07 01:28:44Z snc macports.org $

      PortSystem 1.0

      Name: mp3fs
      Version: 0.13
      Category: fuse
      Platform: darwin

      Maintainers: uwe-arzt.de:mail

      Description: A flac to mp3 (read-only) filesystem for FUSE
      Long Description: This is a file system for converting flac files to mp3 files on the fly. This is useful, if you archive your music in flac format, but some program (i.e. iTunes) are not capable reading flac, but mp3.

      Homepage: http://mp3fs.sourceforge.net/

      Master Sites: sourceforge:mp3fs
      Checksums: ${distfiles} md5 fb9b5eb4fb6f69f35430ff7e93a84e0b sha1 b246bd747a32256cb8364b7ac0cc8b7a4e1d3f74

      depends_build port:pkgconfig

      depends_lib port:macfuse port:flac port:lame port:libid3tag


      configure.post_args-append "id3tag_CFLAGS=-I${prefix}/include id3tag_LIBS='-L${prefix}/lib ${prefix}/lib/libid3tag.dylib'"

      Patch Files: patch-mp3fs.diff
      # override patch.pre_args since it defaults to -p0
      patch.pre_args -R -p1

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.