From 439faa6e341dc7ac9225b6e762f7822763f4ea15 Mon Sep 17 00:00:00 2001 From: ryoon Date: Thu, 29 Nov 2012 08:38:20 +0000 Subject: Import gst-plugins1-x11-1.0.3 as x11/gst-plugins1-x11. 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. --- x11/gst-plugins1-x11/DESCR | 12 ++++++++++++ x11/gst-plugins1-x11/Makefile | 11 +++++++++++ x11/gst-plugins1-x11/PLIST | 3 +++ 3 files changed, 26 insertions(+) create mode 100644 x11/gst-plugins1-x11/DESCR create mode 100644 x11/gst-plugins1-x11/Makefile create mode 100644 x11/gst-plugins1-x11/PLIST (limited to 'x11') diff --git a/x11/gst-plugins1-x11/DESCR b/x11/gst-plugins1-x11/DESCR new file mode 100644 index 00000000000..34dc7045cac --- /dev/null +++ b/x11/gst-plugins1-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-plugins1-x11/Makefile b/x11/gst-plugins1-x11/Makefile new file mode 100644 index 00000000000..1337e4db475 --- /dev/null +++ b/x11/gst-plugins1-x11/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1 2012/11/29 08:38:20 ryoon Exp $ +# + +GST_PLUGINS1_NAME= x11 +GST_PLUGINS1_DIRS= sys/ximage sys/xvimage +GST_PLUGINS1_FLAGS= x xshm xvideo + +.include "../../multimedia/gst-plugins1-base/Makefile.common" + +.include "../../x11/libXv/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/gst-plugins1-x11/PLIST b/x11/gst-plugins1-x11/PLIST new file mode 100644 index 00000000000..e3396fcaaa4 --- /dev/null +++ b/x11/gst-plugins1-x11/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2012/11/29 08:38:20 ryoon Exp $ +lib/gstreamer-1.0/libgstximagesink.la +lib/gstreamer-1.0/libgstxvimagesink.la -- cgit v1.2.3