pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/mp3diags add mp3diags-0.99.02.020, an mp3 diagno...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32f75aa169ea
branches:  trunk
changeset: 395096:32f75aa169ea
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Jul 07 09:34:39 2009 +0000

description:
add mp3diags-0.99.02.020, an mp3 diagnosis tool and tag editor

diffstat:

 audio/mp3diags/DESCR            |  10 ++++++++++
 audio/mp3diags/Makefile         |  27 +++++++++++++++++++++++++++
 audio/mp3diags/PLIST            |   2 ++
 audio/mp3diags/distinfo         |   6 ++++++
 audio/mp3diags/patches/patch-aa |  17 +++++++++++++++++
 5 files changed, 62 insertions(+), 0 deletions(-)

diffs (82 lines):

diff -r 643c37b1f2a2 -r 32f75aa169ea audio/mp3diags/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/mp3diags/DESCR      Tue Jul 07 09:34:39 2009 +0000
@@ -0,0 +1,10 @@
+Finds problems in MP3 files and helps the user to fix many of them. Looks
+at both the audio part (VBR info, quality, normalization) and the tags
+containing track information (ID3.)
+
+Has a tag editor, which can download album information (including cover art)
+from MusicBrainz and Discogs, as well as paste data from the clipboard.
+Track information can also be extracted from a file's name.
+
+Another component is the file renamer, which can rename files based on
+the fields in their ID3V2 tag (artist, track number, album, genre, ...)
diff -r 643c37b1f2a2 -r 32f75aa169ea audio/mp3diags/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/mp3diags/Makefile   Tue Jul 07 09:34:39 2009 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/07/07 09:34:39 drochner Exp $
+#
+
+DISTNAME=      MP3Diags-0.99.02.020
+PKGNAME=       mp3diags-0.99.02.020
+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
+LICENSE=       gnu-gpl-v2
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= c++
+
+do-configure:
+       (cd ${WRKSRC} && ${QTDIR}/bin/qmake)
+
+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 "../../mk/bsd.pkg.mk"
diff -r 643c37b1f2a2 -r 32f75aa169ea audio/mp3diags/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/mp3diags/PLIST      Tue Jul 07 09:34:39 2009 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/07 09:34:39 drochner Exp $
+bin/MP3Diags
diff -r 643c37b1f2a2 -r 32f75aa169ea audio/mp3diags/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/mp3diags/distinfo   Tue Jul 07 09:34:39 2009 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/07/07 09:34:39 drochner Exp $
+
+SHA1 (MP3Diags-0.99.02.020.tar.gz) = a98f0a3484b8ea634985a1244aa9894c870d7e7e
+RMD160 (MP3Diags-0.99.02.020.tar.gz) = d0948cedd73c674f7fb763446275464bbf7d8d02
+Size (MP3Diags-0.99.02.020.tar.gz) = 851648 bytes
+SHA1 (patch-aa) = 092a06403eb6d5753bb1e98bbab32e0e0fab626c
diff -r 643c37b1f2a2 -r 32f75aa169ea audio/mp3diags/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/mp3diags/patches/patch-aa   Tue Jul 07 09:34:39 2009 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1.1.1 2009/07/07 09:34:39 drochner Exp $
+
+--- src/OsFile.cpp.orig        2009-06-22 15:53:58.000000000 +0200
++++ src/OsFile.cpp
+@@ -69,7 +69,12 @@ public:
+     //const char* m_szCurrentPath;
+ 
+ #ifndef WIN32
++#ifdef Linux
+     struct stat64 m_crtStat;
++#else
++    struct stat m_crtStat;
++#define lstat64 lstat
++#endif
+ #endif
+ 
+     //glob_t m_findData;



Home | Main Index | Thread Index | Old Index