c6f1e337d8
changes: -Fix decoding of multi-channel ADPCM WAVE files (was patched in pkgsrc) -Reduce unshared data in library -Fix handling of audio files with more than 2^24 frames -Add support for writing double-precision floating-point WAVE files -Add support for reading certain uncompressed AIFF-C files created by Mac OS X -Write fact chunk in floating-point WAVE files
27 lines
713 B
Makefile
27 lines
713 B
Makefile
# $NetBSD: Makefile,v 1.45 2010/04/12 19:04:58 drochner Exp $
|
|
|
|
DISTNAME= audiofile-0.2.7
|
|
PKGNAME= lib${DISTNAME}
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.68k.org/~michael/audiofile/ \
|
|
${MASTER_SITE_GNOME:=sources/audiofile/0.2/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://andromeda.68k.org/~michael/audiofile/
|
|
COMMENT= Sound library for SGI audio file
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
PKGCONFIG_OVERRIDE= audiofile.pc.in
|
|
|
|
DOCDIR= ${PREFIX}/share/doc/libaudiofile
|
|
|
|
INSTALLATION_DIRS= ${DOCDIR}
|
|
|
|
post-install:
|
|
cd ${WRKSRC}/docs; ${INSTALL_DATA} af* sf* ${DESTDIR}${DOCDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|