diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-08-19 03:33:35 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-08-19 03:33:35 +0000 |
commit | 6c0e70470158b96f375730fa4a5edf951951ca6e (patch) | |
tree | 4110501cf0ee9d3865d267070092254eef6ae13e /audio/rioutil/Makefile | |
parent | 34aec8bd42bb4632004591079a51deae9c0aa38b (diff) | |
download | pkgsrc-6c0e70470158b96f375730fa4a5edf951951ca6e.tar.gz |
Update to 1.4.6. From the changelog:
Jan 20 2004:
- Added create_playlist_rio for newer Rio players in librioutil.
- Added -j option to rioutil.
Jan 13 2004:
- Added support for downloading from S-Series Rios with firmware
version 2.0 or higher.
- Fixed a bug in mp3.c which cause songs to upload short.
Jan 10 2004:
- Fixed bugs in mp3.c and id3.c.
- Added bitrate to -l option
Diffstat (limited to 'audio/rioutil/Makefile')
-rw-r--r-- | audio/rioutil/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile index e4124e73c47..31da5a0c222 100644 --- a/audio/rioutil/Makefile +++ b/audio/rioutil/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2004/04/11 17:53:44 xtraeme Exp $ +# $NetBSD: Makefile,v 1.13 2004/08/19 03:33:35 schmonz Exp $ # -DISTNAME= rioutil-1.3.3 -PKGREVISION= 1 +DISTNAME= rioutil-1.4.6 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rioutil/} |