1203817a93
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.
12 lines
293 B
Makefile
12 lines
293 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/06/20 20:25:30 agc Exp $
|
|
#
|
|
|
|
GST_PLUGINS_NAME= artsd
|
|
GST_PLUGINS_DIR= ext/artsd
|
|
|
|
.include "../../multimedia/gst-plugins/Makefile.common"
|
|
|
|
.include "../../audio/libid3tag/buildlink3.mk"
|
|
.include "../../audio/arts/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|