diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-08-03 04:45:42 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-08-03 04:45:42 +0000 |
commit | ef8d8dd437ffebf46d16d9893c35d9fc20de737b (patch) | |
tree | 2a6b57142043d05b297f03a0c9f07aebbb2f924f /graphics | |
parent | 62c3c490562dbc5680bededf984bbe8e69f480d5 (diff) | |
download | pkgsrc-ef8d8dd437ffebf46d16d9893c35d9fc20de737b.tar.gz |
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.
Diffstat (limited to 'graphics')
-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 |