pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/gst-plugins0.10-mad Initial import of gst-plugin...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0369b27c9b67
branches: trunk
changeset: 511019:0369b27c9b67
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sat Apr 08 11:44:28 2006 +0000
description:
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:
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(+), 0 deletions(-)
diffs (41 lines):
diff -r 5ceebfd1e29f -r 0369b27c9b67 audio/gst-plugins0.10-mad/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins0.10-mad/DESCR Sat Apr 08 11:44:28 2006 +0000
@@ -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 -r 5ceebfd1e29f -r 0369b27c9b67 audio/gst-plugins0.10-mad/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins0.10-mad/Makefile Sat Apr 08 11:44:28 2006 +0000
@@ -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 -r 5ceebfd1e29f -r 0369b27c9b67 audio/gst-plugins0.10-mad/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins0.10-mad/PLIST Sat Apr 08 11:44:28 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index