the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libcanberra0
Version: 0.23
Revision: 202
Source: http://0pointer.de/lennart/projects/libcanberra/libcanberra-%v.tar.gz
Source-MD5: 83fb2fb7608c77f91904e12a867534fd
BuildDepends: <<
fink (>= 0.24.12-1),
fink-package-precedence,
glib2-dev (>= 2.22.0-1),
gstreamer-0.10-dev (>= 0.10.26-1),
gtk-doc (>= 1.13-5),
libiconv-dev,
libogg (>= 1.2.0-1),
libtool2,
libvorbis0 (>= 1.2.2-1),
libxml2 (>= 2.6.30-1),
pkgconfig (>= 0.23)
<<
Depends: %n-shlibs (= %v-%r)
BuildDependsOnly: true
PatchScript: perl -pi -e 's/(-version-info|-avoid-version)/-no-undefined \1/' src/Makefile.in
ConfigureParams: --enable-dependency-tracking --disable-static --disable-gtk --disable-lynx --disable-tdb --enable-gstreamer --enable-gtk-doc --disable-silent-rules PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH"
CompileScript: <<
./configure %c
make
fink-package-precedence --prohibit-bdep %n .
<<
InstallScript: <<
make install DESTDIR=%d
rm %i/share/doc/libcanberra/README
rmdir %i/share/doc/libcanberra
<<
DocFiles: LGPL README
SplitOff: <<
Package: %N-shlibs
Depends: <<
glib2-shlibs (>= 2.22.0-1),
gstreamer-0.10-shlibs (>= 0.10.26-1),
libogg-shlibs (>= 1.2.0-1),
libtool2-shlibs,
libvorbis0-shlibs (>= 1.2.2-1),
libxml2-shlibs (>= 2.6.30-1),
xdg-base
<<
Files: <<
lib/libcanberra.*.dylib
lib/libcanberra-%v
<<
Shlibs: %p/lib/libcanberra.0.dylib 3.0.0 %n (>= 0.23-1)
DocFiles: LGPL README
<<
DescPackaging: <<
Core lib doesn't use gtk and the gtk lib's libtool versioning
is independent, so don't build as part of the main lib pkgs.
Don't bother dragging in lynx just for .html -> .txt for the README
tdb not in fink now--disable for consistency if we do get it.
We do our own doc files our own ways and places.
<<
Description: Abstract interface for playing event sounds
DescDetail: <<
XDG Sound Theme and Name Specifications:
http://0pointer.de/public/sound-theme-spec.html
The gtk lib is in the libcanberra-gtk* packages.
<<
DescUsage: <<
Actual sound output is handled by various back-end modules.
The default/standard ones are in the canberra-plugins package.
<<
Homepage: http://0pointer.de/lennart/projects/libcanberra
License: LGPL
Maintainer: Daniel Macks