summaryrefslogtreecommitdiff
path: root/audio/mserv
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-02-02revert last (Addition of mserv-devel CONFLICTS) - my installed packagesabs1-2/+1
must have been in a strange state. (Picked up by Kim - thanks)
2005-02-02Add conflicts with mserv-develabs1-1/+2
2004-12-31Enable pkgviews installation.minskim1-1/+3
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-30Libtoolize PLIST (was missing .la file).tv2-6/+4
2004-09-13bump PKGREVISION for mpg123 dependency changegrant1-2/+2
2004-09-12mserv does not require mpg123, as players are configurable.kim1-3/+1
2004-09-12Make this package build on Linux by using strncpy() when strlcpy() isminskim5-26/+77
not available.
2004-04-12Follow libogg into multimedia/.salo1-2/+2
2004-04-11bl3ifyxtraeme1-5/+5
2004-02-20Update mserv to 0.35nb8:abs10-299/+501
Fix parsing of ID3v1 data, fix some off by one malloc()s and default album author to tracks' author.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-23use LIBTOOL_OVERRIDE. fixes installation on Solaris (and others).grant1-7/+11
re-arrange mserv/Makefile a little to be more readable and consistent with mserv-devel. bump PKGREVISIONs.
2004-01-16Update mserv to mserv-0.35nb6:abs2-3/+5
Add libmserv.so to PLIST
2003-12-08Bump PKGREVISION for libogg (or, in 5 cases, libao) updates.wiz1-2/+2
2003-12-04Update mserv to 0.35nb4:abs3-10/+10
- Handle upper and lowercase comment tags in .ogg files
2003-11-11Update mserv to mserv-0.35nb3abs3-6/+6
Correct calculation of bitrate for ogg files
2003-11-06Solaris needs -lnsl and -lsocketgavan1-1/+3
2003-09-04Update mserv to 0.35nb2:abs3-7/+48
Fix six variations on the same file descriptor leak theme
2003-09-03Update mserv to 0.35nb1abs6-28/+127
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.martin15-6488/+162
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-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-16Fix last (soundcard.h check)abs2-8/+9
2003-07-16Update mserv to 0.33nb7abs3-40/+6087
Regenerate configure using utoconf 2.57 rather than 2.13 so soundcard.h tests work with gcc3 cpp. Gcc3 compiled mserv can now change the volume again.
2003-06-07Escape newlines in literal string for gcc3.abs2-9/+90
No change to compiled package.
2003-04-17Update mserv to 0.33nb6:abs3-6/+18
Avoid leaking a filedescriptor when checking volume level
2002-10-03Update mserv to mserv-0.33nb5:abs15-58/+219
Correctly parse ID3V2 headers.
2002-08-02Updated mserv to 0.33nb4:abs13-48/+69
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-08-01add missing patches for lastabs2-0/+30
2002-07-31Update mserv to 0.33nb3:abs10-146/+139
Broadcast an information line both on server RESET initiation and on completion.
2002-06-14Update mserv to mserv-0.33nb2abs11-32/+179
- Clip TRACKSPERALBUM to 250 not 1200 as more than 255 loses - Fix default pathname to mpg123 - Add DEPENDS for mpg123 - Fix soundcard support
2002-02-15Bump to mserv-0.33nb1:hubertf1-1/+14
* fix path to perl binary * install license and vital documentation * install webclient files
2002-02-12Ooops, default language file should be in ${PRFIX}/share, not /usr/local...martin2-6/+6
2002-02-12Add and enable mserv, a server for shared music playback in rooms withmartin6-0/+71
multiple listeners. There are thml, telnet and windows based clients that can be used to vote for the currently playing song, skip to the next song or pause playback (on phone rings etc.).