From 5afb5d0fc269a0366a6be3aa7647252f0396ffbb Mon Sep 17 00:00:00 2001 From: ryoon Date: Thu, 29 Nov 2012 09:17:39 +0000 Subject: Import gst-plugins1-mad-1.0.3 as audio/gst-plugins1-mad. GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis 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. GStreamer is released under the LGPL. This package is part of the 'ugly' plugins for GStreamer. It provides the mad plugin, which allows playback of MPEG Layer 3 audio files. --- audio/gst-plugins1-mad/DESCR | 12 ++++++++++++ audio/gst-plugins1-mad/Makefile | 12 ++++++++++++ audio/gst-plugins1-mad/PLIST | 2 ++ 3 files changed, 26 insertions(+) create mode 100644 audio/gst-plugins1-mad/DESCR create mode 100644 audio/gst-plugins1-mad/Makefile create mode 100644 audio/gst-plugins1-mad/PLIST diff --git a/audio/gst-plugins1-mad/DESCR b/audio/gst-plugins1-mad/DESCR new file mode 100644 index 00000000000..217603b4be8 --- /dev/null +++ b/audio/gst-plugins1-mad/DESCR @@ -0,0 +1,12 @@ +GStreamer is a library that allows the construction of graphs of +media-handling components, ranging from simple Ogg/Vorbis 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. + +GStreamer is released under the LGPL. + +This package is part of the 'ugly' plugins for GStreamer. It provides the +mad plugin, which allows playback of MPEG Layer 3 audio files. diff --git a/audio/gst-plugins1-mad/Makefile b/audio/gst-plugins1-mad/Makefile new file mode 100644 index 00000000000..39acfc5fac3 --- /dev/null +++ b/audio/gst-plugins1-mad/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2012/11/29 09:17:39 ryoon Exp $ +# + +GST_PLUGINS1_NAME= mad +GST_PLUGINS1_DIRS= ext/mad + +.include "../../multimedia/gst-plugins1-ugly/Makefile.common" + +CONFIGURE_ARGS+= --enable-mad + +.include "../../audio/libmad/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins1-mad/PLIST b/audio/gst-plugins1-mad/PLIST new file mode 100644 index 00000000000..ce71222bea3 --- /dev/null +++ b/audio/gst-plugins1-mad/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2012/11/29 09:17:39 ryoon Exp $ +lib/gstreamer-1.0/libgstmad.la -- cgit v1.2.3