From 99f1b937027a4bf96eae4f7fcd8d2440814a8a44 Mon Sep 17 00:00:00 2001 From: jmmv Date: Sat, 8 Apr 2006 11:44:28 +0000 Subject: 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. --- audio/gst-plugins0.10-mad/DESCR | 12 ++++++++++++ audio/gst-plugins0.10-mad/Makefile | 14 ++++++++++++++ audio/gst-plugins0.10-mad/PLIST | 3 +++ 3 files changed, 29 insertions(+) create mode 100644 audio/gst-plugins0.10-mad/DESCR create mode 100644 audio/gst-plugins0.10-mad/Makefile create mode 100644 audio/gst-plugins0.10-mad/PLIST (limited to 'audio/gst-plugins0.10-mad') 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 -- cgit v1.2.3