From 5993ef8c0c20fc15ffa6060a839c94bee0b4abb9 Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 28 Oct 2009 18:33:57 +0000 Subject: 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) --- audio/gst-plugins0.10-twolame/DESCR | 12 ++++++++++++ audio/gst-plugins0.10-twolame/Makefile | 12 ++++++++++++ audio/gst-plugins0.10-twolame/PLIST | 2 ++ 3 files changed, 26 insertions(+) create mode 100644 audio/gst-plugins0.10-twolame/DESCR create mode 100644 audio/gst-plugins0.10-twolame/Makefile create mode 100644 audio/gst-plugins0.10-twolame/PLIST (limited to 'audio') 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 -- cgit v1.2.3