From 4021c8e0a04a70387711b23e45016b2dd07f1aad Mon Sep 17 00:00:00 2001 From: david Date: Wed, 16 Nov 2016 09:23:28 +0100 Subject: [PATCH] nvidia-mxlinks: Remove libvdpau.so from NVLIBS Currently, on machines with modern Nvidia graphics devices using the current driver (367.x), ffmpeg fails to start, as libvdpau.so.1 is not there. Fix this by using the generic library, which is shipped separately. ``` pmenzel@keineahnung:~> more /dev/shm/nvidia_current-368.57-0.x86_64/source/NVIDIA_Changelog 2016-01-05 version 361.16 * Removed the VDPAU wrapper and trace libraries libvdpau.so.1 and libvdpau_trace.so.1 from the driver package. These libraries may be available via your distribution's package management system, or can be compiled from the sources available at: http://people.freedesktop.org/~aplattner/vdpau/ Please see http://freedesktop.org/wiki/Software/VDPAU/ for more information. ``` --- nvidia-mxlinks-0.8-5.bee => nvidia-mxlinks.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename nvidia-mxlinks-0.8-5.bee => nvidia-mxlinks.be0 (98%) diff --git a/nvidia-mxlinks-0.8-5.bee b/nvidia-mxlinks.be0 similarity index 98% rename from nvidia-mxlinks-0.8-5.bee rename to nvidia-mxlinks.be0 index 02f8cb3c0..6dab0937a 100755 --- a/nvidia-mxlinks-0.8-5.bee +++ b/nvidia-mxlinks.be0 @@ -1,5 +1,7 @@ #!/bin/env beesh +# BEE_VERSION nvidia-mxlinks-0.8-6 + EXCLUDE=("^/usr/lib/(X11|xorg)(|/modules(|/drivers))$") mee_install() { @@ -11,7 +13,6 @@ mee_install() { "libnvidia-cfg.so.1" "libnvidia-opencl.so.1" "libnvidia-encode.so.1" - "libvdpau.so.1" "libvdpau_nvidia.so.1" "libvdpau_trace.so.1" "libnvcuvid.so.1"