Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199602 - media-sound/ezstream - init script
Summary: media-sound/ezstream - init script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-18 22:55 UTC by Yoann LE TOUCHE
Modified: 2009-07-23 08:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
New ebuild (ezstream-0.5.2.ebuild,1.28 KB, text/plain)
2007-11-19 11:01 UTC, Yoann LE TOUCHE
Details
/etc/conf.d file (ezstream-confd,138 bytes, text/plain)
2007-11-19 11:01 UTC, Yoann LE TOUCHE
Details
Init script (ezstream-initd,732 bytes, text/plain)
2007-11-19 11:02 UTC, Yoann LE TOUCHE
Details
Init script (fix) (ezstream-initd,732 bytes, text/plain)
2007-11-19 14:22 UTC, Yoann LE TOUCHE
Details

Note You need to log in before you can comment on or make changes to this bug.
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.