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
This commit is contained in:
parent
bca38bc561
commit
c48aff229e
3 changed files with 21 additions and 9 deletions
|
@ -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
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
|
13
audio/mp3diags/patches/patch-aa
Normal file
13
audio/mp3diags/patches/patch-aa
Normal file
|
@ -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
|
||||
|
Loading…
Reference in a new issue