summaryrefslogtreecommitdiff
path: root/audio/mp3diags/Makefile
diff options
context:
space:
mode:
authoradam <adam>2010-05-15 08:51:30 +0000
committeradam <adam>2010-05-15 08:51:30 +0000
commit57b76faf590f14400604c1dd3ddd6b85ca186341 (patch)
tree7a999a751360ef888fc50ec79f94e4276c313572 /audio/mp3diags/Makefile
parent410ade57f05f18a9733ed000954b3e1f17cec9f2 (diff)
downloadpkgsrc-57b76faf590f14400604c1dd3ddd6b85ca186341.tar.gz
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
Diffstat (limited to 'audio/mp3diags/Makefile')
-rw-r--r--audio/mp3diags/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/mp3diags/Makefile b/audio/mp3diags/Makefile
index 6e3ae157a56..c8e663a1712 100644
--- a/audio/mp3diags/Makefile
+++ b/audio/mp3diags/Makefile
@@ -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"