3754fab2f5
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 cairo plugin for GStreamer, a graphics library.
11 lines
290 B
Makefile
11 lines
290 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/08/03 04:45:42 ryoon Exp $
|
|
#
|
|
|
|
GST_PLUGINS1_NAME= cairo
|
|
GST_PLUGINS1_DIRS= ext/cairo
|
|
GST_PLUGINS1_FLAGS= cairo
|
|
|
|
.include "../../multimedia/gst-plugins1-good/Makefile.common"
|
|
|
|
.include "../../graphics/cairo-gobject/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|