From d1d77180be6622dc107e6e8f2c9ba1c45890257c Mon Sep 17 00:00:00 2001 From: ryoon Date: Thu, 29 Nov 2012 09:05:39 +0000 Subject: 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. --- audio/gst-plugins1-faac/DESCR | 10 ++++++++++ audio/gst-plugins1-faac/Makefile | 10 ++++++++++ audio/gst-plugins1-faac/PLIST | 2 ++ 3 files changed, 22 insertions(+) create mode 100644 audio/gst-plugins1-faac/DESCR create mode 100644 audio/gst-plugins1-faac/Makefile create mode 100644 audio/gst-plugins1-faac/PLIST (limited to 'audio/gst-plugins1-faac') 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 -- cgit v1.2.3