Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 199602

Summary: media-sound/ezstream - init script
Product: Gentoo Linux Reporter: Yoann LE TOUCHE <kurotoshiro>
Component: New packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: New ebuild
/etc/conf.d file
Init script
Init script (fix)

Description Yoann LE TOUCHE 2007-11-18 22:55:32 UTC
Ezstream is a source client for the icecast streaming server.

From the website :

Ezstream 0.5.2 has been released on November 4th 2007.

Version 0.5.2 is a bugfix release. It unbreaks most use cases with regard to streaming from standard input and contains documentation improvements.

    *   src/ezstream.c:
          o FIX -- Fix a crash that occurs when streaming from standard input without using a script or program that supplies metadata information. (Ticket #1247)
          o FIX -- Similar to the fix for #1247, properly initialize another variable. The result is a cosmetic fix for the "real-time" status line when streaming from standard input.
          o MISC -- Provide a useful error message when there's no more data to read from standard input instead of talking about scary, bad file descriptors.
          o MISC -- Further prettify the output to make more sense when streaming from standard input.
    * src/xalloc.c:
          o FIX -- A rare, possible crash has been fixed in an error path.
    * examples/*:
          o NEW -- Add an example configuration for streaming from standard input.
          o MISC -- Improve reencoding examples to make them more easily usable with fewer changes.
          o MISC -- Reenconding example files have been renamed.
Comment 1 Yoann LE TOUCHE 2007-11-19 11:01:08 UTC
Created attachment 136359 [details]
New ebuild

Add support for init script
Comment 2 Yoann LE TOUCHE 2007-11-19 11:01:53 UTC
Created attachment 136360 [details]
/etc/conf.d file
Comment 3 Yoann LE TOUCHE 2007-11-19 11:02:20 UTC
Created attachment 136361 [details]
Init script
Comment 4 Yoann LE TOUCHE 2007-11-19 14:22:01 UTC
Created attachment 136376 [details]
Init script (fix)

Fix the start line (-c was not before the config file)
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2007-12-04 18:07:04 UTC
0.5.3 in tree, no init script yet..
Comment 6 Samuli Suominen (RETIRED) gentoo-dev 2009-07-23 08:15:55 UTC
yep.. sorry it took so long (lack of manpower in sound).

+  23 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> ezstream-0.5.3.ebuild,
+  +files/ezstream.confd, +files/ezstream.initd:
+  conf.d and init.d files wrt #199602, thanks to Yoann LE TOUCHE.