pkgsrc/audio/gst-plugins-artsd/buildlink3.mk
agc 1203817a93 Import the gstreamer plugin (version 0.8.1) of the artsd package into the
Packages Collection.

	GStreamer is a library that allows the construction of graphs of
	media-handling components, ranging from simple mp3 playback to complex
	audio (mixing) and video (non-linear editing) processing.

	Applications can take advantage of advances in codec and filter technology
	transparently.  Developers can add new codecs and filters by writing a
	simple plugin with a clean, generic interface.

	This package provides the artsd plugin for GStreamer.
2004-06-20 20:25:30 +00:00

25 lines
913 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/06/20 20:25:30 agc Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GST_PLUGINS_ARTSD_BUILDLINK3_MK:= ${GST_PLUGINS_ARTSD_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= gst-plugins-artsd
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngst-plugins-artsd}
BUILDLINK_PACKAGES+= gst-plugins-artsd
.if !empty(GST_PLUGINS_ARTSD_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.gst-plugins-artsd+= gst-plugins-artsd>=0.8.1
BUILDLINK_PKGSRCDIR.gst-plugins-artsd?= ../../audio/gst-plugins-artsd
.endif # GST_PLUGINS_ARTSD_BUILDLINK3_MK
.include "../../audio/libid3tag/buildlink3.mk"
.include "../../audio/arts/buildlink3.mk"
.include "../../multimedia/gst-plugins/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}