diff options
author | wiz <wiz> | 2009-08-21 12:48:01 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-08-21 12:48:01 +0000 |
commit | bc402f0d3356545c868d85b4fc697c9099bbb32f (patch) | |
tree | 156e5b84f3252f9a231d2305e6e37e2e37ee9c65 /audio | |
parent | d16fe0804153bcc618a4d8336a7a5488faa9f67b (diff) | |
download | pkgsrc-bc402f0d3356545c868d85b4fc697c9099bbb32f.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')
-rw-r--r-- | audio/mp3diags/Makefile | 6 | ||||
-rw-r--r-- | audio/mp3diags/distinfo | 8 |
2 files changed, 7 insertions, 7 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/} diff --git a/audio/mp3diags/distinfo b/audio/mp3diags/distinfo index 68884f7fda6..e85e6907d2f 100644 --- a/audio/mp3diags/distinfo +++ b/audio/mp3diags/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/07/29 17:42:39 drochner Exp $ +$NetBSD: distinfo,v 1.3 2009/08/21 12:48:01 wiz Exp $ -SHA1 (MP3Diags-0.99.05.030.tar.gz) = cab13c4c0c94f6321f2e9f5adade5e6b7d268791 -RMD160 (MP3Diags-0.99.05.030.tar.gz) = 30226a1ba77abdcfbdb3f08ff86d930f4bbd3f2b -Size (MP3Diags-0.99.05.030.tar.gz) = 884726 bytes +SHA1 (MP3Diags-0.99.05.031.tar.gz) = ac6379022c5529c8ed5ad92140f14d0553ce4d7e +RMD160 (MP3Diags-0.99.05.031.tar.gz) = 09062066896f52eb24eff60d7ca4d600de22d5f0 +Size (MP3Diags-0.99.05.031.tar.gz) = 888696 bytes |