diff options
author | drochner <drochner@pkgsrc.org> | 2009-10-28 18:32:17 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-10-28 18:32:17 +0000 |
commit | 54001e45250221fa60460976c3d891d2eb8074fa (patch) | |
tree | 0403b1840b770dc5d771e5aa65606e0633e62abe /audio/gst-plugins0.10-lame | |
parent | 19ff9c09884c15b8a44c752dbd32cce37ec0be11 (diff) | |
download | pkgsrc-54001e45250221fa60460976c3d891d2eb8074fa.tar.gz |
build the "lame" plugin of gst-plugins0.10-ugly, can be used by
sound-juicer to rip to mp3
Diffstat (limited to 'audio/gst-plugins0.10-lame')
-rw-r--r-- | audio/gst-plugins0.10-lame/DESCR | 12 | ||||
-rw-r--r-- | audio/gst-plugins0.10-lame/Makefile | 12 | ||||
-rw-r--r-- | audio/gst-plugins0.10-lame/PLIST | 2 |
3 files changed, 26 insertions, 0 deletions
diff --git a/audio/gst-plugins0.10-lame/DESCR b/audio/gst-plugins0.10-lame/DESCR new file mode 100644 index 00000000000..6697ec336b0 --- /dev/null +++ b/audio/gst-plugins0.10-lame/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 +lame plugin, which allows MP3 encoding. diff --git a/audio/gst-plugins0.10-lame/Makefile b/audio/gst-plugins0.10-lame/Makefile new file mode 100644 index 00000000000..a613c79e011 --- /dev/null +++ b/audio/gst-plugins0.10-lame/Makefile @@ -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 --git a/audio/gst-plugins0.10-lame/PLIST b/audio/gst-plugins0.10-lame/PLIST new file mode 100644 index 00000000000..dee1c4c4074 --- /dev/null +++ b/audio/gst-plugins0.10-lame/PLIST @@ -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 |