Received: by mail.netbsd.org (Postfix, from userid 605) id 8CF8E84D8E; Sun, 30 Sep 2018 19:05:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9374D84D2B for ; Sun, 30 Sep 2018 19:05:44 +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 33oG99O49nLC for ; Sun, 30 Sep 2018 19:05:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 08EB984CDA for ; Sun, 30 Sep 2018 19:05:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F38D1FBEE; Sun, 30 Sep 2018 19:05:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1538334343265660" MIME-Version: 1.0 Date: Sun, 30 Sep 2018 19:05:43 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/multimedia To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20180930190543.F38D1FBEE@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. --_----------=_1538334343265660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Sun Sep 30 19:05:43 UTC 2018 Modified Files: pkgsrc/multimedia: Makefile Log Message: makefile: +libaom To generate a diff of this commit: cvs rdiff -u -r1.264 -r1.265 pkgsrc/multimedia/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1538334343265660 Content-Disposition: inline Content-Length: 576 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/Makefile diff -u pkgsrc/multimedia/Makefile:1.264 pkgsrc/multimedia/Makefile:1.265 --- pkgsrc/multimedia/Makefile:1.264 Tue Sep 4 06:13:15 2018 +++ pkgsrc/multimedia/Makefile Sun Sep 30 19:05:43 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.264 2018/09/04 06:13:15 wiz Exp $ +# $NetBSD: Makefile,v 1.265 2018/09/30 19:05:43 maya Exp $ # COMMENT= Multimedia utilities @@ -104,6 +104,7 @@ SUBDIR+= kmplayer SUBDIR+= kodi SUBDIR+= kscd SUBDIR+= libaacs +SUBDIR+= libaom SUBDIR+= libass SUBDIR+= libassetml SUBDIR+= libbdplus --_----------=_1538334343265660--