summaryrefslogtreecommitdiff
path: root/audio/mserv/patches/patch-af
AgeCommit message (Collapse)AuthorFilesLines
2022-06-06Fix handling of 64bit time_t on 32bit archsmartin1-18/+49
2012-02-07Avoid a crash if getprotobyname("IP") does return NULL.martin1-18/+42
2004-09-12Make this package build on Linux by using strncpy() when strlcpy() isminskim1-24/+32
not available.
2004-02-20Update mserv to 0.35nb8:abs1-105/+246
Fix parsing of ID3v1 data, fix some off by one malloc()s and default album author to tracks' author.
2003-09-03Update mserv to 0.35nb1abs1-2/+2
Fix english.lang install location Install mservedit Add INSTALL and LICENSE to PLIST Fix config 'player_ogg=prog_ogg' -> 'player_ogg=prog_ogg123' Add PARSE_OGG_INFO
2003-09-03Update to mserv-0.35.martin1-89/+103
Most previus patches have been integrated, various fixes. This version is compatible with a new nifty win32 gui client, see the homepage for links.
2003-06-07Escape newlines in literal string for gcc3.abs1-7/+88
No change to compiled package.
2002-10-03Update mserv to mserv-0.33nb5:abs1-1/+1
Correctly parse ID3V2 headers.
2002-08-02Updated mserv to 0.33nb4:abs1-1/+1
Ensure reset message is flushed before restart starts, and fix volume control to correctly report new value so 'volume -' and 'volume +' will always reduce/increase the volume by the minimum value.
2002-07-31Update mserv to 0.33nb3:abs1-21/+10
Broadcast an information line both on server RESET initiation and on completion.
2002-06-14Update mserv to mserv-0.33nb2abs1-0/+24
- Clip TRACKSPERALBUM to 250 not 1200 as more than 255 loses - Fix default pathname to mpg123 - Add DEPENDS for mpg123 - Fix soundcard support