From e139c861d4e419d1c462110d6e5338f60141f4b6 Mon Sep 17 00:00:00 2001 From: ryoon Date: Thu, 29 Nov 2012 09:16:52 +0000 Subject: Import gst-plugins1-lame-1.0.3 as audio/gst-plugins1-lame. 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. --- audio/gst-plugins1-lame/DESCR | 12 ++++++++++++ audio/gst-plugins1-lame/Makefile | 10 ++++++++++ audio/gst-plugins1-lame/PLIST | 2 ++ 3 files changed, 24 insertions(+) create mode 100644 audio/gst-plugins1-lame/DESCR create mode 100644 audio/gst-plugins1-lame/Makefile create mode 100644 audio/gst-plugins1-lame/PLIST diff --git a/audio/gst-plugins1-lame/DESCR b/audio/gst-plugins1-lame/DESCR new file mode 100644 index 00000000000..6697ec336b0 --- /dev/null +++ b/audio/gst-plugins1-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-plugins1-lame/Makefile b/audio/gst-plugins1-lame/Makefile new file mode 100644 index 00000000000..b0eacbbc0da --- /dev/null +++ b/audio/gst-plugins1-lame/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1 2012/11/29 09:16:52 ryoon Exp $ +# + +GST_PLUGINS1_NAME= lame +GST_PLUGINS1_DIRS= ext/lame + +.include "../../multimedia/gst-plugins1-ugly/Makefile.common" + +.include "../../audio/lame/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins1-lame/PLIST b/audio/gst-plugins1-lame/PLIST new file mode 100644 index 00000000000..6fe3bfe2192 --- /dev/null +++ b/audio/gst-plugins1-lame/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2012/11/29 09:16:52 ryoon Exp $ +lib/gstreamer-1.0/libgstlame.la -- cgit v1.2.3