diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-11-29 09:05:39 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-11-29 09:05:39 +0000 |
commit | 372557399dcabebb2df97d680abebd7a7b93c9a0 (patch) | |
tree | df4232737228a59323f74bd62e5889f48def24f4 /audio/gst-plugins1-faac | |
parent | 12b5336956649575742024982160bb2456bb0d3e (diff) | |
download | pkgsrc-372557399dcabebb2df97d680abebd7a7b93c9a0.tar.gz |
Import gst-plugins1-faac-1.0.3 as audio/gst-plugins1-faac.
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 faac plugin for GStreamer, the ISO AAC
audio codec encoder.
Diffstat (limited to 'audio/gst-plugins1-faac')
-rw-r--r-- | audio/gst-plugins1-faac/DESCR | 10 | ||||
-rw-r--r-- | audio/gst-plugins1-faac/Makefile | 10 | ||||
-rw-r--r-- | audio/gst-plugins1-faac/PLIST | 2 |
3 files changed, 22 insertions, 0 deletions
diff --git a/audio/gst-plugins1-faac/DESCR b/audio/gst-plugins1-faac/DESCR new file mode 100644 index 00000000000..2d7c90fcbb1 --- /dev/null +++ b/audio/gst-plugins1-faac/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 faac plugin for GStreamer, the ISO AAC +audio codec encoder. diff --git a/audio/gst-plugins1-faac/Makefile b/audio/gst-plugins1-faac/Makefile new file mode 100644 index 00000000000..770855887b1 --- /dev/null +++ b/audio/gst-plugins1-faac/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1 2012/11/29 09:05:39 ryoon Exp $ +# + +GST_PLUGINS1_NAME= faac +GST_PLUGINS1_DIRS= ext/faac + +.include "../../multimedia/gst-plugins1-bad/Makefile.common" + +.include "../../audio/faac/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins1-faac/PLIST b/audio/gst-plugins1-faac/PLIST new file mode 100644 index 00000000000..c2d09c32ec6 --- /dev/null +++ b/audio/gst-plugins1-faac/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2012/11/29 09:05:39 ryoon Exp $ +lib/gstreamer-1.0/libgstfaac.la |