Update of /cvsroot/fink/packages/dists/stable/main/finkinfo/sound
In directory usw-pr-cvs1:/tmp/cvs-serv551

Added Files:
        libao2-0.8.2-2.info libao2-0.8.2-2.patch 
        vorbis-tools-1.0.0-1.info vorbis-tools-1.0.0-1.patch 
        xmms-gdancer-0.4.5-2.info 
Log Message:
Stable


--- NEW FILE: libao2-0.8.2-2.info ---
Package: libao2
Version: 0.8.2
Revision: 2
Source: mirror:custom:libao-%v.tar.gz
CustomMirror: <<
Primary: http://www.vorbis.com/files/rc3/unix/
Secondary: http://www.xiph.org/ogg/vorbis/download/
<<
Source-MD5: 98b4eca7851a6650e639b9858db89e6e
Depends: %N-shlibs (= %v-%r)
BuildDepends: fink (>= 0.9.9)
BuildDependsOnly: True
Patch: %f.patch
ConfigureParams: --mandir=%p/share/man --disable-arts
InstallScript: make install mandir=%p/share/man DESTDIR=%d
DocFiles: README COPYING AUTHORS
SplitOff: <<
  Package: %N-shlibs
  BuildDepends: esound
  Depends: dlcompat, esound-shlibs
  Files: lib/libao.*.dylib lib/ao/plugins-2/*.dylib
  DocFiles: README COPYING AUTHORS
<<
Description: Audio output Library.
DescDetail: <<
libao is a way to easily add cross-platform audio output to your program. 
Output devices are implemented as dynamic plugins, and support for OSS, 
ESD, ALSA, aRTs, Solaris, and Irix outputs are currently supported.
<<
DescPort: Uses patch to change documentation location, and remove invalid -O20 cflag.
License: GPL
Maintainer: Ben Hines <[EMAIL PROTECTED]>
Homepage: http://www.xiph.org/ogg/vorbis/

--- NEW FILE: libao2-0.8.2-2.patch ---
diff -u libao-0.8.2/doc/Makefile.am libao-0.8.2-patched/doc/Makefile.am
--- libao-0.8.2/doc/Makefile.am Tue Nov 20 20:53:11 2001
+++ libao-0.8.2-patched/doc/Makefile.am Sat Mar 30 23:55:16 2002
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/$(PACKAGE)
 
 # We list all of these as opposed to using a wildcard so that
 # building outside the source directory works.
diff -u libao-0.8.2/doc/Makefile.in libao-0.8.2-patched/doc/Makefile.in
--- libao-0.8.2/doc/Makefile.in Mon Dec 31 17:43:57 2001
+++ libao-0.8.2-patched/doc/Makefile.in Sat Mar 30 23:54:42 2002
@@ -93,7 +93,7 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+docdir = $(datadir)/doc/$(PACKAGE)
 
 # We list all of these as opposed to using a wildcard so that
 # building outside the source directory works.
--- libao-0.8.2/configure       Mon Dec 31 17:43:14 2001
+++ libao-0.8.2-patched/configure       Sun Mar 31 00:38:36 2002
@@ -5325,8 +5325,8 @@
         *-darwin*)
                 
SILLY_CARBON_PATH="-I/System/Library/Frameworks/Carbon.framework/Versions/A/Headers"
                 DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char $SILLY_CARBON_PATH"
-                CFLAGS="-O20 -D__NO_MATH_INLINES -fsigned-char $SILLY_CARBON_PATH"
-                PROFILE="-O20 -g -pg -D__NO_MATH_INLINES -fsigned-char 
$SILLY_CARBON_PATH" ;;
+                CFLAGS="-D__NO_MATH_INLINES -fsigned-char $SILLY_CARBON_PATH"
+                PROFILE="-g -pg -D__NO_MATH_INLINES -fsigned-char $SILLY_CARBON_PATH" 
+;;
         *)
                 DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char"
                 CFLAGS="-O20 -D__NO_MATH_INLINES -fsigned-char"

--- NEW FILE: vorbis-tools-1.0.0-1.info ---
Package: vorbis-tools
Version: 1.0.0
Revision: 1
Source: http://www.xiph.org/ogg/vorbis/download/%n-1.0.tar.gz
SourceDirectory: %n-1.0
Source-MD5: c0a9fee54835e9c5b32d1f42c02964c9
Patch: %f.patch
Depends: libvorbis0-shlibs, libogg-shlibs, libao2-shlibs, curl-shlibs | 
curl-ssl-shlibs, dlcompat, pth-shlibs
BuildDepends: libvorbis0, libogg, libao2, curl | curl-ssl, curl-dev | curl-ssl-dev, pth
SetCPPFLAGS: -no-cpp-precomp
SetLDFLAGS: -lpth
ConfigureParams: --mandir=%p/share/man --with-ogg=%p --with-vorbis=%p --with-ao=%p 
--with-curl=%p
InstallScript: <<
make DESTDIR=%d install
<<
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. 
License: GPL
Maintainer: Thomas Kotzian <[EMAIL PROTECTED]>
Homepage: http://www.xiph.org/ogg/vorbis/
                                  

--- NEW FILE: vorbis-tools-1.0.0-1.patch ---
diff -urN vorbis-tools-1.0rc3.orig/ogg123/buffer.c vorbis-tools-1.0rc3/ogg123/buffer.c
--- vorbis-tools-1.0rc3.orig/ogg123/buffer.c    Thu Dec 20 01:24:53 2001
+++ vorbis-tools-1.0rc3/ogg123/buffer.c Wed Jul 10 23:06:10 2002
@@ -80,7 +80,7 @@
   sigaddset(&set, SIGINT);
   sigaddset(&set, SIGTSTP);
   sigaddset(&set, SIGCONT);
-  if (pthread_sigmask(SIG_BLOCK, &set, NULL) != 0)
+  if (pth_sigmask(SIG_BLOCK, &set, NULL) != 0)
     DEBUG("pthread_sigmask failed");
 }
 
diff -urN vorbis-tools-1.0rc3.orig/ogg123/http_transport.c 
vorbis-tools-1.0rc3/ogg123/http_transport.c
--- vorbis-tools-1.0rc3.orig/ogg123/http_transport.c    Thu Dec 20 01:24:54 2001
+++ vorbis-tools-1.0rc3/ogg123/http_transport.c Wed Jul 10 23:06:25 2002
@@ -133,7 +133,7 @@
   sigaddset (&set, SIGINT);
   sigaddset (&set, SIGTSTP);
   sigaddset (&set, SIGCONT);
-  if (pthread_sigmask (SIG_BLOCK, &set, NULL) != 0)
+  if (pth_sigmask (SIG_BLOCK, &set, NULL) != 0)
     status_error(_("Error: Could not set signal mask."));
 
   ret = curl_easy_perform((CURL *) myarg->curl_handle);
diff -urN vorbis-tools-1.0rc3.orig/share/getopt.c vorbis-tools-1.0rc3/share/getopt.c
--- vorbis-tools-1.0rc3.orig/share/getopt.c     Sun Sep 23 00:49:51 2001
+++ vorbis-tools-1.0rc3/share/getopt.c  Wed Jul 10 22:40:01 2002
@@ -108,9 +108,9 @@
    the argument value is returned here.
    Also, when `ordering' is RETURN_IN_ORDER,
    each non-option ARGV-element is returned here.  */
