Received: by mail.netbsd.org (Postfix, from userid 605) id 6453384E3C; Thu, 3 Oct 2019 20:45:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DE95184D63 for ; Thu, 3 Oct 2019 20:45:20 +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 8V1ctHhx9R_j for ; Thu, 3 Oct 2019 20:45:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0303884D04 for ; Thu, 3 Oct 2019 20:45:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F0BFDFBF4; Thu, 3 Oct 2019 20:45:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1570135519278730" MIME-Version: 1.0 Date: Thu, 3 Oct 2019 20:45:19 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/multimedia/gstreamer1 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191003204519.F0BFDFBF4@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. --_----------=_1570135519278730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Oct 3 20:45:19 UTC 2019 Modified Files: pkgsrc/multimedia/gstreamer1: options.mk Log Message: gstreamer1: Enable gstcheck by default. Needed for pitivi. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/multimedia/gstreamer1/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1570135519278730 Content-Disposition: inline Content-Length: 691 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/gstreamer1/options.mk diff -u pkgsrc/multimedia/gstreamer1/options.mk:1.8 pkgsrc/multimedia/gstreamer1/options.mk:1.9 --- pkgsrc/multimedia/gstreamer1/options.mk:1.8 Wed May 29 20:51:47 2019 +++ pkgsrc/multimedia/gstreamer1/options.mk Thu Oct 3 20:45:19 2019 @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.8 2019/05/29 20:51:47 adam Exp $ +# $NetBSD: options.mk,v 1.9 2019/10/03 20:45:19 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gstreamer PKG_SUPPORTED_OPTIONS= gstreamer-gstcheck introspection gstreamer-ptp-suid -PKG_SUGGESTED_OPTIONS= introspection +PKG_SUGGESTED_OPTIONS= gstreamer-gstcheck introspection .include "../../mk/bsd.options.mk" --_----------=_1570135519278730--