Cdparanoia version 10.2 - How to Download and Install on Mac OS X
Thursday the 9th of September, 2010

    cdparanoia  most recent diff


    version 10.2

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


      # -*- 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 cdparanoia Portfile 57412 2009-09-11 01:14:38Z jeremyhu macports.org $

      PortSystem 1.0

      Name: cdparanoia
      epoch 20050508
      Version: 10.2
      Category: audio
      Maintainers: jeremyhu openmaintainer
      Description: An audio extraction tool for sampling CDs.
      Long Description: Cdparanoia is a Compact Disc Digital Audio (CDDA) extraction tool, commonly known on the net as a 'ripper'. The application is built on top of the Paranoia library, which is doing the real work (the Paranoia source is included in the cdparanoia source distribution). Like the original cdda2wav, cdparanoia package reads audio from the CDROM directly as data, with no analog step between, and writes the data to a file or pipe in WAV, AIFC or raw 16 bit linear PCM. Cdparanoia is a bit different than most other CDDA extraction tools. It contains few-to-no 'extra' features, concentrating only on the ripping process and knowing as much as possible about the hardware performing it. Cdparanoia will read correct, rock-solid audio data from inexpensive drives prone to misalignment, frame jitter and loss of streaming during atomic reads. Cdparanoia will also read and repair data from CDs that have been damaged in some way. At the same time, however, cdparanoia turns out to be easy to use and administrate. It has no compile time configuration, happily autodetecting the CDROM, its type, its interface and other aspects of the ripping process at runtime. A single binary can serve the diverse hardware of the do-it-yourself computer laboratory from Hell...

      # Original Mac OS X port mentioned here: http://www.livejournal.com/users/strangehours/9698.html
      Homepage: http://www.xiph.org/paranoia
      Platform: darwin

      distname cdparanoia-III-${version}
      extract.suffix .src.tgz
      Master Sites: http://downloads.xiph.org/releases/cdparanoia
      Checksums: md5 b304bbe8ab63373924a744eac9ebc652 sha1 1901e20d3a370ca6afa4c76a9ef30d3f03044320 rmd160 d6c4ea9cc4aa4d5bcca4985e668ea6142d53cc55

      Patch Files: osx_interface.patch
      patch.args -p1

      use_autoconf yes

      # The Makefile sets its own optimization flags as appropriate.
      configure.optflags
      # It doesn't need anything from ${prefix}/lib and it finds old versions of its own
      # dynamic libraries there so don't let it look.
      configure.ldflags

      destroot.destdir prefix=${destroot}${prefix}

      platform darwin 8 {
      patchfiles-append patch-paranoia_paranoia.c.10.4.diff
      }

      livecheck.type regex
      livecheck.url ${master_sites}
      livecheck.regex "cdparanoia-III-(\\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/cdparanoia
      % sudo port install cdparanoia
      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 cdparanoia
      ---> Verifying checksum for cdparanoia
      ---> Extracting cdparanoia
      ---> Configuring cdparanoia
      ---> Building cdparanoia with target all
      ---> Staging cdparanoia into destroot
      ---> Installing cdparanoia
    - 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 cdparanoia with these commands:
      %  man cdparanoia
      % apropos cdparanoia
      % which cdparanoia
      % locate cdparanoia

     Where to find more information:

    Darwin Ports



    Lightbox this page.