diff options
author | mef <mef@pkgsrc.org> | 2014-10-20 11:02:53 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-10-20 11:02:53 +0000 |
commit | 4c5389ca721012b9302fa1cfc40e5ad752312769 (patch) | |
tree | 6aed61e539e2d94e8f77f8f06db921c4743e8452 /audio/ezstream | |
parent | f69afd5c6f6478b6d54141675ab3fa8d84a26e38 (diff) | |
download | pkgsrc-4c5389ca721012b9302fa1cfc40e5ad752312769.tar.gz |
(upsteam) Update 0.5.4 to 0.5.6
Changes in 0.5.6, released on 2009-08-31:
* ezstream-file.sh:
- [NEW] Add and install ezstream-file.sh, a new convenience shell script
that generates configuration and playlist from a template and
command line, respectively. (Bourne shell and POSIX utilities
required.)
See ezstream-file.sh(1) for details.
* src/ezstream.c:
- [MISC] Be more tolerant towards faulty playlists and similar issues.
Failure to open a resource (e.g. a media file) is no longer fatal
and operation will continue until 100 subsequent errors. Based on
an idea from dhorton.
(Ticket #1585)
- [NEW] New command line option -s: Make ezstream function as a line-
based shuffling utility.
* src/playlist.c:
- [MISC] Consider no output from a playlist program to be equivalent to an
empty line, indicating that the end of the playlist is reached.
- [FIX] Do not complain when receiving an empty line from a playlist
program.
* examples/:
- [NEW] Add a real-world example playlist script with logging feature.
Changes in 0.5.5, released on 2009-08-01:
* win32/config.h:
- [FIX] Re-enable TagLib support in MSVC build. Found by Roman Donchenko.
(Ticket #1535)
* various:
- [NEW] New optional <sourceuser/> configuration option, to change the
username used in authentication with Icecast. Suggested by
Akos Veres.
- [MISC] Further improvements and minor fixes in the build system.
Diffstat (limited to 'audio/ezstream')
-rw-r--r-- | audio/ezstream/Makefile | 6 | ||||
-rw-r--r-- | audio/ezstream/PLIST | 6 | ||||
-rw-r--r-- | audio/ezstream/distinfo | 8 |
3 files changed, 12 insertions, 8 deletions
diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile index 40a2dcd2ec9..36e623d3469 100644 --- a/audio/ezstream/Makefile +++ b/audio/ezstream/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2013/10/17 07:56:40 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/10/20 11:02:53 mef Exp $ # -DISTNAME= ezstream-0.5.4 -PKGREVISION= 2 +DISTNAME= ezstream-0.5.6 CATEGORIES= audio MASTER_SITES= http://downloads.us.xiph.org/releases/ezstream/ +LICENSE= gnu-gpl-v2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.icecast.org/ezstream.php diff --git a/audio/ezstream/PLIST b/audio/ezstream/PLIST index 9361a17aef5..d2e48dc6dbc 100644 --- a/audio/ezstream/PLIST +++ b/audio/ezstream/PLIST @@ -1,9 +1,12 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/30 16:31:24 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2014/10/20 11:02:53 mef Exp $ bin/ezstream +bin/ezstream-file.sh +man/man1/ezstream-file.sh.1 man/man1/ezstream.1 share/doc/ezstream/COPYING share/doc/ezstream/NEWS share/doc/ezstream/README +share/examples/ezstream/ezstream-file_template.xml share/examples/ezstream/ezstream_metadata.xml share/examples/ezstream/ezstream_mp3.xml share/examples/ezstream/ezstream_reencode_mp3.xml @@ -13,3 +16,4 @@ share/examples/ezstream/ezstream_stdin_vorbis.xml share/examples/ezstream/ezstream_vorbis.xml share/examples/ezstream/meta.sh share/examples/ezstream/play.sh +share/examples/ezstream/playlist-logger.sh diff --git a/audio/ezstream/distinfo b/audio/ezstream/distinfo index d6bdbae2b58..0621cc731b4 100644 --- a/audio/ezstream/distinfo +++ b/audio/ezstream/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/07/30 16:31:24 drochner Exp $ +$NetBSD: distinfo,v 1.2 2014/10/20 11:02:53 mef 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 +SHA1 (ezstream-0.5.6.tar.gz) = f9d3ee5a2f81d156685ffbfc59b556c63afcca83 +RMD160 (ezstream-0.5.6.tar.gz) = 69fe2b41f1363ab29526d63b4632395e02a8603c +Size (ezstream-0.5.6.tar.gz) = 263150 bytes |