summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorleot <leot>2017-03-12 11:45:28 +0000
committerleot <leot>2017-03-12 11:45:28 +0000
commitf25dcc8ef3605c48beab1791989641604d709da1 (patch)
tree0c72bd9476fe6060951b27e1b675d1a4b3c408d8 /multimedia
parentdedbcc764dd2eca764dcd60e3a75cc437810a8fc (diff)
downloadpkgsrc-f25dcc8ef3605c48beab1791989641604d709da1.tar.gz
Fix pkglint warnings and other misc cosmetical (and non-functional) changes.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mpv/options.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/mpv/options.mk b/multimedia/mpv/options.mk
index 8945a026791..c9d247f9d01 100644
--- a/multimedia/mpv/options.mk
+++ b/multimedia/mpv/options.mk
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.11 2017/03/12 11:41:44 leot Exp $
+# $NetBSD: options.mk,v 1.12 2017/03/12 11:45:28 leot Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mpv
.include "../../multimedia/libva/available.mk"
.include "../../multimedia/libvdpau/available.mk"
-PKG_SUPPORTED_OPTIONS= ass caca lua pulseaudio sdl v4l2 rpi sdl2
+PKG_SUPPORTED_OPTIONS= ass caca lua pulseaudio rpi sdl sdl2 v4l2
PKG_SUGGESTED_OPTIONS= ass lua pulseaudio
.if ${VAAPI_AVAILABLE} == "yes"
@@ -93,7 +93,7 @@ WAF_CONFIGURE_ARGS+= --disable-libv4l2
.endif
###
-### VAAPI support
+### VAAPI support (video output)
###
.if !empty(PKG_OPTIONS:Mvaapi)
WAF_CONFIGURE_ARGS+= --enable-vaapi
@@ -103,7 +103,7 @@ WAF_CONFIGURE_ARGS+= --disable-vaapi
.endif
###
-### VDPAU support
+### VDPAU support (video output)
###
.if !empty(PKG_OPTIONS:Mvdpau)
WAF_CONFIGURE_ARGS+= --enable-vdpau
@@ -116,8 +116,8 @@ WAF_CONFIGURE_ARGS+= --disable-vdpau
### Raspberry Pi support
###
.if !empty(PKG_OPTIONS:Mrpi)
-BUILD_DEPENDS+= raspberrypi-userland>=20170109:../../misc/raspberrypi-userland
-CFLAGS+="-L${PREFIX}/lib"
+BUILD_DEPENDS+= raspberrypi-userland>=20170109:../../misc/raspberrypi-userland
+CFLAGS+= "-L${PREFIX}/lib"
SUBST_CLASSES+= vc
SUBST_STAGE.vc= pre-configure
SUBST_MESSAGE.vc= Fixing path to VideoCore libraries.