diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-11-29 09:20:07 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-11-29 09:20:07 +0000 |
commit | 9ebcf3b5105cd1cbf51a441252766fbb07423104 (patch) | |
tree | 16172c81d9980904e6179aed2957e9b07d01ce47 | |
parent | 8d2a5bd3ff1cc2ab99b194f28d23e40700244be4 (diff) | |
download | pkgsrc-9ebcf3b5105cd1cbf51a441252766fbb07423104.tar.gz |
Import gst-plugins1-twolame-1.0.3 as audio/gst-plugins1-twolame.
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.
-rw-r--r-- | audio/gst-plugins1-twolame/DESCR | 12 | ||||
-rw-r--r-- | audio/gst-plugins1-twolame/Makefile | 10 | ||||
-rw-r--r-- | audio/gst-plugins1-twolame/PLIST | 2 |
3 files changed, 24 insertions, 0 deletions
diff --git a/audio/gst-plugins1-twolame/DESCR b/audio/gst-plugins1-twolame/DESCR new file mode 100644 index 00000000000..94636dd0411 --- /dev/null +++ b/audio/gst-plugins1-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-plugins1-twolame/Makefile b/audio/gst-plugins1-twolame/Makefile new file mode 100644 index 00000000000..09d5432cadb --- /dev/null +++ b/audio/gst-plugins1-twolame/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1 2012/11/29 09:20:07 ryoon Exp $ +# + +GST_PLUGINS1_NAME= twolame +GST_PLUGINS1_DIRS= ext/twolame + +.include "../../multimedia/gst-plugins1-ugly/Makefile.common" + +.include "../../audio/twolame/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins1-twolame/PLIST b/audio/gst-plugins1-twolame/PLIST new file mode 100644 index 00000000000..6ba72deb718 --- /dev/null +++ b/audio/gst-plugins1-twolame/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2012/11/29 09:20:07 ryoon Exp $ +lib/gstreamer-1.0/libgsttwolame.la |