From 800cc082380b291e3bedf315238181119b7a254a Mon Sep 17 00:00:00 2001 From: jmmv Date: Wed, 18 Jan 2006 15:48:19 +0000 Subject: Initial import of gst-plugins0.10-x11, version 0.10.1: This package is part of the 'base' plugins for GStreamer. It provides a set of plugins to access the X Window System. --- x11/gst-plugins0.10-x11/DESCR | 12 ++++++++++++ x11/gst-plugins0.10-x11/Makefile | 11 +++++++++++ x11/gst-plugins0.10-x11/PLIST | 4 ++++ 3 files changed, 27 insertions(+) create mode 100644 x11/gst-plugins0.10-x11/DESCR create mode 100644 x11/gst-plugins0.10-x11/Makefile create mode 100644 x11/gst-plugins0.10-x11/PLIST diff --git a/x11/gst-plugins0.10-x11/DESCR b/x11/gst-plugins0.10-x11/DESCR new file mode 100644 index 00000000000..ae55cb751e6 --- /dev/null +++ b/x11/gst-plugins0.10-x11/DESCR @@ -0,0 +1,12 @@ +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 a +set of plugins to access the X Window System. diff --git a/x11/gst-plugins0.10-x11/Makefile b/x11/gst-plugins0.10-x11/Makefile new file mode 100644 index 00000000000..4b12ac617ff --- /dev/null +++ b/x11/gst-plugins0.10-x11/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/01/18 15:48:19 jmmv Exp $ +# + +GST_PLUGINS0.10_NAME= x11 +GST_PLUGINS0.10_DIRS= sys/ximage sys/xvimage +GST_PLUGINS0.10_FLAGS= x xshm xvideo + +.include "../../multimedia/gst-plugins0.10-base/Makefile.common" + +.include "../../mk/x11.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/gst-plugins0.10-x11/PLIST b/x11/gst-plugins0.10-x11/PLIST new file mode 100644 index 00000000000..b31151c56c8 --- /dev/null +++ b/x11/gst-plugins0.10-x11/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/18 15:48:19 jmmv Exp $ +lib/gstreamer-0.10/libgstximagesink.la +lib/gstreamer-0.10/libgstxvimagesink.la +@comment in gstreamer0.10: @dirrm lib/gstreamer-0.10 -- cgit v1.2.3