Mon Oct 20 11:02:53 2014 UTC ()
(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.


(mef)
diff -r1.6 -r1.7 pkgsrc/audio/ezstream/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/audio/ezstream/PLIST
diff -r1.1.1.1 -r1.2 pkgsrc/audio/ezstream/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/audio/ezstream/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/ezstream/Makefile 2013/10/17 07:56:40 1.6
+++ pkgsrc/audio/ezstream/Makefile 2014/10/20 11:02:53 1.7
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.6 2013/10/17 07:56:40 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2014/10/20 11:02:53 mef Exp $
2# 2#
3 3
4DISTNAME= ezstream-0.5.4 4DISTNAME= ezstream-0.5.6
5PKGREVISION= 2 
6CATEGORIES= audio 5CATEGORIES= audio
7MASTER_SITES= http://downloads.us.xiph.org/releases/ezstream/ 6MASTER_SITES= http://downloads.us.xiph.org/releases/ezstream/
 7LICENSE= gnu-gpl-v2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.icecast.org/ezstream.php 10HOMEPAGE= http://www.icecast.org/ezstream.php
11COMMENT= Streamming client of mp3 and oggvorbis for icecast 11COMMENT= Streamming client of mp3 and oggvorbis for icecast
12 12
13USE_PKGLOCALEDIR= yes 13USE_PKGLOCALEDIR= yes
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17REPLACE_SH= examples/meta.sh examples/play.sh 17REPLACE_SH= examples/meta.sh examples/play.sh
18 18
19.include "../../audio/libshout/buildlink3.mk" 19.include "../../audio/libshout/buildlink3.mk"
20.include "../../audio/taglib/buildlink3.mk" 20.include "../../audio/taglib/buildlink3.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/audio/ezstream/PLIST (expand / switch to unified diff)

--- pkgsrc/audio/ezstream/PLIST 2009/07/30 16:31:24 1.1.1.1
+++ pkgsrc/audio/ezstream/PLIST 2014/10/20 11:02:53 1.2
@@ -1,15 +1,19 @@ @@ -1,15 +1,19 @@
1@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/30 16:31:24 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.2 2014/10/20 11:02:53 mef Exp $
2bin/ezstream 2bin/ezstream
 3bin/ezstream-file.sh
 4man/man1/ezstream-file.sh.1
3man/man1/ezstream.1 5man/man1/ezstream.1
4share/doc/ezstream/COPYING 6share/doc/ezstream/COPYING
5share/doc/ezstream/NEWS 7share/doc/ezstream/NEWS
6share/doc/ezstream/README 8share/doc/ezstream/README
 9share/examples/ezstream/ezstream-file_template.xml
7share/examples/ezstream/ezstream_metadata.xml 10share/examples/ezstream/ezstream_metadata.xml
8share/examples/ezstream/ezstream_mp3.xml 11share/examples/ezstream/ezstream_mp3.xml
9share/examples/ezstream/ezstream_reencode_mp3.xml 12share/examples/ezstream/ezstream_reencode_mp3.xml
10share/examples/ezstream/ezstream_reencode_theora.xml 13share/examples/ezstream/ezstream_reencode_theora.xml
11share/examples/ezstream/ezstream_reencode_vorbis.xml 14share/examples/ezstream/ezstream_reencode_vorbis.xml
12share/examples/ezstream/ezstream_stdin_vorbis.xml 15share/examples/ezstream/ezstream_stdin_vorbis.xml
13share/examples/ezstream/ezstream_vorbis.xml 16share/examples/ezstream/ezstream_vorbis.xml
14share/examples/ezstream/meta.sh 17share/examples/ezstream/meta.sh
15share/examples/ezstream/play.sh 18share/examples/ezstream/play.sh
 19share/examples/ezstream/playlist-logger.sh

cvs diff -r1.1.1.1 -r1.2 pkgsrc/audio/ezstream/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/ezstream/distinfo 2009/07/30 16:31:24 1.1.1.1
+++ pkgsrc/audio/ezstream/distinfo 2014/10/20 11:02:53 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2009/07/30 16:31:24 drochner Exp $ 1$NetBSD: distinfo,v 1.2 2014/10/20 11:02:53 mef Exp $
2 2
3SHA1 (ezstream-0.5.4.tar.gz) = 4bfd4f0883b39a036c4d1d8c5f80e1768cbbfe11 3SHA1 (ezstream-0.5.6.tar.gz) = f9d3ee5a2f81d156685ffbfc59b556c63afcca83
4RMD160 (ezstream-0.5.4.tar.gz) = 4279b23844feb93612c58f9fe6793ee5592390a9 4RMD160 (ezstream-0.5.6.tar.gz) = 69fe2b41f1363ab29526d63b4632395e02a8603c
5Size (ezstream-0.5.4.tar.gz) = 245171 bytes 5Size (ezstream-0.5.6.tar.gz) = 263150 bytes