diff options
-rw-r--r-- | graphics/gst-plugins1-cairo/DESCR | 9 | ||||
-rw-r--r-- | graphics/gst-plugins1-cairo/Makefile | 11 | ||||
-rw-r--r-- | graphics/gst-plugins1-cairo/PLIST | 2 |
3 files changed, 22 insertions, 0 deletions
diff --git a/graphics/gst-plugins1-cairo/DESCR b/graphics/gst-plugins1-cairo/DESCR new file mode 100644 index 00000000000..5f86b9b1810 --- /dev/null +++ b/graphics/gst-plugins1-cairo/DESCR @@ -0,0 +1,9 @@ +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. diff --git a/graphics/gst-plugins1-cairo/Makefile b/graphics/gst-plugins1-cairo/Makefile new file mode 100644 index 00000000000..d25e0a644b1 --- /dev/null +++ b/graphics/gst-plugins1-cairo/Makefile @@ -0,0 +1,11 @@ +# $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" diff --git a/graphics/gst-plugins1-cairo/PLIST b/graphics/gst-plugins1-cairo/PLIST new file mode 100644 index 00000000000..3719888018a --- /dev/null +++ b/graphics/gst-plugins1-cairo/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2013/08/03 04:45:42 ryoon Exp $ +lib/gstreamer-1.0/libgstcairo.la |