pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/ezstream add ezstream-0.5.4, a streaming client ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36f477ca5cab
branches:  trunk
changeset: 396663:36f477ca5cab
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Jul 30 16:31:24 2009 +0000

description:
add ezstream-0.5.4, a streaming client for icecast, from
pancake%phreaker.net@localhost per pkgsrc-wip

diffstat:

 audio/ezstream/DESCR    |   9 +++++++++
 audio/ezstream/Makefile |  21 +++++++++++++++++++++
 audio/ezstream/PLIST    |  15 +++++++++++++++
 audio/ezstream/distinfo |   5 +++++
 4 files changed, 50 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r 26d60413397d -r 36f477ca5cab audio/ezstream/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/ezstream/DESCR      Thu Jul 30 16:31:24 2009 +0000
@@ -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 -r 26d60413397d -r 36f477ca5cab audio/ezstream/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/ezstream/Makefile   Thu Jul 30 16:31:24 2009 +0000
@@ -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@localhost
+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 -r 26d60413397d -r 36f477ca5cab audio/ezstream/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/ezstream/PLIST      Thu Jul 30 16:31:24 2009 +0000
@@ -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 -r 26d60413397d -r 36f477ca5cab audio/ezstream/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/ezstream/distinfo   Thu Jul 30 16:31:24 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index