Gnuradio-audio-jack version 3.2 - How to Download and Install on Mac OS X
Sunday the 21st of March, 2010

    gnuradio-audio-jack  most recent diff


    version 3.2

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
      The gnuradio-audio-jack Portfile 55234 2009-08-07 20:19:23Z macsforever2000 macports.org $

      PortSystem 1.0

      Name: gnuradio-audio-jack
      Version: 3.2
      Maintainers: nomaintainer
      Description: JACK component of GNU Radio.
      Long Description: JACK component of GNU Radio: Provides JACK audio source and sink blocks.

      Category: science
      Homepage: http://gnuradio.org/trac

      # all GNU Radio components come in a single tarball.
      # Reuse this tarball for each Port

      dist_subdir gnuradio
      Master Sites:.mirror_subdir gnuradio
      distname gnuradio-${version}
      Master Sites: gnu

      Platform: darwin macosx

      Checksums: md5 9d91d0f8f2cb35bc86435784fa8e72d8 sha1 3d7e177a57f8c40ec5ac95161f06097872aef1ba rmd160 9d36dc6427eaf59795c8d4853764d5a526cfbce8

      depends_lib port:gnuradio-core port:jack

      configure.args --disable-all-components --with-omnithread --with-gruel --with-gnuradio-core --enable-gr-audio-jack

      use_parallel_build yes

      Variant: docs description "build documentation for ${name}" {
      configure.args-append --enable-doxygen --enable-docs
      depends_lib-append port:doxygen
      }

      if { ![variant_isset docs] } {
      configure.args-append --disable-doxygen --disable-docs
      }

      Variant: python25 conflicts python26 description "Use Python 2.5" {
      configure.env PYTHON=${prefix}/bin/python2.5
      depends_lib-append port:python25
      }

      Variant: python26 conflicts python25 description "Use Python 2.6" {
      configure.env PYTHON=${prefix}/bin/python2.6
      depends_lib-append port:python26
      }

      if { ![variant_isset python25] && ![variant_isset python26] } {
      default_variants +python26
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.