diff options
author | drochner <drochner@pkgsrc.org> | 2011-04-05 16:28:34 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-04-05 16:28:34 +0000 |
commit | 9446382d644b7556f365525517da59d771bf2175 (patch) | |
tree | c548a845af9b6e571eb5a5effe5c3a1a21c8eb5a /audio | |
parent | 3bb4b8f49c4256a70cd49d7455ce50af48bfca19 (diff) | |
download | pkgsrc-9446382d644b7556f365525517da59d771bf2175.tar.gz |
update to 0.13
changes:
- Changed Picard icon license to CC by-sa.
- Small UI consistency changes.
- Albums with tracks linked to more than one file are never marked as
completed.
- Fixed matching of scanned files to tracks while the album is still loading.
- Support for properly embedded FLAC pictures.
- Existing embedded images in APE and ASF files are removed only if there
are new images to replace them.
- More strict tagger script validation.
- Fixed the $truncate tagger script function.
- Proper rounding of track durations.
- Fixed a bug with saving images larger than 64k to WMA files.
- Added a $swapprefix tagger script function.
- Release events with a date are preferred over the ones without a date.
- Files that are being saved as marked as pending.
- Updated .desktop file to allow opening Picard with multiple files.
- Handle the ?open file? event on Mac OS X.
- Added timeouts to the HTTP web service client.
- Fixed a bug with albums missing the expand/collapse icons.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/picard/Makefile | 5 | ||||
-rw-r--r-- | audio/picard/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/audio/picard/Makefile b/audio/picard/Makefile index e1c22f34c76..62f27d41b67 100644 --- a/audio/picard/Makefile +++ b/audio/picard/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2010/02/10 19:17:32 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2011/04/05 16:28:34 drochner Exp $ # -DISTNAME= picard-0.12.1 -PKGREVISION= 1 +DISTNAME= picard-0.13 CATEGORIES= audio MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/ diff --git a/audio/picard/distinfo b/audio/picard/distinfo index d94aceb98d2..a6278966624 100644 --- a/audio/picard/distinfo +++ b/audio/picard/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2009/11/15 13:19:02 drochner Exp $ +$NetBSD: distinfo,v 1.3 2011/04/05 16:28:34 drochner Exp $ -SHA1 (picard-0.12.1.tar.gz) = 965412de954d2a73487a1332b49ac7725e719f0c -RMD160 (picard-0.12.1.tar.gz) = 9d91e53f6ea0fd4c4a25bd1dbd8036a413971aef -Size (picard-0.12.1.tar.gz) = 1361157 bytes +SHA1 (picard-0.13.tar.gz) = c40b05ab46f97e7dae8f3178ac12212d8b004317 +RMD160 (picard-0.13.tar.gz) = 49df33059bbde85e4be9f5aab772e50405e2ddb2 +Size (picard-0.13.tar.gz) = 1370119 bytes SHA1 (patch-aa) = b045a8e14f88bb242974a31d9390fd48351fd452 |