diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-11-29 09:06:28 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-11-29 09:06:28 +0000 |
commit | 24068681d1fed671f25857be0450ffcc77c63976 (patch) | |
tree | 436abe2a7160b9537a30fbd0f6c1632daa1b73c2 /audio/gst-plugins1-faad | |
parent | d1d77180be6622dc107e6e8f2c9ba1c45890257c (diff) | |
download | pkgsrc-24068681d1fed671f25857be0450ffcc77c63976.tar.gz |
Import gst-plugins1-faad-1.0.3 as audio/gst-plugins1-faad.
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 decoder.
Diffstat (limited to 'audio/gst-plugins1-faad')
-rw-r--r-- | audio/gst-plugins1-faad/DESCR | 10 | ||||
-rw-r--r-- | audio/gst-plugins1-faad/Makefile | 10 | ||||
-rw-r--r-- | audio/gst-plugins1-faad/PLIST | 2 |
3 files changed, 22 insertions, 0 deletions
diff --git a/audio/gst-plugins1-faad/DESCR b/audio/gst-plugins1-faad/DESCR new file mode 100644 index 00000000000..5e4198a63b2 --- /dev/null +++ b/audio/gst-plugins1-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 decoder. diff --git a/audio/gst-plugins1-faad/Makefile b/audio/gst-plugins1-faad/Makefile new file mode 100644 index 00000000000..afcaba5e1d9 --- /dev/null +++ b/audio/gst-plugins1-faad/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1 2012/11/29 09:06:28 ryoon Exp $ +# + +GST_PLUGINS1_NAME= faad +GST_PLUGINS1_DIRS= ext/faad + +.include "../../multimedia/gst-plugins1-bad/Makefile.common" + +.include "../../audio/faad2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins1-faad/PLIST b/audio/gst-plugins1-faad/PLIST new file mode 100644 index 00000000000..b8ccad412f2 --- /dev/null +++ b/audio/gst-plugins1-faad/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2012/11/29 09:06:28 ryoon Exp $ +lib/gstreamer-1.0/libgstfaad.la |