diff options
author | tron <tron@pkgsrc.org> | 2002-12-30 20:47:29 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-12-30 20:47:29 +0000 |
commit | 38322e4c1276f7744629447cd1d87a82559fd431 (patch) | |
tree | 4a3aef3d5ddc4791bd25760cde52885d3537135a /audio | |
parent | 8dfae664e5d3006e52d65d8df8f65d0a98315f22 (diff) | |
download | pkgsrc-38322e4c1276f7744629447cd1d87a82559fd431.tar.gz |
Update "gmp3info" package to version 0.8.4. Changes since version 0.8.2:
- Added %k format specifier to allow printing of the file size
in formatted text output (-p option)
- Rearranged some items in the man page and quick help (-h)
to make them more readable.
- Fixed minor logic bug in mp3tech
- Now compiles under CYGWIN32
- Manual page typos fixed
- Now correctly recognizes and reports MPEG version 2.5 files
- Clearing individual ID3 fields can now be accomplished
by passing a blank argument ("") to any tag setting
switch (-t, -a, etc.)
- Fixed a bug in GTK version that showed garbage or nothing
where track information should have been displayed.
- Fixed a bug that prevented the interactive curses version from
changing from one genre to another if the second genre contained
fewer characters than the first.
- Added a FILE | OPEN menu to the GTK version
- Added a technical information view to the GTK version
- Added an 'About' box to GTK version
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gmp3info/Makefile | 4 | ||||
-rw-r--r-- | audio/gmp3info/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/gmp3info/Makefile b/audio/gmp3info/Makefile index a6da0ad778b..1eeb05e4207 100644 --- a/audio/gmp3info/Makefile +++ b/audio/gmp3info/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2002/09/21 00:44:10 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2002/12/30 20:47:29 tron Exp $ -DISTNAME= mp3info-0.8.2 +DISTNAME= mp3info-0.8.4 PKGNAME= g${DISTNAME} CATEGORIES= audio MASTER_SITES= ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/ \ diff --git a/audio/gmp3info/distinfo b/audio/gmp3info/distinfo index 5f20c6cfbe7..65ffd24593e 100644 --- a/audio/gmp3info/distinfo +++ b/audio/gmp3info/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2002/09/21 00:44:10 jlam Exp $ +$NetBSD: distinfo,v 1.5 2002/12/30 20:47:29 tron Exp $ -SHA1 (mp3info-0.8.2.tgz) = 33873f3fbed58c93b8fbb081c67b2160513c9e77 -Size (mp3info-0.8.2.tgz) = 35395 bytes +SHA1 (mp3info-0.8.4.tgz) = a291aa1c3c216f838f85c1148adbb69f7bf31d80 +Size (mp3info-0.8.4.tgz) = 38773 bytes SHA1 (patch-aa) = 8d371ae15a05bd3d4f52ad0b850b9e739fcb0b54 |