Received: by mail.netbsd.org (Postfix, from userid 605) id 811E084F5F; Thu, 23 Jun 2022 22:16:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B8E9C84F5D for ; Thu, 23 Jun 2022 22:16:34 +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 LFnYTFnhLhHM for ; Thu, 23 Jun 2022 22:16:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1317284CE3 for ; Thu, 23 Jun 2022 22:16:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 02E23FB1A; Thu, 23 Jun 2022 22:18:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1656022715205970" MIME-Version: 1.0 Date: Thu, 23 Jun 2022 22:18:35 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio/strawberry To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20220623221836.02E23FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1656022715205970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Jun 23 22:18:35 UTC 2022 Modified Files: pkgsrc/audio/strawberry: Makefile Log Message: strawberry: needs 'good' plugins To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/audio/strawberry/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1656022715205970 Content-Disposition: inline Content-Length: 845 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/strawberry/Makefile diff -u pkgsrc/audio/strawberry/Makefile:1.36 pkgsrc/audio/strawberry/Makefile:1.37 --- pkgsrc/audio/strawberry/Makefile:1.36 Sun Jun 12 16:16:44 2022 +++ pkgsrc/audio/strawberry/Makefile Thu Jun 23 22:18:35 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2022/06/12 16:16:44 nia Exp $ +# $NetBSD: Makefile,v 1.37 2022/06/23 22:18:35 nia Exp $ DISTNAME= strawberry-1.0.5 CATEGORIES= audio @@ -70,6 +70,7 @@ post-install: .include "../../math/fftw/buildlink3.mk" .include "../../misc/libcdio/buildlink3.mk" .include "../../multimedia/gst-plugins1-base/buildlink3.mk" +.include "../../multimedia/gst-plugins1-good/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../sysutils/dbus/buildlink3.mk" .include "../../x11/qt5-qtbase/buildlink3.mk" --_----------=_1656022715205970--