diff options
author | drochner <drochner> | 2009-10-28 18:33:57 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-10-28 18:33:57 +0000 |
commit | 5993ef8c0c20fc15ffa6060a839c94bee0b4abb9 (patch) | |
tree | 52900531628d44894f574867ab4af573b5d85c86 /audio | |
parent | 53db61699d774bc971879d48f135cb41e2bb1f1d (diff) | |
download | pkgsrc-5993ef8c0c20fc15ffa6060a839c94bee0b4abb9.tar.gz |
build the "twolame" plugin of gst-plugins0.10-ugly, can be used by
sound-juicer to rip to mp2
(just for completeness, likely not too useful)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gst-plugins0.10-twolame/DESCR | 12 | ||||
-rw-r--r-- | audio/gst-plugins0.10-twolame/Makefile | 12 | ||||
-rw-r--r-- | audio/gst-plugins0.10-twolame/PLIST | 2 |
3 files changed, 26 insertions, 0 deletions
diff --git a/audio/gst-plugins0.10-twolame/DESCR b/audio/gst-plugins0.10-twolame/DESCR new file mode 100644 index 00000000000..94636dd0411 --- /dev/null +++ b/audio/gst-plugins0.10-twolame/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 +twolame plugin, which allows MP2 encoding. diff --git a/audio/gst-plugins0.10-twolame/Makefile b/audio/gst-plugins0.10-twolame/Makefile new file mode 100644 index 00000000000..5d3455288de --- /dev/null +++ b/audio/gst-plugins0.10-twolame/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/10/28 18:33:57 drochner Exp $ +# + +GST_PLUGINS0.10_NAME= twolame +GST_PLUGINS0.10_DIRS= ext/twolame + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../multimedia/gst-plugins0.10-ugly/Makefile.common" + +.include "../../audio/twolame/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins0.10-twolame/PLIST b/audio/gst-plugins0.10-twolame/PLIST new file mode 100644 index 00000000000..1a719559b15 --- /dev/null +++ b/audio/gst-plugins0.10-twolame/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/10/28 18:33:57 drochner Exp $ +lib/gstreamer-0.10/libgsttwolame.la |