Update of /cvsroot/fink/dists/10.2/stable/main/finkinfo/sound
In directory sc8-pr-cvs1:/tmp/cvs-serv16204
Added Files:
libao2-0.8.3-2.info libao2-0.8.3-2.patch
Removed Files:
libao2-0.8.3-1.info libao2-0.8.3-1.patch
Log Message:
latest version to stable
--- NEW FILE: libao2-0.8.3-2.info ---
Package: libao2
Version: 0.8.3
Revision: 2
Source: mirror:custom:libao-%v.tar.gz
CustomMirror: <<
Primary: http://www.vorbis.com/files/1.0/unix/
Secondary: http://www.xiph.org/ogg/vorbis/download/
<<
Source-MD5: b1422a6ff7f58131921b9f2fabe2295c
Depends: %N-shlibs (= %v-%r), macosx
BuildDepends: fink (>= 0.9.9), dlcompat-dev
#SetLIBS: -framework CoreAudio
#SetLDFLAGS: -framework CoreAudio
BuildDependsOnly: True
Patch: %f.patch
ConfigureParams: --mandir=%p/share/man --disable-arts
CompileScript: <<
./configure %c
make
<<
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/*.so
Shlibs: %p/lib/libao.2.dylib 4.0.0 %n (>= 0.8.3-1)
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.
The default "macosx" plugin currently CRASHES. To test, use
"ogg123 -d esd", esd plugin.
<<
DescPort: <<
- Uses patch to change documentation location, and remove invalid -O20 cflag.
- Fix plugins, need to be built as modules.
HACK: put -framework CoreAudio in the archive_cmds. Really ugly. libtool won't accept
it
in LIBS or LDFLAGS. It just gets stripped out at libtool --link. Any ideas?
<<
License: GPL
Maintainer: Ben Hines <[EMAIL PROTECTED]>
Homepage: http://www.xiph.org/ogg/vorbis/
--- NEW FILE: libao2-0.8.3-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.3/src/plugins/macosx/Makefile.in.orig 2002-11-18 22:28:16.000000000
-0800
+++ libao-0.8.3/src/plugins/macosx/Makefile.in 2002-11-18 22:28:26.000000000 -0800
@@ -94,7 +94,7 @@
@HAVE_MACOSX_TRUE@macosxltlibs = libmacosx.la
@HAVE_MACOSX_FALSE@macosxltlibs =
-@HAVE_MACOSX_TRUE@macosxldflags = -export-dynamic -avoid-version
+@HAVE_MACOSX_TRUE@macosxldflags = -module -avoid-version
@HAVE_MACOSX_FALSE@macosxldflags =
@HAVE_MACOSX_TRUE@macosxsources = ao_macosx.c
@HAVE_MACOSX_FALSE@macosxsources =
--- libao-0.8.3/src/plugins/esd/Makefile.in.orig 2002-11-18 22:27:47.000000000
-0800
+++ libao-0.8.3/src/plugins/esd/Makefile.in 2002-11-18 22:28:01.000000000 -0800
@@ -94,7 +94,7 @@
@HAVE_ESD_TRUE@esdltlibs = libesd.la
@HAVE_ESD_FALSE@esdltlibs =
-@HAVE_ESD_TRUE@esdldflags = -export-dynamic -avoid-version
+@HAVE_ESD_TRUE@esdldflags = -module -avoid-version
@HAVE_ESD_FALSE@esdldflags =
@HAVE_ESD_TRUE@esdsources = ao_esd.c
@HAVE_ESD_FALSE@esdsources =
--- libao-0.8.3/configure 2002-07-19 07:16:55.000000000 -0700
+++ libao-0.8.3/configure 2002-11-18 22:43:21.000000000 -0800
@@ -3479,7 +3479,7 @@
# cross-compilation, but unfortunately the echo tests do not
# yet detect zsh echo's removal of \ escapes. Also zsh mangles
# `"' quotes if we put them in here... so don't!
- archive_cmds='$nonopt $(test .$module = .yes && echo -bundle || echo -dynamiclib)
$allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags -install_name
$rpath/$soname $verstring'
+ archive_cmds='$nonopt $(test .$module = .yes && echo -bundle || echo -dynamiclib)
+$allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags $(test .$module != .yes
+&& echo -install_name $rpath/$soname $verstring) -framework CoreAudio'
# We need to add '_' to the symbols in $export_symbols first
#archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
hardcode_direct=yes
@@ -5429,8 +5429,9 @@
*-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 -framework CoreAudio
+-Ddlsym=dlsym_auto_underscore"
+ LDFLAGS="-framework CoreAudio"
+ PROFILE="-g -pg -D__NO_MATH_INLINES -fsigned-char -framework
+CoreAudio " ;;
*)
DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char"
CFLAGS="-O20 -D__NO_MATH_INLINES -fsigned-char"
--- libao2-0.8.3-1.info DELETED ---
--- libao2-0.8.3-1.patch DELETED ---
-------------------------------------------------------
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