Subject: CVS commit: pkgsrc/audio/gkrellm-xmms
To: None <pkgsrc-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: pkgsrc-changes
Date: 07/26/2004 22:41:05
Module Name:	pkgsrc
Committed By:	cube
Date:		Mon Jul 26 22:41:05 UTC 2004

Modified Files:
	pkgsrc/audio/gkrellm-xmms: Makefile distinfo

Log Message:
Update to version 2.1.20.  Fixes PR 26428 from Joel CARNAT.

2.1.20:
- Improve the string to utf8 translation function

2.1.19:
-  When both g_filename_to_utf8 and g_locale_to_utf8 fail, use the unconverted
   string. Don't know if it's the right way, but fixes crashes with broken
   filenames.
- Don't try to convert NULL. Fixes crash on empty playlist
- Use special gkrellm 2.2.0 api for scrolling text.
   Patch by Bill Wilson <billw@wt.net>
- Use a g_spawn function instead of system to launch xmms, so xmms doesn't
  inherit all open gkrellm file descriptors
    Patch by Bill Wilson <billw@wt.net>

2.1.18:
- When g_filename_to_utf8 fails fall back to g_locale_to_utf8. Fixes 100% cpu
  usage when playing files with filenames in locale encoding.

2.1.17:
- Fixed memory leaks introduced in previous version.
- Patch by Bill Wilson <billw@wt.net> to fix dependency on GdkFont and some
  other cleanups

2.1.16:
- Fixed crash when updating playlist
  Thanks to Jan Tomasek <jan@tomasek.cz> for the pointer
- Use the filename for title if we don't load the info
- Add an item in the rmb menu to popup the gkrellmms config tab

2.1.15:
- Off by one error in the playlist updating code, caused the wrong title to
  show. Found and patched by Andrew Kemp <ajwk@pell.uklinux.net>


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/audio/gkrellm-xmms/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/audio/gkrellm-xmms/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.