*) 2004-07-25
+- removed unneeded libmustux patch
- fixed jack compilation
- alsa: fixed userland tools, skip driver build as available in 2.6
- fixed wine package, fixed gimp-print
+++ /dev/null
---- ./MustuxDebugger.cc.orig 2003-11-05 01:20:03.000000000 +0100
-+++ ./MustuxDebugger.cc 2003-11-05 01:20:42.000000000 +0100
-@@ -62,7 +62,7 @@
-
- void MustuxDebugger::create_log(QString fn)
- {
-- logFileName = QString(std::getenv("HOME")) + "/" + fn;
-+ logFileName = QString(getenv("HOME")) + "/" + fn;
- logFile = fopen((const char*)logFileName.ascii(),"a+");
- if (!logFile)
- {