diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-01-18 15:48:19 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-01-18 15:48:19 +0000 |
commit | 800cc082380b291e3bedf315238181119b7a254a (patch) | |
tree | a8cc2107d688568d8c0df9e26b02dbc2007339e6 /x11 | |
parent | 8c9b988df7ebf96aa3a1c866f32d39a1375cb841 (diff) | |
download | pkgsrc-800cc082380b291e3bedf315238181119b7a254a.tar.gz |
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.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gst-plugins0.10-x11/DESCR | 12 | ||||
-rw-r--r-- | x11/gst-plugins0.10-x11/Makefile | 11 | ||||
-rw-r--r-- | x11/gst-plugins0.10-x11/PLIST | 4 |
3 files changed, 27 insertions, 0 deletions
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 |