diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-11-29 08:44:29 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-11-29 08:44:29 +0000 |
commit | 891f900e7dd515108afe2142fee95bbaec5988a7 (patch) | |
tree | f580142bb112d861fb059b804cab4ef74a7cf187 | |
parent | 2907ed2f821d4b3501668562cad352565d057eca (diff) | |
download | pkgsrc-891f900e7dd515108afe2142fee95bbaec5988a7.tar.gz |
Import gst-plugins1-speex-1.0.3 as audio/gst-plugins1-speex.
The Speex project aims to build an open-source, patent-free voice
codec. Unlike other codecs like MP3 and Ogg Vorbis, Speex is
specially designed for compressing voice at low bitrates in the
8-32 kbps/channel range. Possible applications include Voice over
IP (VoIP), internet audio streaming, archiving of speech data (e.g.
voice mail), and audio books. In some sense, it is meant to be
complementary to the Ogg Vorbis codec.
-rw-r--r-- | audio/gst-plugins1-speex/DESCR | 7 | ||||
-rw-r--r-- | audio/gst-plugins1-speex/Makefile | 11 | ||||
-rw-r--r-- | audio/gst-plugins1-speex/PLIST | 2 |
3 files changed, 20 insertions, 0 deletions
diff --git a/audio/gst-plugins1-speex/DESCR b/audio/gst-plugins1-speex/DESCR new file mode 100644 index 00000000000..8b557db62ae --- /dev/null +++ b/audio/gst-plugins1-speex/DESCR @@ -0,0 +1,7 @@ +The Speex project aims to build an open-source, patent-free voice +codec. Unlike other codecs like MP3 and Ogg Vorbis, Speex is +specially designed for compressing voice at low bitrates in the +8-32 kbps/channel range. Possible applications include Voice over +IP (VoIP), internet audio streaming, archiving of speech data (e.g. +voice mail), and audio books. In some sense, it is meant to be +complementary to the Ogg Vorbis codec. diff --git a/audio/gst-plugins1-speex/Makefile b/audio/gst-plugins1-speex/Makefile new file mode 100644 index 00000000000..ffd2e7443ff --- /dev/null +++ b/audio/gst-plugins1-speex/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1 2012/11/29 08:44:29 ryoon Exp $ +# + +GST_PLUGINS1_NAME= speex +GST_PLUGINS1_DIRS= ext/speex +GST_PLUGINS1_FLAGS= speex + +.include "../../multimedia/gst-plugins1-good/Makefile.common" + +.include "../../audio/speex/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins1-speex/PLIST b/audio/gst-plugins1-speex/PLIST new file mode 100644 index 00000000000..b3af6872f7d --- /dev/null +++ b/audio/gst-plugins1-speex/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2012/11/29 08:44:29 ryoon Exp $ +lib/gstreamer-1.0/libgstspeex.la |