pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/gkrellm-xmms Update to version 2.1.20. Fixes PR...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7149cccd31c0
branches:  trunk
changeset: 478587:7149cccd31c0
user:      cube <cube%pkgsrc.org@localhost>
date:      Mon Jul 26 22:41:05 2004 +0000

description:
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@localhost>
- 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@localhost>

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@localhost> to fix dependency on GdkFont and some
  other cleanups

2.1.16:
- Fixed crash when updating playlist
  Thanks to Jan Tomasek <jan%tomasek.cz@localhost> 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@localhost>

diffstat:

 audio/gkrellm-xmms/Makefile |  9 +++++----
 audio/gkrellm-xmms/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r ee3258c96348 -r 7149cccd31c0 audio/gkrellm-xmms/Makefile
--- a/audio/gkrellm-xmms/Makefile       Mon Jul 26 22:37:59 2004 +0000
+++ b/audio/gkrellm-xmms/Makefile       Mon Jul 26 22:41:05 2004 +0000
@@ -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 @@
 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 -r ee3258c96348 -r 7149cccd31c0 audio/gkrellm-xmms/distinfo
--- a/audio/gkrellm-xmms/distinfo       Mon Jul 26 22:37:59 2004 +0000
+++ b/audio/gkrellm-xmms/distinfo       Mon Jul 26 22:41:05 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index