diff options
author | drochner <drochner> | 2009-10-28 18:32:17 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-10-28 18:32:17 +0000 |
commit | 53db61699d774bc971879d48f135cb41e2bb1f1d (patch) | |
tree | 0403b1840b770dc5d771e5aa65606e0633e62abe /audio/gst-plugins0.10-lame | |
parent | 53856e3db7f5e5cb42d41e9b362afe179e575bb5 (diff) | |
download | pkgsrc-53db61699d774bc971879d48f135cb41e2bb1f1d.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 |