Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id CDA947A1F8 for ; Fri, 24 Feb 2017 00:59:15 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3F4D08563F; Fri, 24 Feb 2017 00:59:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B44F18561F for ; Fri, 24 Feb 2017 00:59:14 +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 yFT6pp9f1_ME for ; Fri, 24 Feb 2017 00:59:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1A9C2855DE for ; Fri, 24 Feb 2017 00:59:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 16124FBE4; Fri, 24 Feb 2017 00:59:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1487897954176310" MIME-Version: 1.0 Date: Fri, 24 Feb 2017 00:59:14 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/multimedia/libvdpau To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170224005914.16124FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1487897954176310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Fri Feb 24 00:59:14 UTC 2017 Modified Files: pkgsrc/multimedia/libvdpau: Makefile Log Message: libvdpau: include dri2proto and libXext. this means it will now auto-detect the driver I am using, and I no longer have to specify VDPAU_DRIVER=nouveau (it adds #define DRI2) bump PKGREVISION To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/multimedia/libvdpau/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1487897954176310 Content-Disposition: inline Content-Length: 809 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/libvdpau/Makefile diff -u pkgsrc/multimedia/libvdpau/Makefile:1.10 pkgsrc/multimedia/libvdpau/Makefile:1.11 --- pkgsrc/multimedia/libvdpau/Makefile:1.10 Mon Jan 23 18:20:59 2017 +++ pkgsrc/multimedia/libvdpau/Makefile Fri Feb 24 00:59:13 2017 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2017/01/23 18:20:59 adam Exp $ +# $NetBSD: Makefile,v 1.11 2017/02/24 00:59:13 maya Exp $ DISTNAME= libvdpau-1.1.1 +PKGREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://people.freedesktop.org/~aplattner/vdpau/ EXTRACT_SUFX= .tar.bz2 @@ -30,4 +31,6 @@ PKG_SKIP_REASON+= "VDPAU is not availabl .endif .include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/dri2proto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1487897954176310--