Received: by mail.netbsd.org (Postfix, from userid 605) id EB57B84EDF; Mon, 25 Apr 2022 06:46:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3076E84EA7 for ; Mon, 25 Apr 2022 06:46:31 +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 o82RIB9OZfW8 for ; Mon, 25 Apr 2022 06:46:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8548584E9B for ; Mon, 25 Apr 2022 06:46:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8293FFB1A; Mon, 25 Apr 2022 06:46:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165086919088980" MIME-Version: 1.0 Date: Mon, 25 Apr 2022 06:46:30 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/multimedia/gst-plugins1-x264 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220425064630.8293FFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165086919088980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Apr 25 06:46:30 UTC 2022 Modified Files: pkgsrc/multimedia/gst-plugins1-x264: Makefile Log Message: gst-plugins1-x264: fix build by accepting gpl To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/multimedia/gst-plugins1-x264/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165086919088980 Content-Disposition: inline Content-Length: 807 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/gst-plugins1-x264/Makefile diff -u pkgsrc/multimedia/gst-plugins1-x264/Makefile:1.7 pkgsrc/multimedia/gst-plugins1-x264/Makefile:1.8 --- pkgsrc/multimedia/gst-plugins1-x264/Makefile:1.7 Mon Nov 15 22:01:21 2021 +++ pkgsrc/multimedia/gst-plugins1-x264/Makefile Mon Apr 25 06:46:30 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2021/11/15 22:01:21 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2022/04/25 06:46:30 wiz Exp $ PKGNAME= ${DISTNAME:S/plugins/plugins1/:S/-ugly/-x264/} CATEGORIES= multimedia gnome @@ -7,6 +7,8 @@ COMMENT= Open source multimedia framewor GST_PLUGINS+= x264 +MESON_ARGS+= -Dgpl=enabled + .include "../../multimedia/gst-plugins1-ugly/Makefile.common" .include "../../multimedia/x264-devel/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_165086919088980--