diff options
author | martin <martin> | 2002-02-12 14:22:13 +0000 |
---|---|---|
committer | martin <martin> | 2002-02-12 14:22:13 +0000 |
commit | 3ce615d527a8d29459b80746129767237a5d2cf8 (patch) | |
tree | ef5c6245100f3607e72177d9313625b3b192f15d /audio/mserv/patches/patch-aa | |
parent | 271a064543d693ca8ad02429646a50797f189d91 (diff) | |
download | pkgsrc-3ce615d527a8d29459b80746129767237a5d2cf8.tar.gz |
Add and enable mserv, a server for shared music playback in rooms with
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.).
Diffstat (limited to 'audio/mserv/patches/patch-aa')
-rw-r--r-- | audio/mserv/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/mserv/patches/patch-aa b/audio/mserv/patches/patch-aa new file mode 100644 index 00000000000..82876d97dbe --- /dev/null +++ b/audio/mserv/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2002/02/12 14:22:15 martin Exp $ + +--- mserv/defines.h.orig Thu Jul 13 23:35:18 2000 ++++ mserv/defines.h Tue Feb 12 14:49:02 2002 +@@ -57,7 +57,7 @@ + #define MISCINFOLEN 128 + + /* maximum number of tracks in each album */ +-#define TRACKSPERALBUM 200 ++#define TRACKSPERALBUM 1200 + + /* maximum language line length */ + #define LANGLINELEN 1024 |