-
+/*
 char *optarg;
-
+*/
 /* Index in ARGV of the next element to be scanned.
    This is used for communication to and from the caller
    and for communication between successive calls to `getopt'.
@@ -124,8 +124,9 @@
    how much of ARGV has been scanned so far.  */
 
 /* 1003.2 says this must be 1 before any call.  */
+/*
 int optind = 1;
-
+*/
 /* Formerly, initialization of getopt depended on optind==0, which
    causes problems with re-calling getopt as programs generally don't
    know that. */
@@ -143,15 +144,15 @@
 
 /* Callers store zero here to inhibit the error message
    for unrecognized options.  */
-
+/*
 int opterr = 1;
-
+*/
 /* Set to an option character which was unrecognized.
    This must be initialized on some systems to avoid linking in the
    system's own getopt implementation.  */
-
+/*
 int optopt = '?';
-
+*/
 /* Describe how to deal with options that follow non-option ARGV-elements.
 
    If the caller did not specify anything,
@@ -960,6 +961,7 @@
   }
 }
 
+/*
 int
 getopt (argc, argv, optstring)
      int argc;
@@ -971,6 +973,7 @@
                           (int *) 0,
                           0);
 }
+*/
 
 #endif /* Not ELIDE_CODE.  */
 

--- NEW FILE: xmms-gdancer-0.4.5-2.info ---
Package: xmms-gdancer
Version: 0.4.5
Revision: 2
Source: http://figz.com/gdancer/files/gdancer-%v.tar.gz
BuildDepends: libjpeg, libpng, libtiff, netpbm, audiofile, db3, esound, glib, gtk+, 
orbit, readline, freetype2, gal19, gdk-pixbuf, giflib, imlib, libogg, libvorbis0, 
bonobo-dev, control-center-dev, gconf-dev, glibwww, gnome-core-dev, gnome-libs-dev, 
gnome-print-dev, gtkhtml-dev, oaf-dev, guile-dev, libmikmod, libwww, libxml, popt, 
libglade, gnome-vfs-dev | gnome-vfs-ssl-dev
Depends: xmms
InstallScript: <<
make install DESTDIR=%d 
<<
DocFiles: AUTHORS COPYING NEWS README README.themes TODO
Description: XMMS plugin featuring dancing characters.
DescDetail: <<
GDancer is a visualization plugin for XMMS which animates the lovable cartoon 
character Space Ghost to your favorite MP3s. You can also have other characters 
through many themes.
<<
DescUsage: <<
Select gdancer in the visualization plugins pane of xmms.
Get more themes at http://figz.com/gdancer/themes.php - Once you download a theme 
untar it into the ~/.xmms/gdancer_themes/ directory, for more information read the 
README.themes file that comes with gdancer. After installation, right click on the 
character
to select a new theme.
<<
License: GPL
Maintainer: Ben Hines <[EMAIL PROTECTED]>
Homepage: http://figz.com/gdancer/



-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to