Received: by mail.netbsd.org (Postfix, from userid 605) id 0383784DBF; Thu, 23 Jan 2020 11:50:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7F9A684DBF for ; Thu, 23 Jan 2020 11:50:56 +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 Su992czwjWmN for ; Thu, 23 Jan 2020 11:50:56 +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 D8F0684D2D for ; Thu, 23 Jan 2020 11:50:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CCCD4FBF4; Thu, 23 Jan 2020 11:50:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1579780255206410" MIME-Version: 1.0 Date: Thu, 23 Jan 2020 11:50:55 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/multimedia/totem-pl-parser To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200123115055.CCCD4FBF4@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. --_----------=_1579780255206410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Jan 23 11:50:55 UTC 2020 Modified Files: pkgsrc/multimedia/totem-pl-parser: Makefile Log Message: totem-pl-parser: Needs gobject-introspection To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 pkgsrc/multimedia/totem-pl-parser/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1579780255206410 Content-Disposition: inline Content-Length: 876 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/totem-pl-parser/Makefile diff -u pkgsrc/multimedia/totem-pl-parser/Makefile:1.70 pkgsrc/multimedia/totem-pl-parser/Makefile:1.71 --- pkgsrc/multimedia/totem-pl-parser/Makefile:1.70 Mon Jan 20 01:41:52 2020 +++ pkgsrc/multimedia/totem-pl-parser/Makefile Thu Jan 23 11:50:55 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2020/01/20 01:41:52 nia Exp $ +# $NetBSD: Makefile,v 1.71 2020/01/23 11:50:55 nia Exp $ DISTNAME= totem-pl-parser-3.26.4 CATEGORIES= multimedia gnome @@ -21,6 +21,7 @@ PKGCONFIG_OVERRIDE+= totem-plparser.pc.i .include "../../devel/meson/build.mk" .include "../../devel/glib2/buildlink3.mk" +.include "../../devel/gobject-introspection/buildlink3.mk" .include "../../archivers/libarchive/buildlink3.mk" .include "../../security/libgcrypt/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" --_----------=_1579780255206410--