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

    version 0.6.1

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


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

      PortSystem 1.0

      Name: slv2
      Version: 0.6.1
      Maintainers: devans
      Category: audio
      Platform: darwin
      Homepage: http://wiki.drobilla.net/SLV2

      Description: SLV2 is a library to make the use of LV2 plugins as simple as possible for applications.

      Long Description: ${description}

      Master Sites: http://download.drobilla.net/

      use_bzip2 yes

      Checksums: md5 c298b372d2229920a96b5bf2eb5fd5b2 sha1 8fca1e9923b3939152cac634f1f135da0c126bfa rmd160 62eb80f6789dda05a232863d07957e1855bd62dc

      depends_build port:pkgconfig

      depends_lib port:rasqal port:raptor port:redland port:jack port:lv2core

      Patch Files: patch-src-plugin.c.diff

      configure.cmd ./waf configure

      build.cmd ./waf
      build.target build

      destroot.cmd ./waf
      destroot.destdir --destdir=${destroot}

      Variant: docs description {Enable building of API documentation} {
      configure.args-append --build-docs
      depends_build-append port:doxygen
      }

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

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.