diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-03-30 21:20:59 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-03-30 21:20:59 +0000 |
commit | 1ca0340f1a86e767313eb0e17e05282153abfd5e (patch) | |
tree | d27b1d2f2d9029bd920ebf74e8d730095c2b7762 | |
parent | d0399e23a782267c5a8edb78e65c7ab7aed1cf7b (diff) | |
download | pkgsrc-1ca0340f1a86e767313eb0e17e05282153abfd5e.tar.gz |
Initial import of gst-plugins0.10-esound:
This package is part of the 'good' plugins for GStreamer. It provides the
esound plugin for GStreamer, which allows playback and recording of sound
through the Enlightened Sound Daemon.
-rw-r--r-- | audio/gst-plugins0.10-esound/DESCR | 13 | ||||
-rw-r--r-- | audio/gst-plugins0.10-esound/Makefile | 11 | ||||
-rw-r--r-- | audio/gst-plugins0.10-esound/PLIST | 3 |
3 files changed, 27 insertions, 0 deletions
diff --git a/audio/gst-plugins0.10-esound/DESCR b/audio/gst-plugins0.10-esound/DESCR new file mode 100644 index 00000000000..334db30a1ac --- /dev/null +++ b/audio/gst-plugins0.10-esound/DESCR @@ -0,0 +1,13 @@ +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 the +esound plugin for GStreamer, which allows playback and recording of sound +through the Enlightened Sound Daemon. diff --git a/audio/gst-plugins0.10-esound/Makefile b/audio/gst-plugins0.10-esound/Makefile new file mode 100644 index 00000000000..96c3e440653 --- /dev/null +++ b/audio/gst-plugins0.10-esound/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/03/30 21:20:59 jmmv Exp $ +# + +GST_PLUGINS0.10_NAME= esound +GST_PLUGINS0.10_DIRS= ext/esd +GST_PLUGINS0.10_FLAG= esd + +.include "../../multimedia/gst-plugins0.10-good/Makefile.common" + +.include "../../audio/esound/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins0.10-esound/PLIST b/audio/gst-plugins0.10-esound/PLIST new file mode 100644 index 00000000000..185c7e98c5e --- /dev/null +++ b/audio/gst-plugins0.10-esound/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/30 21:20:59 jmmv Exp $ +lib/gstreamer-0.10/libgstesd.la +@comment in gstreamer0.10: @dirrm lib/gstreamer-0.10 |