pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/vlc Since Mesalib pulls in vaapi, vlc insta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19cca2892df9
branches:  trunk
changeset: 359162:19cca2892df9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Mar 01 09:02:48 2017 +0000

description:
Since Mesalib pulls in vaapi, vlc installs more files.
Add them to the PLIST and bump PKGREVISION.

diffstat:

 multimedia/vlc/Makefile |  4 ++--
 multimedia/vlc/PLIST    |  4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r b0397a5560a8 -r 19cca2892df9 multimedia/vlc/Makefile
--- a/multimedia/vlc/Makefile   Wed Mar 01 07:24:31 2017 +0000
+++ b/multimedia/vlc/Makefile   Wed Mar 01 09:02:48 2017 +0000
@@ -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}/
diff -r b0397a5560a8 -r 19cca2892df9 multimedia/vlc/PLIST
--- a/multimedia/vlc/PLIST      Wed Mar 01 07:24:31 2017 +0000
+++ b/multimedia/vlc/PLIST      Wed Mar 01 09:02:48 2017 +0000
@@ -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/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



Home | Main Index | Thread Index | Old Index