and the Bedevilled Sound Engine, the BSE API is not considered to be stable. The overall goal of this project is to become an audio system that supports multiple song and sample formats (besides the project specific .bse format) as well as synthesis networks and allows full fledged editing and manipulation of those. Sample manipulation includes generation of new sounds from module networks, based on various kinds of audio synthesis.
32 lines
873 B
Makefile
32 lines
873 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/07/27 06:00:45 bencollver Exp $
|
|
#
|
|
|
|
DISTNAME= beast-0.5.4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://beast.gtk.org/beast-ftp/v0.5/
|
|
|
|
MAINTAINER= collver1@comcast.net
|
|
HOMEPAGE= http://beast.gtk.org/
|
|
COMMENT= Bedevilled Audio System
|
|
|
|
LDFLAGS+= -lossaudio
|
|
USE_X11= yes
|
|
USE_BUILDLINK2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_GMAKE= yes
|
|
AUTOCONF_REQD= 2.13
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && ${AUTOCONF}
|
|
|
|
.include "../../audio/libvorbis/buildlink2.mk"
|
|
.include "../../audio/libogg/buildlink2.mk"
|
|
.include "../../lang/guile/buildlink2.mk"
|
|
.include "../../audio/libmad/buildlink2.mk"
|
|
.include "../../x11/gtk2/buildlink2.mk"
|
|
.include "../../graphics/libgnomecanvas/buildlink2.mk"
|
|
.include "../../mk/ossaudio.buildlink2.mk"
|
|
.include "../../mk/pthread.buildlink2.mk"
|
|
.include "../../mk/autoconf.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|