Not sure if this is the right address, but sending to pkg maintainer email.

mpg123 pre0.59s-8 as shipped in fink (for tiger) doesn't play http urls
correctly:

cheesebook:~ cheesy 1$ mpg123 http://www.foo.com/foo.mp3
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3.
Version 0.59s-mh4 (2000/Oct/27). Written and copyrights by Michael Hipp.
Uses code from various people. See 'README' for more!
THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK!
socket: Address family not supported by protocol family

The problem is the use of AF_INET on the socket(2) call in httpget.c
that should be PF_INET. The following trivial patch fixes it (against
the original 0.59s source):


Attachment: mpg123_httpget.patch
Description: Binary data


Reply via email to