diff options
author | drochner <drochner@pkgsrc.org> | 2008-08-06 18:08:56 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-08-06 18:08:56 +0000 |
commit | 04fa8cba3ded2a9329a433e0cc4f6e3100b19650 (patch) | |
tree | 650cdd52b681ce92c53d9b37ac3ab4186212685a /sysutils/gst-plugins0.10-gio | |
parent | 8557fc0fbe80a76d9628f5dcc2f840ba3517a6b9 (diff) | |
download | pkgsrc-04fa8cba3ded2a9329a433e0cc4f6e3100b19650.tar.gz |
add a "gio" plugin for gst-plugins0.10-base
Diffstat (limited to 'sysutils/gst-plugins0.10-gio')
-rw-r--r-- | sysutils/gst-plugins0.10-gio/DESCR | 14 | ||||
-rw-r--r-- | sysutils/gst-plugins0.10-gio/Makefile | 13 | ||||
-rw-r--r-- | sysutils/gst-plugins0.10-gio/PLIST | 3 |
3 files changed, 30 insertions, 0 deletions
diff --git a/sysutils/gst-plugins0.10-gio/DESCR b/sysutils/gst-plugins0.10-gio/DESCR new file mode 100644 index 00000000000..587d87d2b85 --- /dev/null +++ b/sysutils/gst-plugins0.10-gio/DESCR @@ -0,0 +1,14 @@ +GStreamer is a library that allows the construction of graphs of +media-handling components, ranging from simple Ogg/Vorbis 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. + +GStreamer is released under the LGPL. + +This package is part of the 'base' plugins for GStreamer. It provides the +gio plugin for GStreamer, which allows file access through the glib +gio abstraction layer. This means that it can open files using any of the +methods supported by the glib gio library. diff --git a/sysutils/gst-plugins0.10-gio/Makefile b/sysutils/gst-plugins0.10-gio/Makefile new file mode 100644 index 00000000000..2ac703cc738 --- /dev/null +++ b/sysutils/gst-plugins0.10-gio/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/08/06 18:08:56 drochner Exp $ +# + +GST_PLUGINS0.10_NAME= gio +GST_PLUGINS0.10_DIRS= ext/gio +GST_PLUGINS0.10_FLAGS= gio experimental + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../multimedia/gst-plugins0.10-base/Makefile.common" + +.include "../../devel/glib2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/gst-plugins0.10-gio/PLIST b/sysutils/gst-plugins0.10-gio/PLIST new file mode 100644 index 00000000000..f45d272099d --- /dev/null +++ b/sysutils/gst-plugins0.10-gio/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/08/06 18:08:56 drochner Exp $ +lib/gstreamer-0.10/libgstgio.la +@comment in gstreamer0.10: @dirrm lib/gstreamer-0.10 |