Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/sound
In directory usw-pr-cvs1:/tmp/cvs-serv32108

Added Files:
        qtplay-1.1-1.info 
Log Message:
New package from tracker, qt player 


--- NEW FILE: qtplay-1.1-1.info ---
Package: qtplay
Version: 1.1
Revision: 1
Maintainer: Carsten Klapp <[EMAIL PROTECTED]>
Homepage: http://home.earthlink.net/~rainbowflight/#qtplay
License: BSD
Source: http://home.earthlink.net/~rainbowflight/%n.c
Source-MD5: de74e66f5a6aa3964222382dbd925127
SourceRename: %n-%v.c
SourceDirectory: .
CompileScript: <<
 cp %p/src/%n-%v.c .
 cc -O3 -no-cpp-precomp -framework Quicktime -framework Carbon %n-%v.c -o %n
 head -n 31 %n-%v.c >> LICENSE
<<
InstallScript: <<
 mkdir -p %i/bin
 install -m 0755 %n %i/bin/%n
<<
DocFiles: LICENSE
Description: Play CDs and music files using QuickTime
DescDetail: <<
 Features
 * Plays any audio file supported by Quicktime, including CDs, AIFF, MIDI,
   and MP3.
 * 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.
 * Verbose and quiet flags for different levels of feedback.

 What's New
 * Better random seed (thanks to Matt Slot).
 * Automatic recognition of CDs.
 * Ability to read stdin.
 * Support for signals: SIGINT (control-C) to skip song.
 * Support for Alias files.
 * Converted from Cocoa/ProjectBuilder to Carbon/gcc.

 Created by Sarah Childers <[EMAIL PROTECTED]>
 Copyright (c) 2002 Rainbow Flight. All rights reserved.
<<
DescUsage: <<
 By default, qtplay tries to play all files in the current directory. The
 -cd switch does not work in 10.2 because the Finder now renames the disc
 according to CDDB lookup. Switch to the cd directory first or specify it
 directly:

 qtplay "/Volumes/The CD Name"

 qtplay -h
 usage: qtplay [OPTION] [file(s)]
        qtplay [OPTION] -cd

 -l   loop
 -q   quiet
 -r   recursive
 -v   verbose
 -z   shuffle play
 -Z   random play
<<
DescPackaging: <<
 Command-line tool built using Apple '-framework' flag.
 Source file is uncompressed, so it is copied to the SourceDirectory in
 CompileScript.
<<



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to