diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-11-29 09:17:39 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-11-29 09:17:39 +0000 |
commit | 5afb5d0fc269a0366a6be3aa7647252f0396ffbb (patch) | |
tree | adccd112a84d4f872e77955fe0a10006a1de9980 | |
parent | e139c861d4e419d1c462110d6e5338f60141f4b6 (diff) | |
download | pkgsrc-5afb5d0fc269a0366a6be3aa7647252f0396ffbb.tar.gz |
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.
-rw-r--r-- | audio/gst-plugins1-mad/DESCR | 12 | ||||
-rw-r--r-- | audio/gst-plugins1-mad/Makefile | 12 | ||||
-rw-r--r-- | audio/gst-plugins1-mad/PLIST | 2 |
3 files changed, 26 insertions, 0 deletions
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 |