mupen64plus (1.5+dfsg1-2) unstable; urgency=low

  The used paths in which mupen64plus saves its data for every user was
  changed to be compliant to the XDG Base Directory Specification[1].

  To use the previously generated configuration and data files, they must be
  moved to the new directories. mupen64plus.conf has to be adjusted slightly
  to point to find the new directory to save the rombrowser cache.
  This can be done in some simple steps, but be sure that you have a backup
  of the files inside $HOME/.mupen64plus

  # mkdir -p "$HOME"/.config/mupen64plus/
  # mkdir -p "$HOME"/.local/share/mupen64plus/
  # mkdir -p "$HOME"/.cache/mupen64plus/
  # mv "$HOME"/.mupen64plus/*.conf "$HOME"/.mupen64plus/*.cfg \
       "$HOME"/.mupen64plus/*.ini "$HOME"/.config/mupen64plus/
  # mv "$HOME"/.mupen64plus/save "$HOME"/.mupen64plus/screenshots \
       "$HOME"/.mupen64plus/hires_texture "$HOME"/.mupen64plus/texture_dump \
       "$HOME"/.local/share/mupen64plus/
  # mv "$HOME"/.mupen64plus/rombrowser.cache "$HOME"/.cache/mupen64plus/
  # sed -i "s/.*RomCacheFile\\s*=.*//" \
           "$HOME"/.config/mupen64plus/mupen64plus.conf

  [1] http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html

 -- Sven Eckelmann <sven@narfation.org>  Tue, 01 Sep 2009 00:18:45 +0200
