diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-04-08 11:44:28 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-04-08 11:44:28 +0000 |
commit | 5a4d14bb4b63e6df58cca7381c8e2d6871721d89 (patch) | |
tree | 9c26efad803dbcfb26916ddee1487f213f48cb77 /audio/gst-plugins0.10-mad | |
parent | 4a2e47adc210c9b1ff164750e7f9089d775368c2 (diff) | |
download | pkgsrc-5a4d14bb4b63e6df58cca7381c8e2d6871721d89.tar.gz |
Initial import of gst-plugins0.10-mad, version 0.10.3:
This package is part of the 'ugly' plugins for GStreamer. It provides the
mad plugin, which allows playback of MPEG Layer 3 audio files.
Diffstat (limited to 'audio/gst-plugins0.10-mad')
-rw-r--r-- | audio/gst-plugins0.10-mad/DESCR | 12 | ||||
-rw-r--r-- | audio/gst-plugins0.10-mad/Makefile | 14 | ||||
-rw-r--r-- | audio/gst-plugins0.10-mad/PLIST | 3 |
3 files changed, 29 insertions, 0 deletions
diff --git a/audio/gst-plugins0.10-mad/DESCR b/audio/gst-plugins0.10-mad/DESCR new file mode 100644 index 00000000000..1c893bec9c3 --- /dev/null +++ b/audio/gst-plugins0.10-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-plugins0.10-mad/Makefile b/audio/gst-plugins0.10-mad/Makefile new file mode 100644 index 00000000000..9a28a9a8aa3 --- /dev/null +++ b/audio/gst-plugins0.10-mad/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/04/08 11:44:28 jmmv Exp $ +# + +GST_PLUGINS0.10_NAME= mad +GST_PLUGINS0.10_DIRS= ext/mad + +.include "../../multimedia/gst-plugins0.10-ugly/Makefile.common" + +CONFIGURE_ARGS+= --enable-id3tag +CONFIGURE_ARGS+= --enable-mad + +.include "../../audio/libid3tag/buildlink3.mk" +.include "../../audio/libmad/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins0.10-mad/PLIST b/audio/gst-plugins0.10-mad/PLIST new file mode 100644 index 00000000000..8ff3afc7b0b --- /dev/null +++ b/audio/gst-plugins0.10-mad/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/08 11:44:28 jmmv Exp $ +lib/gstreamer-0.10/libgstmad.la +@comment in gstreamer0.10: @dirrm lib/gstreamer-0.10 |