Changes 1.0.05.050:
* fixed issue 23 (assertion failure) Changes 1.0.04.049: * fixed crash triggered by invalid frame lengths in ID3V2 * fixed crash that occured when the backup directory couldn't be created Changes 1.0.03.048: * fixed crash triggered by GEOB frames containing UTF-16 text Changes 1.0.02.047: * fixed crash triggered by trying to repair broken ID3V2 tags that contain images * fixed crash that occurred when changing file names manually in the file renamer, without defining a pattern * fixed crash caused by unsynchronized ID3V2.4.0 frames that end with 0xff Changes 1.0.01.046: * fixed crash that occurred when running on Qt 4.6 * fixed crash that occurred when changing song info in the tag editor if songs had images stored as BMP or anything else besides JPG or PNG Changes 1.0.00.045: * wording changes to reflect non-beta status * pressing CTRL+C when viewing full-size images in the tag editor or in "Tag details" in the main window copies the image to the clipboard * added "Rating" and changed field order in "Tag details" to match the Tag editor
This commit is contained in:
parent
e4b0b3ca35
commit
ec551dd03a
3 changed files with 12 additions and 13 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.7 2010/01/18 09:58:38 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2010/05/15 08:51:30 adam Exp $
|
||||
|
||||
DISTNAME= MP3Diags-0.99.06.041
|
||||
DISTNAME= MP3Diags-1.0.05.050
|
||||
PKGNAME= ${DISTNAME:S/MP3D/mp3d/}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3diags/}
|
||||
|
||||
|
@ -22,8 +21,8 @@ do-configure:
|
|||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bin/MP3Diags ${DESTDIR}${PREFIX}/bin
|
||||
|
||||
.include "../../x11/qt4-libs/buildlink3.mk"
|
||||
.include "../../x11/qt4-tools/buildlink3.mk"
|
||||
.include "../../devel/boost-headers/buildlink3.mk"
|
||||
.include "../../devel/boost-libs/buildlink3.mk"
|
||||
.include "../../x11/qt4-libs/buildlink3.mk"
|
||||
.include "../../x11/qt4-tools/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.4 2009/10/19 16:00:23 adam Exp $
|
||||
$NetBSD: distinfo,v 1.5 2010/05/15 08:51:30 adam Exp $
|
||||
|
||||
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
|
||||
SHA1 (MP3Diags-1.0.05.050.tar.gz) = 797858bfc7ed122f068779d0068d7b5a2452c0d6
|
||||
RMD160 (MP3Diags-1.0.05.050.tar.gz) = 47ecd72dd7621bf4e645604477e843bee55bbdf5
|
||||
Size (MP3Diags-1.0.05.050.tar.gz) = 958268 bytes
|
||||
SHA1 (patch-aa) = 206f2c462124a7a987ba81eda705b07110eb98e4
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: patch-aa,v 1.3 2009/10/19 16:00:23 adam Exp $
|
||||
$NetBSD: patch-aa,v 1.4 2010/05/15 08:51:31 adam Exp $
|
||||
|
||||
--- src/src.pro.orig 2009-10-19 15:41:57.000000000 +0200
|
||||
--- src/src.pro.orig 2009-11-29 21:33:13.000000000 +0000
|
||||
+++ src/src.pro
|
||||
@@ -148,7 +148,7 @@ ThreadRunner.ui \
|
||||
@@ -150,7 +150,7 @@ ThreadRunner.ui \
|
||||
Export.ui
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue