diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2008-11-27 17:51:28 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2008-11-27 17:51:28 +0000 |
commit | 6c668969ef6fb57d29dfb5f11a709d1f7fae743b (patch) | |
tree | 85b01bce73b7c5b171371080a2209284510ed4d4 /multimedia | |
parent | b225186ec6b580f013c2b53663aa0ad8210aa13c (diff) | |
download | pkgsrc-6c668969ef6fb57d29dfb5f11a709d1f7fae743b.tar.gz |
Import gst-plugins0.10-hal version 0.10.11:
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 'good' plugins for GStreamer. It provides a
plugin to access devices via HAL.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins0.10-hal/DESCR | 12 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-hal/Makefile | 13 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-hal/PLIST | 2 |
3 files changed, 27 insertions, 0 deletions
diff --git a/multimedia/gst-plugins0.10-hal/DESCR b/multimedia/gst-plugins0.10-hal/DESCR new file mode 100644 index 00000000000..d825d916e56 --- /dev/null +++ b/multimedia/gst-plugins0.10-hal/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 'good' plugins for GStreamer. It provides a +plugin to access devices via HAL. diff --git a/multimedia/gst-plugins0.10-hal/Makefile b/multimedia/gst-plugins0.10-hal/Makefile new file mode 100644 index 00000000000..764678c9354 --- /dev/null +++ b/multimedia/gst-plugins0.10-hal/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/27 17:51:28 jmcneill Exp $ +# + +GST_PLUGINS0.10_NAME= hal +GST_PLUGINS0.10_DIRS= ext/hal +GST_PLUGINS0.10_FLAGS= hal + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../multimedia/gst-plugins0.10-good/Makefile.common" + +.include "../../sysutils/hal/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/gst-plugins0.10-hal/PLIST b/multimedia/gst-plugins0.10-hal/PLIST new file mode 100644 index 00000000000..a0a28d4d8cf --- /dev/null +++ b/multimedia/gst-plugins0.10-hal/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/11/27 17:51:28 jmcneill Exp $ +lib/gstreamer-0.10/libgsthalelements.la |