K 10 svn:author V 5 lioux K 8 svn:date V 27 2003-03-05T00:11:23.000000Z K 7 svn:log V 620 o Fix outstanding issue with KDE aRts: do not lockup when exitting - Background: For some reason, mplayer locks up if we cleanup when exitting by calling arts_free(). Therefore, we trade risk of memory leakage when using KDE aRts over locking up. - Caveat: Memory probably is not witheld after mplayer exits. I won't say that it IS NOT withheld cause I do not know what arts_free() does exactly. So, worst case scenario is probably that we will leak memory for as many files the user tells mplayer to play but only WHILE mplayer is running. o Bump PORTREVISION Reviewed by: kde (some members) END