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 GTK plugin for GStreamer.
9 lines
266 B
Makefile
9 lines
266 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/10/03 14:53:38 nia Exp $
|
|
|
|
GST_PLUGINS1_NAME= gtk
|
|
GST_PLUGINS1_DIRS= ext/gtk
|
|
GST_PLUGINS1_FLAGS= gtk3
|
|
|
|
.include "../../multimedia/gst-plugins1-good/Makefile.common"
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|