Received: by mail.netbsd.org (Postfix, from userid 605) id 48F1484E64; Mon, 27 Jun 2022 16:03:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 82F3384E63 for ; Mon, 27 Jun 2022 16:03:29 +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 1oOHhJOQq2sI for ; Mon, 27 Jun 2022 16:03:29 +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 EC0DA84CF9 for ; Mon, 27 Jun 2022 16:03:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9EE1CFB1A; Mon, 27 Jun 2022 16:05:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1656345939197180" MIME-Version: 1.0 Date: Mon, 27 Jun 2022 16:05:39 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/cantata To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220627160539.9EE1CFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1656345939197180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jun 27 16:05:39 UTC 2022 Modified Files: pkgsrc/audio/cantata: Makefile distinfo Log Message: cantata: add missing tool, switch to ffmpeg5 Remove distinfo for patch that isn't there. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/audio/cantata/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/cantata/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1656345939197180 Content-Disposition: inline Content-Length: 2284 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/cantata/Makefile diff -u pkgsrc/audio/cantata/Makefile:1.29 pkgsrc/audio/cantata/Makefile:1.30 --- pkgsrc/audio/cantata/Makefile:1.29 Mon Apr 18 19:10:19 2022 +++ pkgsrc/audio/cantata/Makefile Mon Jun 27 16:05:39 2022 @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.29 2022/04/18 19:10:19 adam Exp $ +# $NetBSD: Makefile,v 1.30 2022/06/27 16:05:39 wiz Exp $ DISTNAME= cantata-2.4.2 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=CDrummond/} GITHUB_RELEASE= v${PKGVERSION_NOREV} -EXTRACT_SUFX= .tar.bz2 DIST_SUBDIR= cantata-2.4.2 +EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/CDrummond/cantata @@ -17,7 +17,7 @@ TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../ USE_CMAKE= yes USE_LANGUAGES= c c++ -USE_TOOLS+= bash:run perl:run +USE_TOOLS+= bash:run perl:run pkg-config REPLACE_PERL+= playlists/cantata-dynamic REPLACE_BASH+= cantata-remote.cmake @@ -36,7 +36,7 @@ PLIST.notdarwin= yes .include "../../audio/taglib/buildlink3.mk" .include "../../devel/libmtp/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" -.include "../../multimedia/ffmpeg4/buildlink3.mk" +.include "../../multimedia/ffmpeg5/buildlink3.mk" .include "../../net/avahi/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" BUILDLINK_API_DEPENDS.qt5-qtbase+= qt5-qtbase>=5.11 Index: pkgsrc/audio/cantata/distinfo diff -u pkgsrc/audio/cantata/distinfo:1.8 pkgsrc/audio/cantata/distinfo:1.9 --- pkgsrc/audio/cantata/distinfo:1.8 Tue Oct 26 09:58:49 2021 +++ pkgsrc/audio/cantata/distinfo Mon Jun 27 16:05:39 2022 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 09:58:49 nia Exp $ +$NetBSD: distinfo,v 1.9 2022/06/27 16:05:39 wiz Exp $ BLAKE2s (cantata-2.4.2/cantata-2.4.2.tar.bz2) = aa9a939c083f431fc4ff053b058605b67f00747026fdf0a9056749be32ac73cf SHA512 (cantata-2.4.2/cantata-2.4.2.tar.bz2) = c2459a53d86e12df7e6a8f7c19880f1c353c13893401a0906ec730c34ccbf1ef070c226b55c4e772e9a54a94e7cf3a2f96b0e9223ff20057045c888c4f91d87b Size (cantata-2.4.2/cantata-2.4.2.tar.bz2) = 2498460 bytes SHA1 (patch-CMakeLists.txt) = 44a81fa0361ea4d1cb52b1701e296a8eb3aaec61 -SHA1 (patch-playlists_dynamicplaylists.cpp) = 4b2767658696d7d9d3f1a838310ca36fd3b554b9 --_----------=_1656345939197180--