diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-11-03 04:02:56 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-11-03 04:02:56 +0000 |
commit | 0255a1e0a10224531d2b237f206c02ccc69d16c2 (patch) | |
tree | b286122768ea035b881a4a4233b45aa296d27621 /audio/xhippo | |
parent | e6bda1f34d93594e4910ac9c835b6b10f0492fd2 (diff) | |
download | pkgsrc-0255a1e0a10224531d2b237f206c02ccc69d16c2.tar.gz |
Update to V2.0:
* xhippo.c: Changed version to 2.0. A while ago I forked this
version to experiment with using a CList rather than a List; I
think this will be the way to go in the future, so I'm sticking
with it. The scrolled window now always has the right scrollbar
and never the bottom one; this was HiP's behaviour, and I rather
liked it. It occurred to me that I hadn't done much development on
xhippo since it became a GNU project, so I figured that it was
time to spend some time on the improved version and tidy it up a
little. Reenabled scroll_catchup that I'd commented out; it now
works but gets positioning slightly wrong. Made the load requester
OK handler scroll the list back up to the top. Added -Wall to the
compilation options to find compiler warnings (and removed
them). Noticed that ID3 tag reading is horribly broken, reading
(apparently) 4 more characters than it should; fixed, although I
don't have the ID3 spec to fix it properly. Added HiP-esque
keyboard accelerators for Stop and Random. (I've bound both KP*
and KP- to Random because on the Amiga keyboard the star is in the
top right corner. I have no idea what HiP's accelerator for Stop
was, so I've bound / to it.) Fixed the Restart button (adding
last_played along the way). Also, I have no idea what I did, but
it fixed the resizing problem, so that's good. Checked the look of
the interface with several GTK themes... it's looking good!
(Particularly with XFCE.)
Diffstat (limited to 'audio/xhippo')
-rw-r--r-- | audio/xhippo/Makefile | 4 | ||||
-rw-r--r-- | audio/xhippo/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile index 2ab93c51486..65ff1a5bebe 100644 --- a/audio/xhippo/Makefile +++ b/audio/xhippo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 1999/10/22 23:55:50 tron Exp $ +# $NetBSD: Makefile,v 1.10 1999/11/03 04:02:56 hubertf Exp $ # -DISTNAME= xhippo-1.1 +DISTNAME= xhippo-2.0 CATEGORIES= audio x11 MASTER_SITES= http://zenchaos.netpedia.net/software/ diff --git a/audio/xhippo/files/md5 b/audio/xhippo/files/md5 index 5104aec5284..da28a688060 100644 --- a/audio/xhippo/files/md5 +++ b/audio/xhippo/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.4 1999/08/02 02:54:24 hubertf Exp $ +$NetBSD: md5,v 1.5 1999/11/03 04:02:57 hubertf Exp $ -MD5 (xhippo-1.1.tar.gz) = e8a4b0e20908e2d261573417f8047b29 +MD5 (xhippo-2.0.tar.gz) = a69ee248a948f8da9441c08ba3b8cf36 |