diff options
author | wiz <wiz@pkgsrc.org> | 2002-05-05 13:13:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-05-05 13:13:15 +0000 |
commit | fe7e0cabbe04dd21003831f05230cbd719f153fb (patch) | |
tree | 3d269601f2c341dd8a805e10715ec4594f4a19b2 /audio/gqmpeg/Makefile | |
parent | 072e4051952c3f1a4b1d5cd6655c143c9a19c43b (diff) | |
download | pkgsrc-fe7e0cabbe04dd21003831f05230cbd719f153fb.tar.gz |
Update to 0.16.0:
Added configuration of radio device.
Added 'save playlist' to main pop up menu.
Added open_file, open_playlist, open_custom, and save_playlist to the skin spec.
Many fixes to the ogg123 support (patch-ac).
gtk specific command line options now work.
Fixed a possible buffer over run in cpu percent usage polling (linux).
SLIK 0.10.0:
Added divider between dirs and files in path selection dialogs.
Fixed a file descriptor leak in skin loader.
Fixed writing of blank focus file name (should not be written at all)
in the editor.
Fixed unhiding of a widget to update it's state first.
Fixed clist in place editing scroll bug.
Fix and guard against a few cases that may cause a crash at startup.
Diffstat (limited to 'audio/gqmpeg/Makefile')
-rw-r--r-- | audio/gqmpeg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index 1b765aee7a2..fc8328dc81a 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2002/03/25 05:44:48 lukem Exp $ +# $NetBSD: Makefile,v 1.60 2002/05/05 13:13:15 wiz Exp $ # -DISTNAME= gqmpeg-0.15.0 +DISTNAME= gqmpeg-0.16.0 PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqmpeg/} |