- N_libva_Fix_wayland-client.h_include-path.patch/
N_libva_Fix_wayland-client.h_include-path_1320.patch no longer need after adjusting vaapi-intel-driver package OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=78
This commit is contained in:
parent
e735aa3880
commit
26788b60c0
@ -1,29 +0,0 @@
|
||||
Author: computersalat <chris@computersalat.de>
|
||||
Subject: Fix wayland-client.h include path
|
||||
Signed-off-by: computersalat <chris@computersalat.de>
|
||||
Index: va/wayland/va_backend_wayland.h
|
||||
===================================================================
|
||||
--- va/wayland/va_backend_wayland.h.orig
|
||||
+++ va/wayland/va_backend_wayland.h
|
||||
@@ -28,7 +28,7 @@
|
||||
#define VA_BACKEND_WAYLAND_H
|
||||
|
||||
#include <va/va.h>
|
||||
-#include <wayland-client.h>
|
||||
+#include <wayland/wayland-client.h>
|
||||
|
||||
/** \brief VA/Wayland API version. */
|
||||
#define VA_WAYLAND_API_VERSION (0x574c4400) /* WLD0 */
|
||||
Index: va/wayland/wayland-drm-client-protocol.h
|
||||
===================================================================
|
||||
--- va/wayland/wayland-drm-client-protocol.h.orig
|
||||
+++ va/wayland/wayland-drm-client-protocol.h
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
-#include "wayland-client.h"
|
||||
+#include "wayland/wayland-client.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
@ -1,29 +0,0 @@
|
||||
Author: computersalat <chris@computersalat.de>
|
||||
Subject: Fix wayland-client.h include path
|
||||
Signed-off-by: computersalat <chris@computersalat.de>
|
||||
Index: va/wayland/va_backend_wayland.h
|
||||
===================================================================
|
||||
--- va/wayland/va_backend_wayland.h.orig
|
||||
+++ va/wayland/va_backend_wayland.h
|
||||
@@ -28,7 +28,7 @@
|
||||
#define VA_BACKEND_WAYLAND_H
|
||||
|
||||
#include <va/va.h>
|
||||
-#include <wayland-client.h>
|
||||
+#include <pkg/wayland/wayland-client.h>
|
||||
|
||||
/** \brief VA/Wayland API version. */
|
||||
#define VA_WAYLAND_API_VERSION (0x574c4400) /* WLD0 */
|
||||
Index: va/wayland/wayland-drm-client-protocol.h
|
||||
===================================================================
|
||||
--- va/wayland/wayland-drm-client-protocol.h.orig
|
||||
+++ va/wayland/wayland-drm-client-protocol.h
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
-#include "wayland-client.h"
|
||||
+#include "pkg/wayland/wayland-client.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 17 14:26:39 UTC 2017 - sndirsch@suse.com
|
||||
|
||||
- N_libva_Fix_wayland-client.h_include-path.patch/
|
||||
N_libva_Fix_wayland-client.h_include-path_1320.patch no longer
|
||||
need after adjusting vaapi-intel-driver package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 12 19:48:00 UTC 2017 - chris@computersalat.de
|
||||
|
||||
@ -14,7 +21,7 @@ Sat Dec 31 18:46:42 UTC 2016 - chris@computersalat.de
|
||||
* API: update the usage for framerate in VAEncMiscParameterFrameRate
|
||||
to support non-integer frame-rate
|
||||
* Add has_prime_sharing flag in VADriverVTableWayland to indicate if
|
||||
buffer sharing with prime fd can be used in the backend driver-
|
||||
buffer sharing with prime fd can be used in the backend driver
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 22 12:46:52 UTC 2016 - chris@computersalat.de
|
||||
|
@ -36,9 +36,6 @@ Group: System/Libraries
|
||||
Url: http://freedesktop.org/wiki/Software/vaapi
|
||||
Source0: http://www.freedesktop.org/software/vaapi/releases/libva/%{_name}-%{version}.tar.bz2
|
||||
Source1: baselibs.conf
|
||||
# PATCH-FIX-openSUSE: Fix wayland-client.h include path
|
||||
Patch100: N_libva_Fix_wayland-client.h_include-path.patch
|
||||
Patch101: N_libva_Fix_wayland-client.h_include-path_1320.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
@ -200,12 +197,6 @@ This contains the dummy driver.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{_name}-%{version}
|
||||
%if 0%{?suse_version} < 1320 || 0%{?suse_version} > 1320
|
||||
%patch100
|
||||
%endif
|
||||
%if 0%{?suse_version} == 1320
|
||||
%patch101
|
||||
%endif
|
||||
|
||||
%build
|
||||
[ -d m4 ] || mkdir m4
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 17 14:26:39 UTC 2017 - sndirsch@suse.com
|
||||
|
||||
- N_libva_Fix_wayland-client.h_include-path.patch/
|
||||
N_libva_Fix_wayland-client.h_include-path_1320.patch no longer
|
||||
need after adjusting vaapi-intel-driver package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 12 19:48:00 UTC 2017 - chris@computersalat.de
|
||||
|
||||
|
@ -36,9 +36,6 @@ Group: System/Libraries
|
||||
Url: http://freedesktop.org/wiki/Software/vaapi
|
||||
Source0: http://www.freedesktop.org/software/vaapi/releases/libva/%{_name}-%{version}.tar.bz2
|
||||
Source1: baselibs.conf
|
||||
# PATCH-FIX-openSUSE: Fix wayland-client.h include path
|
||||
Patch100: N_libva_Fix_wayland-client.h_include-path.patch
|
||||
Patch101: N_libva_Fix_wayland-client.h_include-path_1320.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
@ -200,12 +197,6 @@ This contains the dummy driver.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{_name}-%{version}
|
||||
%if 0%{?suse_version} < 1320 || 0%{?suse_version} > 1320
|
||||
%patch100
|
||||
%endif
|
||||
%if 0%{?suse_version} == 1320
|
||||
%patch101
|
||||
%endif
|
||||
|
||||
%build
|
||||
[ -d m4 ] || mkdir m4
|
||||
|
Loading…
x
Reference in New Issue
Block a user