From e9df44f21d7a03961f943dc40cec6d2564b4ca5c Mon Sep 17 00:00:00 2001 From: seb Date: Thu, 26 Aug 2004 13:34:11 +0000 Subject: 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. --- audio/gst-plugins-faad/DESCR | 10 ++++++++++ audio/gst-plugins-faad/Makefile | 10 ++++++++++ audio/gst-plugins-faad/PLIST | 5 +++++ 3 files changed, 25 insertions(+) create mode 100644 audio/gst-plugins-faad/DESCR create mode 100644 audio/gst-plugins-faad/Makefile create mode 100644 audio/gst-plugins-faad/PLIST 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 -- cgit v1.2.3