Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 5D58F1A9239 for ; Thu, 18 Nov 2021 02:05:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0C53784D4D; Thu, 18 Nov 2021 02:05:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4697D84CED for ; Thu, 18 Nov 2021 02:05:19 +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 miA1_jbOdoEO for ; Thu, 18 Nov 2021 02:05:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D0AF284D4C for ; Thu, 18 Nov 2021 02:05:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C9C1DFAEC; Thu, 18 Nov 2021 02:05:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1637201118145190" MIME-Version: 1.0 Date: Thu, 18 Nov 2021 02:05:18 +0000 From: "Jun Ebihara" Subject: CVS commit: pkgsrc/multimedia/gst-plugins1-egl-gl To: pkgsrc-changes@NetBSD.org Reply-To: jun@netbsd.org X-Mailer: log_accum Message-Id: <20211118020518.C9C1DFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1637201118145190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jun Date: Thu Nov 18 02:05:18 UTC 2021 Modified Files: pkgsrc/multimedia/gst-plugins1-egl-gl: Makefile Log Message: CATEGORIES=multimedia To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/multimedia/gst-plugins1-egl-gl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1637201118145190 Content-Disposition: inline Content-Length: 545 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/gst-plugins1-egl-gl/Makefile diff -u pkgsrc/multimedia/gst-plugins1-egl-gl/Makefile:1.2 pkgsrc/multimedia/gst-plugins1-egl-gl/Makefile:1.3 --- pkgsrc/multimedia/gst-plugins1-egl-gl/Makefile:1.2 Sun Mar 8 16:50:41 2020 +++ pkgsrc/multimedia/gst-plugins1-egl-gl/Makefile Thu Nov 18 02:05:18 2021 @@ -1,4 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2020/03/08 16:50:41 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2021/11/18 02:05:18 jun Exp $ + +CATEGORIES= multimedia GST_PLUGINS1_NAME= gl GST_PLUGINS1_FLAGS= egl --_----------=_1637201118145190--