pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/mp3diags Changes 0.99.06.041:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad0b304f0c61
branches:  trunk
changeset: 400427:ad0b304f0c61
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 19 16:00:23 2009 +0000

description:
Changes 0.99.06.041:
* brought documentation up to date
* added test for ReplayGain info stored inside Id3V2
* failing to read text frames from files no longer causes crashes
* fixed bug resulting in crash when 2 ID3V2 tags are present and
    "Discard invalid ID3V2 data" gets called
* XML export now works when names contain double quotes
* locale in export dialog
* locale lists are now sorted
* long text frames are now truncated when shown in the "File info" area
* changed names and order for tabs under Config/Files
* made transformation options work correctly in MSVC

Changes 0.99.06.040:
* "Various Artists" support
* all pictures are shown and can be viewed in full size in "Tag details"
* all pictures from a file are shown in the tag editor
* patterns in the tag editor may now be disabled
* export as M3U or XML
* better handling of text frames containing null characters
* auto-size for the tag editor's "current file" area
* better column widths in the tag editor
* improved HTA for Windows build

diffstat:

 audio/mp3diags/Makefile         |   8 +++-----
 audio/mp3diags/distinfo         |   9 +++++----
 audio/mp3diags/patches/patch-aa |  13 +++++++++++++
 3 files changed, 21 insertions(+), 9 deletions(-)

diffs (53 lines):

diff -r f9bb438f4062 -r ad0b304f0c61 audio/mp3diags/Makefile
--- a/audio/mp3diags/Makefile   Mon Oct 19 15:32:14 2009 +0000
+++ b/audio/mp3diags/Makefile   Mon Oct 19 16:00:23 2009 +0000
@@ -1,15 +1,13 @@
-# $NetBSD: Makefile,v 1.5 2009/08/26 19:57:11 sno Exp $
-#
+# $NetBSD: Makefile,v 1.6 2009/10/19 16:00:23 adam Exp $
 
-DISTNAME=      MP3Diags-0.99.05.031
+DISTNAME=      MP3Diags-0.99.06.041
 PKGNAME=       ${DISTNAME:S/MP3D/mp3d/}
-PKGREVISION=   1
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mp3diags/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://mp3diags.sourceforge.net/
-COMMENT=       mp3 diagnosis tool and tag editor
+COMMENT=       MP3 diagnosis tool and tag editor
 LICENSE=       gnu-gpl-v2
 
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r f9bb438f4062 -r ad0b304f0c61 audio/mp3diags/distinfo
--- a/audio/mp3diags/distinfo   Mon Oct 19 15:32:14 2009 +0000
+++ b/audio/mp3diags/distinfo   Mon Oct 19 16:00:23 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2009/08/21 12:48:01 wiz Exp $
+$NetBSD: distinfo,v 1.4 2009/10/19 16:00:23 adam Exp $
 
-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
+SHA1 (MP3Diags-0.99.06.041.tar.gz) = 6a25d246a417bd5cf67b5f75db3dc41b83163c52
+RMD160 (MP3Diags-0.99.06.041.tar.gz) = 52f599d61ed40ee3fae5eabba8b2df4aaa88a862
+Size (MP3Diags-0.99.06.041.tar.gz) = 942282 bytes
+SHA1 (patch-aa) = 4d6aefeb804e4fae74fdf5b9cc00be4af2a39a4e
diff -r f9bb438f4062 -r ad0b304f0c61 audio/mp3diags/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/mp3diags/patches/patch-aa   Mon Oct 19 16:00:23 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2009/10/19 16:00:23 adam Exp $
+
+--- src/src.pro.orig   2009-10-19 15:41:57.000000000 +0200
++++ src/src.pro
+@@ -148,7 +148,7 @@ ThreadRunner.ui \
+  Export.ui
+ 
+ 
+-LIBS += -lboost_serialization-mt
++LIBS += -lboost_serialization
+ 
+ #CONFIG += console
+ 



Home | Main Index | Thread Index | Old Index