diff options
author | drochner <drochner@pkgsrc.org> | 2006-06-14 11:00:41 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-06-14 11:00:41 +0000 |
commit | c171424ff283eb1db4bb7a84a061bc6ef8e8a147 (patch) | |
tree | c05c0d25f07eda540225994c183655a13e3f4a15 /audio/gst-plugins0.10-faad | |
parent | 1d29114c4bf7e060e33795ee19b1727067b813d1 (diff) | |
download | pkgsrc-c171424ff283eb1db4bb7a84a061bc6ef8e8a147.tar.gz |
add gst-plugins0.10-faad-0.10.3, an interface to faad2
Diffstat (limited to 'audio/gst-plugins0.10-faad')
-rw-r--r-- | audio/gst-plugins0.10-faad/DESCR | 10 | ||||
-rw-r--r-- | audio/gst-plugins0.10-faad/Makefile | 10 | ||||
-rw-r--r-- | audio/gst-plugins0.10-faad/PLIST | 2 |
3 files changed, 22 insertions, 0 deletions
diff --git a/audio/gst-plugins0.10-faad/DESCR b/audio/gst-plugins0.10-faad/DESCR new file mode 100644 index 00000000000..3e4e169ef7f --- /dev/null +++ b/audio/gst-plugins0.10-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-plugins0.10-faad/Makefile b/audio/gst-plugins0.10-faad/Makefile new file mode 100644 index 00000000000..49eb225ef11 --- /dev/null +++ b/audio/gst-plugins0.10-faad/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/06/14 11:00:41 drochner Exp $ +# + +GST_PLUGINS0.10_NAME= faad +GST_PLUGINS0.10_DIRS= ext/faad + +.include "../../multimedia/gst-plugins0.10-bad/Makefile.common" + +.include "../../audio/faad2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins0.10-faad/PLIST b/audio/gst-plugins0.10-faad/PLIST new file mode 100644 index 00000000000..625bbfa3c4d --- /dev/null +++ b/audio/gst-plugins0.10-faad/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/06/14 11:00:41 drochner Exp $ +lib/gstreamer-0.10/libgstfaad.la |