[SCM] libva/master: Add patch to dlopen correct version of libva-x11

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Nov 12 18:14:15 UTC 2017


The following commit has been merged in the master branch:
commit 29fb95dd9fd0243bf3539c58d11ff84f38000b58
Author: Sebastian Ramacher <sebastian at ramacher.at>
Date:   Sun Nov 12 19:05:49 2017 +0100

    Add patch to dlopen correct version of libva-x11

diff --git a/debian/patches/0001-va_drm-dlopen-correct-version-of-libva-x11.patch b/debian/patches/0001-va_drm-dlopen-correct-version-of-libva-x11.patch
new file mode 100644
index 0000000..15042cd
--- /dev/null
+++ b/debian/patches/0001-va_drm-dlopen-correct-version-of-libva-x11.patch
@@ -0,0 +1,22 @@
+From: Sebastian Ramacher <sramacher at debian.org>
+Date: Sun, 12 Nov 2017 18:29:02 +0100
+Subject: va_drm: dlopen correct version of libva-x11
+
+Signed-off-by: Sebastian Ramacher <sramacher at debian.org>
+---
+ va/drm/va_drm_auth_x11.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/va/drm/va_drm_auth_x11.c b/va/drm/va_drm_auth_x11.c
+index 54e7402..78bc184 100644
+--- a/va/drm/va_drm_auth_x11.c
++++ b/va/drm/va_drm_auth_x11.c
+@@ -28,7 +28,7 @@
+ #include <X11/Xlib.h>
+ #include "va_drm_auth_x11.h"
+ 
+-#define LIBVA_MAJOR_VERSION 1
++#define LIBVA_MAJOR_VERSION 2
+ 
+ typedef struct drm_auth_x11             DRMAuthX11;
+ typedef struct drm_auth_x11_vtable      DRMAuthX11VTable;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f3bc686
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-va_drm-dlopen-correct-version-of-libva-x11.patch

-- 
libva packaging



More information about the pkg-multimedia-commits mailing list