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 2C6077A1F5 for ; Wed, 1 Mar 2017 09:02:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9A15485635; Wed, 1 Mar 2017 09:02:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 29DA1855A2 for ; Wed, 1 Mar 2017 09:02:49 +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 o2PymbqoLNAK for ; Wed, 1 Mar 2017 09:02:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B12C88557B for ; Wed, 1 Mar 2017 09:02:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AC88BFBE4; Wed, 1 Mar 2017 09:02:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1488358968259600" MIME-Version: 1.0 Date: Wed, 1 Mar 2017 09:02:48 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/multimedia/vlc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170301090248.AC88BFBE4@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. --_----------=_1488358968259600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Mar 1 09:02:48 UTC 2017 Modified Files: pkgsrc/multimedia/vlc: Makefile PLIST Log Message: Since Mesalib pulls in vaapi, vlc installs more files. Add them to the PLIST and bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.200 -r1.201 pkgsrc/multimedia/vlc/Makefile cvs rdiff -u -r1.57 -r1.58 pkgsrc/multimedia/vlc/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1488358968259600 Content-Disposition: inline Content-Length: 1440 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/vlc/Makefile diff -u pkgsrc/multimedia/vlc/Makefile:1.200 pkgsrc/multimedia/vlc/Makefile:1.201 --- pkgsrc/multimedia/vlc/Makefile:1.200 Sun Feb 12 06:25:49 2017 +++ pkgsrc/multimedia/vlc/Makefile Wed Mar 1 09:02:48 2017 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.200 2017/02/12 06:25:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.201 2017/03/01 09:02:48 wiz Exp $ DISTNAME= vlc-${VLC_VERSION} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vlc/} MASTER_SITES+= http://download.videolan.org/pub/videolan/vlc/${VLC_VERSION}/ Index: pkgsrc/multimedia/vlc/PLIST diff -u pkgsrc/multimedia/vlc/PLIST:1.57 pkgsrc/multimedia/vlc/PLIST:1.58 --- pkgsrc/multimedia/vlc/PLIST:1.57 Thu May 12 15:56:15 2016 +++ pkgsrc/multimedia/vlc/PLIST Wed Mar 1 09:02:48 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.57 2016/05/12 15:56:15 wiz Exp $ +@comment $NetBSD: PLIST,v 1.58 2017/03/01 09:02:48 wiz Exp $ bin/cvlc ${PLIST.x11}bin/qvlc bin/rvlc @@ -205,6 +205,8 @@ lib/vlc/plugins/codec/libt140_plugin.la lib/vlc/plugins/codec/libtelx_plugin.la lib/vlc/plugins/codec/libtheora_plugin.la lib/vlc/plugins/codec/libuleaddvaudio_plugin.la +lib/vlc/plugins/codec/libvaapi_drm_plugin.la +lib/vlc/plugins/codec/libvaapi_x11_plugin.la lib/vlc/plugins/codec/libvorbis_plugin.la lib/vlc/plugins/codec/libvpx_plugin.la lib/vlc/plugins/codec/libx264_plugin.la --_----------=_1488358968259600--