pkgsrc/graphics/gst-plugins1-cairo/Makefile
ryoon 3754fab2f5 Import gst-plugins1-cairo-1.0.8 as graphics/gst-plugins1-cairo.
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.
2013-08-03 04:45:42 +00:00

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"