Received: by mail.netbsd.org (Postfix, from userid 605) id 4CBD784EB5; Fri, 10 Mar 2023 21:42:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7AFE984D3D for ; Fri, 10 Mar 2023 21:42:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id xAvR2CGXbotv for ; Fri, 10 Mar 2023 21:42:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0326984D0E for ; Fri, 10 Mar 2023 21:42:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EB784FA90; Fri, 10 Mar 2023 21:42:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1678484538201130" MIME-Version: 1.0 Date: Fri, 10 Mar 2023 21:42:18 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/mk/defaults To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20230310214218.EB784FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1678484538201130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Fri Mar 10 21:42:18 UTC 2023 Modified Files: pkgsrc/mk/defaults: options.description Log Message: mk/defaults: Add rav1e option To generate a diff of this commit: cvs rdiff -u -r1.698 -r1.699 pkgsrc/mk/defaults/options.description Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1678484538201130 Content-Disposition: inline Content-Length: 685 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/defaults/options.description diff -u pkgsrc/mk/defaults/options.description:1.698 pkgsrc/mk/defaults/options.description:1.699 --- pkgsrc/mk/defaults/options.description:1.698 Thu Feb 23 14:04:44 2023 +++ pkgsrc/mk/defaults/options.description Fri Mar 10 21:42:18 2023 @@ -751,6 +751,7 @@ quartz Enable Quartz support on Mac OS quickml-analog Enable quickml log analizer. quickml-limit Enable quickml creators and members limitation. rar Support RAR archive files. +rav1e Enable AV1 encoding support using rav1e. rc5 Support the hashing algorithm RC5. readline Enable use of GNU readline library. redis Support the Redis database. --_----------=_1678484538201130--