On Sat, Jul 14, 2007 at 06:07:57PM +0300, Alexey Suslikov wrote:
> --- amarok/src/engine/xine/xine-engine.cpp.orig
> +++ amarok/src/engine/xine/xine-engine.cpp
> @@ -61,7 +61,7 @@
>
> ///returns the configuration we will use. there is no KInstance, so
> using this hacked up method.
> //static inline QCString configPath() { return
> QFile::encodeName(KStandardDirs().localkdedir() +
> KStandardDirs::kde_default("data") + "amarok/xine-config"); }
> -static inline QCString configPath() { return
> QFile::encodeName(locate( "data", "amarok/") + "xine-config" ); }
> +static inline QCString configPath() { return
> QFile::encodeName(QDir::homeDirPath() + "/.xine/config" ); }
> static Fader *s_fader = 0;
> static OutFader *s_outfader = 0;
I think this is the kind of stuff you should discuss directly with the
amarok people, there is nothing OpenBSD-specific in there.
I will accept this patch if they say it's okay.