pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/mpv
Module Name: pkgsrc
Committed By: nia
Date: Sat Dec 19 12:17:29 UTC 2020
Modified Files:
pkgsrc/multimedia/mpv: options.mk
Log Message:
mpv: Make wayland option unavailable on non-Linux for now.
Upstream decided to make wayland support linux-only.
This doesn't actually matter much at all since you can just use the SDL
video output...
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/multimedia/mpv/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/mpv/options.mk
diff -u pkgsrc/multimedia/mpv/options.mk:1.26 pkgsrc/multimedia/mpv/options.mk:1.27
--- pkgsrc/multimedia/mpv/options.mk:1.26 Sat Dec 19 11:27:51 2020
+++ pkgsrc/multimedia/mpv/options.mk Sat Dec 19 12:17:29 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.26 2020/12/19 11:27:51 leot Exp $
+# $NetBSD: options.mk,v 1.27 2020/12/19 12:17:29 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mpv
@@ -9,7 +9,7 @@ PKG_OPTIONS_GROUP.gl= opengl rpi
# audio outputs
PKG_SUPPORTED_OPTIONS+= alsa jack openal pulseaudio
# video outputs
-PKG_SUPPORTED_OPTIONS+= caca libdrm wayland x11
+PKG_SUPPORTED_OPTIONS+= caca libdrm x11
# audio/video outputs
PKG_SUPPORTED_OPTIONS+= sdl2
# misc
@@ -38,9 +38,8 @@ PKG_SUPPORTED_OPTIONS+= vdpau
PKG_SUGGESTED_OPTIONS+= vdpau
.endif
-.include "../../devel/wayland/platform.mk"
-
-.if ${PLATFORM_SUPPORTS_WAYLAND} == "yes"
+.if ${OPSYS} == "Linux"
+PKG_SUPPORTED_OPTIONS+= wayland
PKG_SUGGESTED_OPTIONS+= wayland
.endif
Home |
Main Index |
Thread Index |
Old Index