Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sound
In directory vz-cvs-3.sog:/tmp/cvs-serv5716

Added Files:
        vorbis-tools.info vorbis-tools.patch 
Log Message:
to 10.7 with OK

--- NEW FILE: vorbis-tools.info ---
# DISCLAIMER: Max Horn is the sole maintainer of this package.
# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
# Preferably, send a patch to me instead of making changes yourself!
# If that is not possible due to extra urgency, at least send me a mail.
#
# Explanation: I am sick and tired of getting back to my packages and
# discovering that people have messed with it. I am then forced to
# retrace their steps, find out who, when and why did make a certain
# change etc. -- i.e. it makes my life as maintainer harder.
# Furthermore, as maintainer I am responsible for problems caused by my
# packages. But I am not willing to take responsibility for something I
# did not do. In particular, for changes that other people introduced
# behind my back, no matter how good and noble their intentions were. As
# such, I may see myself forced to drop responsibility for (and hence,
# maintainership of) the affected package.

Package: vorbis-tools
Version: 1.4.0
Revision: 1002
Maintainer: Max Horn <m...@quendi.de>

Depends: <<
  libvorbis0-shlibs (>= 1.3.0),
  libogg-shlibs (>= 1.1.0),
  libao4-shlibs (>= 1.0.0),
  libcurl4-shlibs (>= 7.16.3-102),
  libspeex1-shlibs,
  libflac8,
  libgettext8-shlibs,
  libiconv
<<
BuildDepends: <<
  libvorbis0 (>= 1.3.0),
  libogg (>= 1.1.0),
  libao4 (>= 1.0.0),
  libcurl4 (>= 7.16.3-102),
  libflac8-dev,
  libspeex1,
  libgettext8-dev,
  gettext-bin,
  gettext-tools,
  libiconv-dev,
  system-openssl-dev,
  libssh2.1,
  fink (>= 0.24.12-1)
<<

Source: http://downloads.xiph.org/releases/vorbis/%n-%v.tar.gz
Source-MD5: 567e0fb8d321b2cd7124f8208b8b90e6

SetCPPFLAGS: -I%p/include/speex -I%p/lib/system-openssl/include
SetLDFLAGS: -L%p/lib/libspeex1/lib -L%p/lib/system-openssl/lib
ConfigureParams: --prefix=%p --mandir=%p/share/man
InstallScript: make install DESTDIR=%d
DocFiles: README AUTHORS COPYING

Description: The Ogg Vorbis CODEC tools
DescDetail: <<
Ogg Vorbis is a fully Open, non-proprietary, patent-and-royalty-free, 
general-purpose compressed audio format for mid to high quality 
(8kHz-48.0kHz, 16+ bit, polyphonic) audio and music at fixed and 
variable bitrates from 16 to 128 kbps/channel. This places Vorbis 
in the same competetive class as audio representations such as 
MPEG-4 (AAC), and similar to, but higher performance than MPEG-1/2 
audio layer 3, MPEG-4 audio (TwinVQ), WMA and PAC.
.
Vorbis is the first of a planned family of Ogg multimedia coding 
formats being developed as part of Xiph.org's Ogg multimedia project. 
.
This package includes: ogg123, oggdec, oggenc, ogginfo, vcut, vorbiscomment
<<
DescPackaging: <<
 The versioned dependency on libcurl4 (>= 7.16.3-102) is there because in 
 that version libcurl4 switched from libssh2 to libssh2.1

 Originally packaged by Evan Jones.
<<
Homepage: http://www.xiph.org/ogg/vorbis
License: GPL

--- NEW FILE: vorbis-tools.patch ---
diff -ru vorbis-tools-1.2.0/ogg123/ogg123.c 
vorbis-tools-1.2.0-patched/ogg123/ogg123.c
--- vorbis-tools-1.2.0/ogg123/ogg123.c  2008-03-03 00:37:26.000000000 -0500
+++ vorbis-tools-1.2.0-patched/ogg123/ogg123.c  2009-03-03 23:22:48.000000000 
-0500
@@ -466,7 +466,6 @@
 
   /* Setup signal handlers and callbacks */
 
-  ATEXIT (exit_cleanup);
   signal (SIGINT, signal_handler);
   signal (SIGTSTP, signal_handler);
   signal (SIGCONT, signal_handler);
@@ -500,11 +499,12 @@
         play(playlist_array[i]);
         i++;
       }
-    } while (options.repeat);
+    } while (options.repeat && !sig_request.exit);
 
   }
   playlist_array_destroy(playlist_array, items);
 
+  exit_cleanup ();
   exit (exit_status);
 }
 
@@ -740,9 +740,6 @@
   status_reset_output_lock();  /* In case we were killed mid-output */
 
   status_message(1, _("Done."));
-  
-  if (sig_request.exit)
-    exit (exit_status);
 }
 
 


------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to