GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis 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. GStreamer is released under the LGPL. This package is part of the 'good' plugins for GStreamer. It provides a plugin to access devices via HAL.
13 lines
328 B
Makefile
13 lines
328 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/11/27 17:51:28 jmcneill Exp $
|
|
#
|
|
|
|
GST_PLUGINS0.10_NAME= hal
|
|
GST_PLUGINS0.10_DIRS= ext/hal
|
|
GST_PLUGINS0.10_FLAGS= hal
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../multimedia/gst-plugins0.10-good/Makefile.common"
|
|
|
|
.include "../../sysutils/hal/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|