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

Modified Files:
      Tag: pangocairo-branch
        a52dec.info libsndfile1.info portaudio.info qtplay.info 
Log Message:
some syncing public <-> pangocairo


Index: libsndfile1.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/libsndfile1.info,v
retrieving revision 1.7.2.3
retrieving revision 1.7.2.4
diff -u -d -r1.7.2.3 -r1.7.2.4
--- libsndfile1.info    7 Mar 2008 06:27:43 -0000       1.7.2.3
+++ libsndfile1.info    20 Apr 2008 17:28:52 -0000      1.7.2.4
@@ -2,7 +2,7 @@
 Version: 1.0.17
 Revision: 4
 Maintainer: None <[EMAIL PROTECTED]>
-BuildDepends: libflac8-dev, fink (>= 0.24.12-1)
+BuildDepends: libflac8-dev, libogg, fink (>= 0.24.12-1)
 Depends: %N-shlibs (= %v-%r)
 Source: http://www.mega-nerd.com/libsndfile/libsndfile-%v.tar.gz
 Source-MD5: 2d126c35448503f6dbe33934d9581f6b
@@ -52,6 +52,7 @@
 standard library interface.
 <<
 DescPackaging: <<
+ Dependency on libogg-shlibs is met implicitly via libflac8
  Uses pkgconfig, but there are no pkgconfig-related dependencies.
 
  Originally packaged by Matt Stephenson.

Index: qtplay.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/qtplay.info,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- qtplay.info 16 Jan 2007 16:03:15 -0000      1.1.2.1
+++ qtplay.info 20 Apr 2008 17:28:52 -0000      1.1.2.2
@@ -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
 <<

Index: portaudio.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/portaudio.info,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- portaudio.info      13 Mar 2008 02:59:16 -0000      1.1.2.3
+++ portaudio.info      20 Apr 2008 17:28:52 -0000      1.1.2.4
@@ -1,7 +1,9 @@
 Package: portaudio
 Version: 18.1
-Revision: 2
+Revision: 3
 
+Conflicts: portaudio2
+Replaces: portaudio2
 BuildDepends: autoconf (>= 2.60)
 BuildDependsOnly: true
 Depends: portaudio-shlibs (= %v-%r)
@@ -53,7 +55,9 @@
 
 SplitOff2: <<
   Package: %N-doc
-  Depends: %N-shlibs
+  Depends: %N-shlibs (= %v-%r)
+  Conflicts: portaudio2-doc
+  Replaces: portaudio2-doc
   Files: bin share/doc/%N/docs
   DocFiles: LICENSE.txt
   DescDetail: <<

Index: a52dec.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/a52dec.info,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- a52dec.info 24 Jan 2006 21:47:46 -0000      1.1
+++ a52dec.info 20 Apr 2008 17:28:52 -0000      1.1.2.1
@@ -1,12 +1,16 @@
 Package: a52dec
 Version: 0.7.4
-Revision: 1
-Maintainer: None <[EMAIL PROTECTED]>
+Revision: 2
+Maintainer: Matthias Ringwald <[EMAIL PROTECTED]>
 Depends: %N-shlibs (= %v-%r)
 Source: http://liba52.sourceforge.net/files/%N-%v.tar.gz
 Source-MD5: caa9f5bc44232dc8aeea773fea56be80
 ConfigureParams: --enable-shared --mandir=%i/share/man
 DocFiles: ChangeLog COPYING HISTORY NEWS README TODO
+InstallScript: << 
+ make install prefix=%i
+ cp liba52/a52_internal.h %i/include/a52dec
+<<
 SplitOff: <<
  Package: %N-shlibs
  Files: lib/*.*.dylib


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to