Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv16013

Modified Files:
        qtplay.info 
Log Message:
Overtaking and updating package from Carsten Klapp


Index: qtplay.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/qtplay.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- qtplay.info 13 Jan 2007 19:38:27 -0000      1.2
+++ qtplay.info 21 Mar 2008 17:30:13 -0000      1.3
@@ -1,53 +1,50 @@
 Package: qtplay
-Version: 1.2
+Version: 1.3.1
 Revision: 1
-Maintainer: Carsten Klapp <[EMAIL PROTECTED]>
-Homepage: http://home.earthlink.net/~rainbowflight/#qtplay
+Description: Utility to play music files with QuickTime
 License: BSD
-Source: http://home.earthlink.net/~rainbowflight/%n.c
-Source2: http://home.earthlink.net/~rainbowflight/%n.tar.gz
-#Source2: http://home.earthlink.net/~rainbowflight/%n12.tar.gz
-SourceRename: %n-%v.c
-Source2Rename: %n-%v.tar.gz
-Source-MD5: ae0657f39ab7aed7882573020a3ac3d2
-Source2-MD5: 3e396e05d0f3d2ce95ed86912ba7cf90
-SourceDirectory: .
+Maintainer: Andreas Gockel <[EMAIL PROTECTED]>
+Source: http://rainbowflight.googlepages.com/%n%v.tar.gz
+Source-MD5: f6cb47521afbfc5b40efdd2d8433830d
+NoSourceDirectory: true
 CompileScript: <<
- cc -O3 -prebind -framework Quicktime -framework Carbon %n-%v.c -o %n
+ cc -Os -prebind -framework Quicktime -framework Carbon %n.c -o %n
 <<
 InstallScript: <<
- mkdir -p %i/bin %i/share/man/man1
+ mkdir -p %i/{bin,share/man/man1}
  install -m 755 %n %i/bin/%n
  install -m 644 %n.1 %i/share/man/man1/
 <<
-DocFiles: license.txt Readme.rtf
-Description: Play CDs and music files using QuickTime
+DocFiles: Readme.rtf
+Homepage: http://rainbowflight.googlepages.com/#qtplay
 DescDetail: <<
- qtplay is a Quicktime audio player for the command line. Arguments
- can be audio file names, directories containing audio files or the
- path to those files. Since qtplay uses Apple's QuickTime it supports
- all audio file formats that are supported by QuickTime.
+ Quicktime player is a command line utility to play
+ Audio CD's, MP3's, and other music files.
+
+ Features
+ * Plays any audio file supported by Quicktime, including
+   Audio 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.
+ * Support for playing files in a random order while keeping
+   playlists (i.e. symphonies) in tact.
+ * Support for process signals: SIGINT, SIGTSTP, and SIGCONT.
 
  What's New
- * new man page (thanks to Josh Bude)
- * fixed bug where white boxes show on screen if there were video
-   tracks (thanks to Carsten Klapp)
- * fixed bug in Mac OS X 10.0.x for CD detection. CD detection based
-   on filesystem ID only
- * added "volume" flag
- * added "update time" flag for changing processor usage
- * support for playing sound resource files
- * support for signals: SIGTSTP (^Z) to pause song and SIGCONT (fg/bg)
-   to continue song
- * various bug fixes for displaying filename path
+ * Fixed bug so playing Aliases works again.
+ * Fixed bug when playing playlist so correctly interprets
+   relative (as well as absolute) paths within a file.
+ * Un-hardcoded mount point for Audio CDs.
+ * Added "--" flag to force stop processing options.
+ * Fixed bugs for error messages when use flags incorrectly.
 
- Created by Sarah Childers <[EMAIL PROTECTED]>
+ Created by Sarah Childers <[EMAIL PROTECTED]>
  Copyright (c) 2002 Rainbow Flight. All rights reserved.
 <<
-DescUsage: <<
- See 'man qtplay' for usage info.
-<<
+DescUsage: See 'man %n' for usage info.
 DescPackaging: <<
- Command-line tool built using Apple '-framework' and '-prebind'
- flags. qtplay-1.1-2.patch incorporated into 1.2.
+ Command-line tool built using Apple '-framework' and '-prebind' flags.
+ .
+ Previous versions (<=1.2-1) by Carsten Klapp
 <<


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to