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

    lv2core  most recent diff


    version 3.0

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


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

      PortSystem 1.0

      Name: lv2core
      Version: 3.0
      Maintainers: devans
      Category: audio
      Platform: darwin
      Homepage: http://lv2plug.in/spec/
      universal_variant no

      Description: LV2 Audio Plugin Standard and Package

      Long Description: LV2 is a standard for plugins and matching host applications, mainly targeted at audio processing and generation. It is a a simple but extensible successor of LADSPA, intended to address the limitations of LADSPA which many applications have outgrown.

      Master Sites: ${homepage}

      Checksums: md5 382f7d96ff0374c0c495336e1c8bb999 sha1 6f277b32b1ce60e211db95bf37b71045d505b55d rmd160 d36e64d5b1cc1d3eaa6aad4411674c6ce4ffb45b

      use_bzip2 yes

      configure.cmd ./waf configure

      build.cmd ./waf
      build.target build

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

      livecheck.type regex
      livecheck.url ${homepage}
      livecheck.regex http://lv2plug.in/spec/${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}">LV2 Core Package


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.