gcc: /usr/lib/libmad.so: No such file or directorymake[1]: *** [console] Error 1make: *** [consoleapp] Error 2 Executed: ranlib /usr/lib/libmad.a Searched: libmad.dylib exists
Created attachment 64288 [details, diff] streamripper-1.61.8 ebuild path I made a small adjustment to the 1.61.8 ebuild, mainly to lower the automake requirement for ppc-macos, since 1.8 isn't available there by default. Furthermore I had to make the install script executable by hand in order to get it to install. Apart from that, however, I haven't noticed any problems. I tested it on a shoutcast stream and it works fine for me.
Created attachment 64365 [details, diff] improved streamripper-1.61.8 patch The automake 1.8 requirement is not necessary for other platforms too, so dropped the ppc-macos stuff. Added unpack || die construct.
Created attachment 64368 [details, diff] perhaps correct patch for streamripper-1.61.8. - don't do unpack || die --> it doesn't make sense - move install-sh chmod into src_unpack, where it belongs - lower automake requirement to just automake
Created attachment 64369 [details, diff] correcter patch for streamripper-1.61.8? vapier: punt automake it took some digging, but punt means "get rid of"...
InCVS