Download and Install qtplay version 1.3.1 on Mac OS X
Wednesday the 23rd of July, 2008

    qtplay  most recent diff


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



      # $Id: Portfile 33476 2008-01-27 17:48:39Z yves macports.org $

      PortSystem 1.0

      Name: qtplay
      Version: 1.3.1
      Category: audio
      Platform: macosx
      Maintainers: nomaintainer
      Description: A command line utility to play Audio CDs and music files.
      Long Description: Quicktime player is a command line utility to play Audio CDs and music files. Plays any audio file supported by Quicktime Special flag for simply playing CDs, for lazy people. Playlist features such as loop, shuffle, and random. Special flag for reading playlist via standard input. Support for process signals: SIGINT, SIGTSTP, and SIGCONT.

      Homepage: http://rainbowflight.googlepages.com/
      master_sites ${homepage}
      distname ${name}${version}
      checksums md5 f6cb47521afbfc5b40efdd2d8433830d

      post-extract {
      file delete ${workpath}/${name}
      }
      use_configure no
      build {
      system "cd ${workpath} &&
      gcc -o ${name} -framework Carbon -framework QuickTime ${name}.c"
      }

      destroot {
      xinstall -m 755 ${workpath}/${name} ${destroot}${prefix}/bin
      xinstall -m 644 ${workpath}/${name}.1 ${destroot}${prefix}/share/man/man1
      }


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

     Where to find more information:

    Darwin Ports



    image test