pkgsrc-wip/dssi/buildlink3.mk
Johann Franz 7aaa16a4e0 SI (pronounced "dizzy") is an API for audio processing plugins,
particularly useful for software synthesis plugins with user
interfaces.

DSSI is an open and well-documented specification developed for use
in Linux audio applications, although portable to other platforms.
It may be thought of as LADSPA-for-instruments, or something
comparable to VSTi.

DSSI consists of a C language API for use by plugins and hosts,
based on the LADSPA API, and an OSC (Open Sound Control) API for
use in user interface to host communications.  The DSSI specification
consists of an RFC which describes the background for the proposal
and defines the OSC part of the specification, and a documented
header file which defines the C API.
2007-01-16 17:57:13 +00:00

34 lines
1.2 KiB
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2007/01/16 17:57:13 netcap Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
DSSI_BUILDLINK3_MK:= ${DSSI_BUILDLINK3_MK}+
.if ${BUILDLINK_DEPTH} == "+"
BUILDLINK_DEPENDS+= dssi
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ndssi}
BUILDLINK_PACKAGES+= dssi
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}dssi
.if ${DSSI_BUILDLINK3_MK} == "+"
BUILDLINK_API_DEPENDS.dssi+= dssi>=0.9.1
BUILDLINK_PKGSRCDIR.dssi?= ../../wip/dssi
BUILDLINK_DEPMETHOD.dssi?= build
.endif # DSSI_BUILDLINK3_MK
# XXX
# XXX Uncomment and keep only the buildlink3 lines below which are directly
# XXX needed for dependencies to compile, link, and run. If this package
# XXX provides a wrappered API or otherwise does not expose the APIs of the
# XXX buildlink3 lines below to dependencies, remove them.
# XXX
#.include "../../audio/libsamplerate/buildlink3.mk"
#.include "../../audio/libsndfile/buildlink3.mk"
#.include "../../audio/jack/buildlink3.mk"
#.include "../../audio/ladspa/buildlink3.mk"
#.include "../../wip/libdssialsacompat/buildlink3.mk"
#.include "../../wip/liblo/buildlink3.mk"
#.include "../../x11/qt3-libs/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}