From: Richard Kettlewell Date: Sun, 1 Mar 2009 13:09:43 +0000 (+0000) Subject: Merge from uniform audio branch. disorder-playrtp now uses the uaudio X-Git-Tag: 5.0~184 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/4f8132b3d83dc46d4ab2321ef5b838da406bd100?hp=64bb08384a2ba77f482873f0fcc5b94ee6f21a5e Merge from uniform audio branch. disorder-playrtp now uses the uaudio code for OSS, ALSA and Core Audio and works on Linux, FreeBSD and MacOS. A few build and documentation fixes come along with these changes. --- diff --git a/debian/postrm.disorder-server b/debian/postrm.disorder-server index 7ba0933..4cd590a 100755 --- a/debian/postrm.disorder-server +++ b/debian/postrm.disorder-server @@ -30,6 +30,7 @@ cleanup_remove() { rm -f $state/__db.* rm -f $state/noticed.db rm -f $state/search.db + rm -f $state/isearch.db rm -f $state/tags.db rm -f $state/tracks.db } @@ -43,6 +44,7 @@ cleanup_purge() { rm -f $state/prefs.db rm -f $state/schedule.db rm -f $state/users.db + rm -f $state/playlists.db } case "$1" in