update to 0.4.0

from maintainer Moritz Grimm
This commit is contained in:
steven 2007-05-30 09:21:58 +00:00
parent 55b7da6021
commit 3a00b0be05
4 changed files with 30 additions and 21 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/01/16 13:32:58 steven Exp $
# $OpenBSD: Makefile,v 1.2 2007/05/30 09:21:58 steven Exp $
COMMENT= "streaming source client that uses external en-/decoders"
DISTNAME= ezstream-0.2.1
DISTNAME= ezstream-0.4.0
CATEGORIES= net multimedia
HOMEPAGE= http://www.icecast.org/ezstream.php
@ -21,17 +21,13 @@ MASTER_SITES= http://downloads.xiph.org/releases/ezstream/
LIB_DEPENDS= shout.>=3::net/libshout \
speex.>=4::audio/speex \
xml2.>=9::textproc/libxml
xml2.>=9::textproc/libxml \
tag_c.>=1::audio/taglib
SEPARATE_BUILD= simple
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ezstream
${INSTALL_DATA} ${WRKSRC}/conf/*.xml ${PREFIX}/share/examples/ezstream
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ezstream
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ezstream
CONFIGURE_ARGS+= --with-taglib="${LOCALBASE}"
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (ezstream-0.2.1.tar.gz) = XAtvwqvu9XKirMH44y7D4g==
RMD160 (ezstream-0.2.1.tar.gz) = f55zYLRLHzoaR/JyI6moGg/vdso=
SHA1 (ezstream-0.2.1.tar.gz) = hfXzBdeXk9NRjNihcUheqI3flI4=
SHA256 (ezstream-0.2.1.tar.gz) = U//sTmGOWGI1TTq06Up8xRVBLP0GC9wXm6k14IJDpeE=
SIZE (ezstream-0.2.1.tar.gz) = 320260
MD5 (ezstream-0.4.0.tar.gz) = bzaZhHeHqLD2m2tetenBUA==
RMD160 (ezstream-0.4.0.tar.gz) = Db8hLr/+jmQOgV0d4jLBexCWOI8=
SHA1 (ezstream-0.4.0.tar.gz) = QXpJvsEpD+qr9KwTY+0WDnVT0LQ=
SHA256 (ezstream-0.4.0.tar.gz) = YefpPcJPVFMCiVmY1H5W3xJTEf7u99Ak2+Ix+8gtVSY=
SIZE (ezstream-0.4.0.tar.gz) = 180275

View File

@ -1,7 +1,14 @@
Ezstream is a command line utility which allows streaming media files to
an Icecast server. By default, ezstream does not do any reencoding by
itself and thus requires very little CPU. Through the use of external
en- and decoders, virtually any format can be streamed.
Ezstream is a command line source client for Icecast media streaming
servers.
Ezstream can also read from stdin. ID3v1 tags are supported in MP3 files
and all Ogg Vorbis tags are propagated as metadata as well.
In its basic mode of operation, it streams media files or data from
standard input without reencoding and thus requires only very little CPU
resources. It can also use various external decoders and encoders to
reencode from one format to another, and stream the result to an Icecast
server. Additional features include scriptable playlist and metadata
handling. All of its features make ezstream a very flexible source
client.
Supported media formats for streaming are MP3, Ogg Vorbis and Ogg
Theora. Metadata is supported through TagLib, which can read information
from many media file formats.

View File

@ -1,10 +1,16 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/01/16 13:32:58 steven Exp $
@comment $OpenBSD: PLIST,v 1.2 2007/05/30 09:21:59 steven Exp $
bin/ezstream
@man man/man1/ezstream.1
share/doc/ezstream/
@comment share/doc/ezstream/COPYING
share/doc/ezstream/NEWS
share/doc/ezstream/README
share/examples/ezstream/
share/examples/ezstream/ezstream_metadata.xml
share/examples/ezstream/ezstream_mp3.xml
share/examples/ezstream/ezstream_reencoding_example_mp3.xml
share/examples/ezstream/ezstream_reencoding_example_theora.xml
share/examples/ezstream/ezstream_reencoding_example_vorbis.xml
share/examples/ezstream/ezstream_vorbis.xml
share/examples/ezstream/meta.sh
share/examples/ezstream/play.sh