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-lame build the "lame" plugin of ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf49e433bbcb
branches:  trunk
changeset: 400844:bf49e433bbcb
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Oct 28 18:32:17 2009 +0000

description:
build the "lame" plugin of gst-plugins0.10-ugly, can be used by
sound-juicer to rip to mp3

diffstat:

 audio/gst-plugins0.10-lame/DESCR    |  12 ++++++++++++
 audio/gst-plugins0.10-lame/Makefile |  12 ++++++++++++
 audio/gst-plugins0.10-lame/PLIST    |   2 ++
 3 files changed, 26 insertions(+), 0 deletions(-)

diffs (38 lines):

diff -r 867c05431597 -r bf49e433bbcb audio/gst-plugins0.10-lame/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins0.10-lame/DESCR  Wed Oct 28 18:32:17 2009 +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
+lame plugin, which allows MP3 encoding.
diff -r 867c05431597 -r bf49e433bbcb audio/gst-plugins0.10-lame/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins0.10-lame/Makefile       Wed Oct 28 18:32:17 2009 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/10/28 18:32:17 drochner Exp $
+#
+
+GST_PLUGINS0.10_NAME=  lame
+GST_PLUGINS0.10_DIRS=  ext/lame
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "../../multimedia/gst-plugins0.10-ugly/Makefile.common"
+
+.include "../../audio/lame/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 867c05431597 -r bf49e433bbcb audio/gst-plugins0.10-lame/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins0.10-lame/PLIST  Wed Oct 28 18:32:17 2009 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/10/28 18:32:17 drochner Exp $
+lib/gstreamer-0.10/libgstlame.la



Home | Main Index | Thread Index | Old Index