Received: by mail.netbsd.org (Postfix, from userid 605) id 4626B84E24; Mon, 28 Oct 2019 10:20:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C140784E23 for ; Mon, 28 Oct 2019 10:20:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id i46blf0wuk3s for ; Mon, 28 Oct 2019 10:20:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 076D884E09 for ; Mon, 28 Oct 2019 10:20:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 01500FA8D; Mon, 28 Oct 2019 10:20:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572258057136240" MIME-Version: 1.0 Date: Mon, 28 Oct 2019 10:20:57 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/audio/mp3diags To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20191028102058.01500FA8D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1572258057136240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Mon Oct 28 10:20:57 UTC 2019 Modified Files: pkgsrc/audio/mp3diags: Makefile distinfo Removed Files: pkgsrc/audio/mp3diags/patches: patch-aa patch-src_ExportDlgImpl.cpp patch-src_MainFormDlgImpl.cpp Log Message: mp3diags: Upgrade to unstable tarball 1.5.01 This upgrade switches qt4 to qt5. UPSTREAM CHANGELOG ================== --------------------------------------------------------------------------- 06.04.2019 - 1.5.01 - Qt5 port --------------------------------------------------------------------------- 29.07.2016 - 1.3.04 - made code compile with GCC 6 - retries on file read failure - fix for UTF8 output in calls to mp3gain (Linux only) - new transformation: "Remove Xing or LAME streams from CBR files" - always show sessions button if there are more than 1 sessions --------------------------------------------------------------------------- 08.03.2015 - 1.3.03 - improved error reporting - speed improvements for external drives (USB, network, ...) - different treatment for the Xing frame being included in the frame count --------------------------------------------------------------------------- 17.07.2014 - 1.3.01 - fixed crash caused by saving very small images - build fix - disabled Discogs integration --------------------------------------------------------------------------- 16.01.2014 - 1.3.00 - build fix for clang and for Solaris - added offset to the output created via the command line - fixed incorrect message occurring some times when start after a crash - better logging and retries for write errors - fixed broken links in documentation and moved alternate downloads from Dropbox to my ISP - new version number to support the new "unstable" branch To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 pkgsrc/audio/mp3diags/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/audio/mp3diags/distinfo cvs rdiff -u -r1.7 -r0 pkgsrc/audio/mp3diags/patches/patch-aa cvs rdiff -u -r1.1 -r0 \ pkgsrc/audio/mp3diags/patches/patch-src_ExportDlgImpl.cpp \ pkgsrc/audio/mp3diags/patches/patch-src_MainFormDlgImpl.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1572258057136240 Content-Disposition: inline Content-Length: 2602 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/mp3diags/Makefile diff -u pkgsrc/audio/mp3diags/Makefile:1.60 pkgsrc/audio/mp3diags/Makefile:1.61 --- pkgsrc/audio/mp3diags/Makefile:1.60 Thu Aug 22 12:22:51 2019 +++ pkgsrc/audio/mp3diags/Makefile Mon Oct 28 10:20:57 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.60 2019/08/22 12:22:51 ryoon Exp $ +# $NetBSD: Makefile,v 1.61 2019/10/28 10:20:57 kamil Exp $ -DISTNAME= MP3Diags-1.2.02 -PKGNAME= ${DISTNAME:S/MP3D/mp3d/} -PKGREVISION= 12 +DISTNAME= MP3Diags-unstable-1.5.01 +PKGNAME= ${DISTNAME:S/MP3D/mp3d/:C/-unsable//} CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3diags/} @@ -16,13 +15,13 @@ INSTALLATION_DIRS= bin USE_LANGUAGES= c++ do-configure: - (cd ${WRKSRC} && ${QTDIR}/bin/qmake) + ${RUN} cd ${WRKSRC} && ${QTDIR}/bin/qmake do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/MP3Diags ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/MP3Diags-unstable \ + ${DESTDIR}${PREFIX}/bin/MP3Diags .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 "../../x11/qt5-qtbase/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/audio/mp3diags/distinfo diff -u pkgsrc/audio/mp3diags/distinfo:1.20 pkgsrc/audio/mp3diags/distinfo:1.21 --- pkgsrc/audio/mp3diags/distinfo:1.20 Sat Jun 17 19:36:06 2017 +++ pkgsrc/audio/mp3diags/distinfo Mon Oct 28 10:20:57 2019 @@ -1,9 +1,6 @@ -$NetBSD: distinfo,v 1.20 2017/06/17 19:36:06 joerg Exp $ +$NetBSD: distinfo,v 1.21 2019/10/28 10:20:57 kamil Exp $ -SHA1 (MP3Diags-1.2.02.tar.gz) = 92b102713ac767ed45476c684f68f0d300fc8354 -RMD160 (MP3Diags-1.2.02.tar.gz) = 85b8da63c135e88fcd54bf094fcad1562795ecb2 -SHA512 (MP3Diags-1.2.02.tar.gz) = 51498646ad3c9a19aeb0bcbf8cd280de75a24eb252790cc71d1eba433b986bbc58d4198d8bdfc0339dd6845ddfd966dd482f991b976e2da8f49e9d4e4f0464d0 -Size (MP3Diags-1.2.02.tar.gz) = 1220039 bytes -SHA1 (patch-aa) = 4aae1922ca2b7fa9dbb30f1b5ceabb773a56c55f -SHA1 (patch-src_ExportDlgImpl.cpp) = 8a950c36fddd26af7af407029ec74efac3a928f2 -SHA1 (patch-src_MainFormDlgImpl.cpp) = 9a4b223f5f9fa70db013fd25c6c06b3afefe1f6b +SHA1 (MP3Diags-unstable-1.5.01.tar.gz) = 645caf3000209165b89a7eb49e2bd37ae8a2e939 +RMD160 (MP3Diags-unstable-1.5.01.tar.gz) = 0e6dadc2eb8487e6c0afdc361ce36441ebe8fbdd +SHA512 (MP3Diags-unstable-1.5.01.tar.gz) = 30ef7276e1be08c0d5d1d6af2a1f6f4fa61753fda65e0914c0e07a0823e1ba9a0e3a2718bde55d68e928cb965db510c80bd5f2419ac19d063edd1fa257a1ee18 +Size (MP3Diags-unstable-1.5.01.tar.gz) = 1234926 bytes --_----------=_1572258057136240--