From fc2a20bc1974456a2f4dde1838b17831feb63d9e Mon Sep 17 00:00:00 2001 From: drochner Date: Thu, 30 Jul 2009 16:31:24 +0000 Subject: add ezstream-0.5.4, a streaming client for icecast, from pancake@phreaker.net per pkgsrc-wip --- audio/ezstream/DESCR | 9 +++++++++ audio/ezstream/Makefile | 21 +++++++++++++++++++++ audio/ezstream/PLIST | 15 +++++++++++++++ audio/ezstream/distinfo | 5 +++++ 4 files changed, 50 insertions(+) create mode 100644 audio/ezstream/DESCR create mode 100644 audio/ezstream/Makefile create mode 100644 audio/ezstream/PLIST create mode 100644 audio/ezstream/distinfo (limited to 'audio/ezstream') diff --git a/audio/ezstream/DESCR b/audio/ezstream/DESCR new file mode 100644 index 00000000000..eab0a144b5c --- /dev/null +++ b/audio/ezstream/DESCR @@ -0,0 +1,9 @@ +ezstream is a command line utility which is a improved version of the old +"shout" utility. It enables you to stream mp3 or vorbis files to an icecast +server without reencoding and thus requires very little CPU. ezstream is +controlled via a XML config file (a few examples are provided in the conf +directory). + +ezstream can stream mp3, ogg vorbis, and ogg theora files as well as reading +from stdin. ID3v1 tags are supported in mp3 files and all ogg vorbis tags are +propagated as metadata as well. diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile new file mode 100644 index 00000000000..7eedb33d3a9 --- /dev/null +++ b/audio/ezstream/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/07/30 16:31:24 drochner Exp $ +# + +DISTNAME= ezstream-0.5.4 +CATEGORIES= audio +MASTER_SITES= http://downloads.us.xiph.org/releases/ezstream/ + +MAINTAINER= pancake@phreaker.net +HOMEPAGE= http://www.icecast.org/ezstream.php +COMMENT= Streamming client of mp3 and oggvorbis for icecast + +USE_PKGLOCALEDIR= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../audio/libshout/buildlink3.mk" +.include "../../audio/taglib/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/ezstream/PLIST b/audio/ezstream/PLIST new file mode 100644 index 00000000000..9361a17aef5 --- /dev/null +++ b/audio/ezstream/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/30 16:31:24 drochner Exp $ +bin/ezstream +man/man1/ezstream.1 +share/doc/ezstream/COPYING +share/doc/ezstream/NEWS +share/doc/ezstream/README +share/examples/ezstream/ezstream_metadata.xml +share/examples/ezstream/ezstream_mp3.xml +share/examples/ezstream/ezstream_reencode_mp3.xml +share/examples/ezstream/ezstream_reencode_theora.xml +share/examples/ezstream/ezstream_reencode_vorbis.xml +share/examples/ezstream/ezstream_stdin_vorbis.xml +share/examples/ezstream/ezstream_vorbis.xml +share/examples/ezstream/meta.sh +share/examples/ezstream/play.sh diff --git a/audio/ezstream/distinfo b/audio/ezstream/distinfo new file mode 100644 index 00000000000..d6bdbae2b58 --- /dev/null +++ b/audio/ezstream/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/07/30 16:31:24 drochner Exp $ + +SHA1 (ezstream-0.5.4.tar.gz) = 4bfd4f0883b39a036c4d1d8c5f80e1768cbbfe11 +RMD160 (ezstream-0.5.4.tar.gz) = 4279b23844feb93612c58f9fe6793ee5592390a9 +Size (ezstream-0.5.4.tar.gz) = 245171 bytes -- cgit v1.2.3