diff options
author | seb <seb@pkgsrc.org> | 2004-08-26 13:34:11 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-08-26 13:34:11 +0000 |
commit | e9df44f21d7a03961f943dc40cec6d2564b4ca5c (patch) | |
tree | a47d6f8d0af9bfa992fc4e6136580549100f57cb | |
parent | 1e25d3b4730dcf7f2aecf40c99f5fe53540a01a6 (diff) | |
download | pkgsrc-e9df44f21d7a03961f943dc40cec6d2564b4ca5c.tar.gz |
Initial import of gst-plugins-faad version 0.8.2 into the NetBSD Packages
Collection.
This package provides the faad plugin for GStreamer, the ISO AAC
audio codec.
-rw-r--r-- | audio/gst-plugins-faad/DESCR | 10 | ||||
-rw-r--r-- | audio/gst-plugins-faad/Makefile | 10 | ||||
-rw-r--r-- | audio/gst-plugins-faad/PLIST | 5 |
3 files changed, 25 insertions, 0 deletions
diff --git a/audio/gst-plugins-faad/DESCR b/audio/gst-plugins-faad/DESCR new file mode 100644 index 00000000000..3e4e169ef7f --- /dev/null +++ b/audio/gst-plugins-faad/DESCR @@ -0,0 +1,10 @@ +GStreamer is a library that allows the construction of graphs of +media-handling components, ranging from simple mp3 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. + +This package provides the faad plugin for GStreamer, the ISO AAC +audio codec. diff --git a/audio/gst-plugins-faad/Makefile b/audio/gst-plugins-faad/Makefile new file mode 100644 index 00000000000..9279998f2f1 --- /dev/null +++ b/audio/gst-plugins-faad/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/08/26 13:34:11 seb Exp $ +# + +GST_PLUGINS_NAME= faad +GST_PLUGINS_DIR= ext/faad + +.include "../../multimedia/gst-plugins/Makefile.common" + +.include "../../audio/faad2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins-faad/PLIST b/audio/gst-plugins-faad/PLIST new file mode 100644 index 00000000000..40570e63038 --- /dev/null +++ b/audio/gst-plugins-faad/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/26 13:34:11 seb Exp $ +lib/gstreamer-0.8/libgstfaad.a +lib/gstreamer-0.8/libgstfaad.la +lib/gstreamer-0.8/libgstfaad.so +@comment in gstreamer: @dirrm lib/gstreamer-0.8 |