diff options
author | cube <cube@pkgsrc.org> | 2004-07-26 22:41:05 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-07-26 22:41:05 +0000 |
commit | 6bed85868c4e21eb5fc84e11430b1db01e0b9ae6 (patch) | |
tree | 2cf0670d2b27248fc7ed6b508c4acce3635cb84d /audio/gkrellm-xmms | |
parent | 7b7d0d1a96dfd4c8fbe7ad00a78db5a16d2d0f44 (diff) | |
download | pkgsrc-6bed85868c4e21eb5fc84e11430b1db01e0b9ae6.tar.gz |
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>
Diffstat (limited to 'audio/gkrellm-xmms')
-rw-r--r-- | audio/gkrellm-xmms/Makefile | 9 | ||||
-rw-r--r-- | audio/gkrellm-xmms/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/audio/gkrellm-xmms/Makefile b/audio/gkrellm-xmms/Makefile index 5e54a5b0a7b..2d63b665310 100644 --- a/audio/gkrellm-xmms/Makefile +++ b/audio/gkrellm-xmms/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2004/03/26 02:27:34 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2004/07/26 22:41:05 cube Exp $ # -DISTNAME= gkrellmms-2.1.14 +DISTNAME= gkrellmms-2.1.20 PKGNAME= ${DISTNAME:S/mms/m-xmms/} -PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://gkrellm.luon.net/files/ @@ -11,12 +10,14 @@ MAINTAINER= cube@NetBSD.org HOMEPAGE= http://gkrellm.luon.net/gkrellmms.phtml COMMENT= GKrellM2 plugin to remotely control XMMS -WRKSRC= ${WRKDIR}/gkrellmms USE_BUILDLINK3= YES USE_GNU_TOOLS+= make USE_PKGLOCALEDIR= YES BUILD_USES_MSGFMT= YES +BUILDLINK_DEPENDS.gkrellm= gkrellm>=2.2.0 + +WRKSRC= ${WRKDIR}/gkrellmms MAKE_ENV+= LOCALEDIR=${PREFIX}/${PKGLOCALEDIR}/locale \ enable_nls=1 diff --git a/audio/gkrellm-xmms/distinfo b/audio/gkrellm-xmms/distinfo index 6e47671fa76..330e4d5005f 100644 --- a/audio/gkrellm-xmms/distinfo +++ b/audio/gkrellm-xmms/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2004/02/24 22:46:34 cube Exp $ +$NetBSD: distinfo,v 1.4 2004/07/26 22:41:05 cube Exp $ -SHA1 (gkrellmms-2.1.14.tar.gz) = 0dde0a65a861aa92566f96ca93fa504e460c6f15 -Size (gkrellmms-2.1.14.tar.gz) = 45043 bytes +SHA1 (gkrellmms-2.1.20.tar.gz) = 6aa0b3910fdfc9003305bc6735b44bd70e81be16 +Size (gkrellmms-2.1.20.tar.gz) = 44937 bytes SHA1 (patch-aa) = 27f8e60da4cbdb31cdb78fc2508565aa17eec430 |