diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-21 12:48:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-21 12:48:01 +0000 |
commit | 732acf08a8078a239b3e80caef58eb27eb45b194 (patch) | |
tree | 156e5b84f3252f9a231d2305e6e37e2e37ee9c65 /audio/mp3diags/Makefile | |
parent | b2ab7ede5acc9b4d99116c6c3e3dbefe0836b08a (diff) | |
download | pkgsrc-732acf08a8078a239b3e80caef58eb27eb45b194.tar.gz |
Update to 0.99.05.031:
18.08.2009 - 0.99.05.031
- crash detection
- fixed small memory leak in config dialog
- fixed small memory leak in the tag editor
- content is shown for GEOB frames
- .ID3 files are now loaded in addition to .MP3
- made the counter shown when applying transforms increment on new file
(until now it was incremented for each transform)
- "Various artists" no longer set as "artist" when downloading track
info from MusicBrainz
- fixed "current cell" in the tag editor (until now, when dragging the
mouse to select several cells, the current cell was wrong, leading to
setting values incorrectly
- fixed a bug that didn't allow removal of the track number
- slightly improved the normalizer, so a "busy" cursor is shown when the
connection to the underlying process is lost (the program seems frozen,
but it resumes after about 30 seconds)
Diffstat (limited to 'audio/mp3diags/Makefile')
-rw-r--r-- | audio/mp3diags/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mp3diags/Makefile b/audio/mp3diags/Makefile index c83edffa3ea..74ac82ca72f 100644 --- a/audio/mp3diags/Makefile +++ b/audio/mp3diags/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2009/07/29 17:42:39 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2009/08/21 12:48:01 wiz Exp $ # -DISTNAME= MP3Diags-0.99.05.030 -PKGNAME= mp3diags-0.99.05.030 +DISTNAME= MP3Diags-0.99.05.031 +PKGNAME= ${DISTNAME:S/MP3D/mp3d/} CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3diags/} |