Mp3info version 0.8.5a - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    mp3info  most recent diff


    version 0.8.5a

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


      The mp3info Portfile 34602 2008-02-29 04:07:04Z jmr macports.org $

      PortSystem 1.0

      Name: mp3info
      Version: 0.8.5a
      Category: audio
      Platform: darwin
      Maintainers: nomaintainer
      Description: MP3 information tool

      Long Description: A small utility to read and write TAG info, as well as retrieve the MP3 Header info. Included is a command-line interface and a gtk-UI.

      Homepage: http://www.ibiblio.org/mp3info/
      Master Sites: sunsite:apps/sound/mp3-utils/${name}
      extract.suffix .tgz

      Checksums: md5 cb7b619a10a40aaac2113b87bb2b2ea2 sha1 54df29eb6c2e581899affc12be698b0a71d91ca6 rmd160 898b566d9ba2f352949d061d991d92f2c8996ec3

      depends_lib port:ncurses

      Patch Files: patch-mp3tech.c.diff

      configure {
      reinplace -E "s|(LIBS =)|\\1 ${configure.ldflags}|" ${worksrcpath}/Makefile
      }

      build.target mp3info

      destroot.target install-mp3info
      destroot.args INSTALL=/usr/bin/install
      destroot.destdir prefix=${destroot}${prefix} mandir=${destroot}${prefix}/share/man/man1
      post-destroot {
      set docdir ${prefix}/share/doc/${name}-${version}
      xinstall -d ${destroot}${docdir}
      xinstall -m 0644 -W ${worksrcpath} ChangeLog LICENSE README mp3info.txt mp3info.html ${destroot}${docdir}
      }

      Variant: gtk description {Enable GTK user interface} {
      depends_build-append port:pkgconfig
      depends_lib-append port:gtk1

      build.target all
      destroot.target install
      }

      Variant: universal {
      post-configure {
      reinplace -E "/^CFLAGS/s|\$| [join ${configure.universal_cflags} " "]|" ${worksrcpath}/Makefile
      }
      }


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.