Audiere is a high-level audio API. It can play Ogg Vorbis, MP3, FLAC, uncompressed WAV, AIFF, MOD, S3M, XM, and IT files. For audio output, Audiere supports DirectSound or WinMM in Windows, OSS on Linux and Cygwin, and SGI AL on IRIX.
13 lines
310 B
Makefile
13 lines
310 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/11/18 13:43:13 ryo-on Exp $
|
|
|
|
BUILDLINK_TREE+= audiere
|
|
|
|
.if !defined(AUDIERE_BUILDLINK3_MK)
|
|
AUDIERE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.audiere+= audiere>=1.9.4
|
|
BUILDLINK_PKGSRCDIR.audiere?= ../../wip/audiere
|
|
|
|
.endif # AUDIERE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -audiere
|