Packaged by nia for wip. 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 GStreamer plugin for loading LADSPA plugins.
14 lines
437 B
Makefile
14 lines
437 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/11/15 22:03:06 wiz Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-bad/-ladspa/}
|
|
CATEGORIES= audio gnome
|
|
|
|
COMMENT= Open source multimedia framework - LADSPA support plugin
|
|
|
|
GST_EXT_BUILD= # defined
|
|
GST_PLUGINS+= ladspa
|
|
|
|
.include "../../multimedia/gst-plugins1-bad/Makefile.common"
|
|
.include "../../audio/ladspa/buildlink3.mk"
|
|
.include "../../textproc/liblrdf/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|