Libmusicbrainz version 3.0.2 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    libmusicbrainz  most recent diff


    version 3.0.2

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


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

      PortSystem 1.0

      Name: libmusicbrainz
      Version: 3.0.2
      Category: audio devel
      Maintainers: nomaintainer
      Description: libmusicbrainz (also known as mb_client or MusicBrainz Client Library)
      Long Description: libmusicbrainz (also known as mb_client or MusicBrainz Client Library) is a development library geared towards developers who wish to add MusicBrainz lookup capabilities to their applications.
      Homepage: http://musicbrainz.org/doc/libmusicbrainz
      Platform: darwin
      Master Sites: ftp://ftp.musicbrainz.org/pub/musicbrainz/

      Checksums: md5 648ecd43f7b80852419aaf73702bc23f rmd160 61e183373adb2df796be20f6087cbc217893641b sha1 6bba392816717eeeb5e74b8d491ff19001566e7a

      depends_build port:cmake
      depends_lib port:libdiscid port:neon

      configure.cmd cmake
      configure.pre_args -D CMAKE_INSTALL_PREFIX:PATH=${prefix} -D NEON_INCLUDE_DIR:PATH=${prefix}/include/neon -D NEON_LIBRARIES:FILEPATH=${prefix}/lib/libneon.dylib .

      universal_variant no

      livecheck.type regex
      livecheck.url ${master_sites}
      livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.