All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/libva: bump version to 1.5.1
@ 2015-03-21 10:39 Bernd Kuhls
  2015-03-21 10:39 ` [Buildroot] [PATCH 2/2] package/libva-intel-driver: " Bernd Kuhls
  2015-03-29 13:27 ` [Buildroot] [PATCH 1/2] package/libva: " Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2015-03-21 10:39 UTC (permalink / raw)
  To: buildroot

Removed 0002-wayland.patch, patch is not necessary anymore.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libva/0002-wayland.patch |   26 --------------------------
 package/libva/libva.hash         |    4 ++--
 package/libva/libva.mk           |    2 +-
 3 files changed, 3 insertions(+), 29 deletions(-)
 delete mode 100644 package/libva/0002-wayland.patch

diff --git a/package/libva/0002-wayland.patch b/package/libva/0002-wayland.patch
deleted file mode 100644
index e309096..0000000
--- a/package/libva/0002-wayland.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Fixes compile error in libva-intel-driver
-
-make[4]: Entering directory `/home/br/br/output/build/libva-intel-driver-1.3.2/src'
-  CC       i965_drv_video_la-i965_output_wayland.lo
-i965_output_wayland.c:31:41: fatal error: wayland-drm-client-protocol.h: No such file or directory
-compilation terminated.
-
-Patch sent upstream:
-http://lists.freedesktop.org/archives/libva/2014-July/002519.html
-
-Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
-
-diff -uNr libva-1.3.1.org/va/wayland/Makefile.am libva-1.3.1/va/wayland/Makefile.am
---- libva-1.3.1.org/va/wayland/Makefile.am	2014-05-09 06:28:15.000000000 +0200
-+++ libva-1.3.1/va/wayland/Makefile.am	2014-07-19 11:46:01.126931242 +0200
-@@ -54,8 +54,8 @@
- 
- noinst_LTLIBRARIES		= libva_wayland.la
- libva_waylandincludedir		= ${includedir}/va
--libva_waylandinclude_HEADERS	= $(source_h)
--libva_wayland_la_SOURCES	= $(source_c) $(protocol_source_h)
-+libva_waylandinclude_HEADERS	= $(source_h) $(protocol_source_h)
-+libva_wayland_la_SOURCES	= $(source_c)
- noinst_HEADERS			= $(source_h_priv)
- 
- # Wayland protocol
diff --git a/package/libva/libva.hash b/package/libva/libva.hash
index ec87e26..eaec0af 100644
--- a/package/libva/libva.hash
+++ b/package/libva/libva.hash
@@ -1,2 +1,2 @@
-# http://lists.freedesktop.org/archives/libva/2014-December/002981.html
-sha1	f83cc0d1dd42701ec79d943d9462f092d32c51fa	libva-1.5.0.tar.bz2
+# From http://lists.freedesktop.org/archives/libva/2015-March/003249.html
+sha1	b315a86fcd3bd1e073e2c1b62416550885cd7420	libva-1.5.1.tar.bz2
diff --git a/package/libva/libva.mk b/package/libva/libva.mk
index 176c498..d3b58ae 100644
--- a/package/libva/libva.mk
+++ b/package/libva/libva.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBVA_VERSION = 1.5.0
+LIBVA_VERSION = 1.5.1
 LIBVA_SOURCE = libva-$(LIBVA_VERSION).tar.bz2
 LIBVA_SITE = http://www.freedesktop.org/software/vaapi/releases/libva
 LIBVA_LICENSE = MIT
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 2/2] package/libva-intel-driver: bump version to 1.5.1
  2015-03-21 10:39 [Buildroot] [PATCH 1/2] package/libva: bump version to 1.5.1 Bernd Kuhls
@ 2015-03-21 10:39 ` Bernd Kuhls
  2015-03-29 13:27 ` [Buildroot] [PATCH 1/2] package/libva: " Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Bernd Kuhls @ 2015-03-21 10:39 UTC (permalink / raw)
  To: buildroot

Removed 0002-wayland.patch, fixed upstream
http://cgit.freedesktop.org/vaapi/intel-driver/commit/?id=bf324e3440246a487997a1624ac862e3e4027f9e
Therefore autoreconf is not necessary anymore.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libva-intel-driver/0001-wayland.patch      |   50 --------------------
 package/libva-intel-driver/libva-intel-driver.hash |    4 +-
 package/libva-intel-driver/libva-intel-driver.mk   |    3 +-
 3 files changed, 3 insertions(+), 54 deletions(-)
 delete mode 100644 package/libva-intel-driver/0001-wayland.patch

diff --git a/package/libva-intel-driver/0001-wayland.patch b/package/libva-intel-driver/0001-wayland.patch
deleted file mode 100644
index 2f8c859..0000000
--- a/package/libva-intel-driver/0001-wayland.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-Fixes various wayland-related compile errors:
-
-i965_output_wayland.c:31:41: fatal error: wayland-drm-client-protocol.h:
- No such file or directory
-
-i965_output_wayland.h:31:26: error: unknown type name 'VADriverContextP'
-
-make[4]: *** No rule to make target `wayland-drm-client-protocol.h', needed by
- `i965_output_wayland.c'.  Stop.
-
-Patch sent upstream:
-http://lists.freedesktop.org/archives/libva/2014-July/002520.html
-
-Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
-
-diff -uNr libva-intel-driver-1.3.2.org/src/i965_output_wayland.c libva-intel-driver-1.3.2/src/i965_output_wayland.c
---- libva-intel-driver-1.3.2.org/src/i965_output_wayland.c	2014-06-03 02:36:44.000000000 +0200
-+++ libva-intel-driver-1.3.2/src/i965_output_wayland.c	2014-07-19 11:48:31.329043292 +0200
-@@ -28,7 +28,7 @@
- #include <va/va_backend.h>
- #include <va/va_backend_wayland.h>
- #include <wayland-client.h>
--#include <wayland-drm-client-protocol.h>
-+#include <va/wayland-drm-client-protocol.h>
- #include "intel_driver.h"
- #include "i965_output_wayland.h"
- #include "i965_drv_video.h"
-diff -uNr libva-intel-driver-1.3.2.org/src/i965_output_wayland.h libva-intel-driver-1.3.2/src/i965_output_wayland.h
---- libva-intel-driver-1.3.2.org/src/i965_output_wayland.h	2014-05-19 10:19:39.000000000 +0200
-+++ libva-intel-driver-1.3.2/src/i965_output_wayland.h	2014-07-19 11:48:09.201321881 +0200
-@@ -26,6 +26,7 @@
- #define I965_OUTPUT_WAYLAND_H
- 
- #include <stdbool.h>
-+#include <va/va_backend.h>
- 
- bool
- i965_output_wayland_init(VADriverContextP ctx);
-diff -uNr libva-intel-driver-1.3.2.org/src/Makefile.am libva-intel-driver-1.3.2/src/Makefile.am
---- libva-intel-driver-1.3.2.org/src/Makefile.am	2014-06-16 04:13:12.000000000 +0200
-+++ libva-intel-driver-1.3.2/src/Makefile.am	2014-07-19 11:53:02.885627916 +0200
-@@ -146,7 +146,7 @@
- endif
- 
- # Wayland protocol
--protocol_source_h = wayland-drm-client-protocol.h
-+#protocol_source_h = wayland-drm-client-protocol.h
- i965_output_wayland.c: $(protocol_source_h)
- @wayland_scanner_rules@
- 
diff --git a/package/libva-intel-driver/libva-intel-driver.hash b/package/libva-intel-driver/libva-intel-driver.hash
index 837a40e..b03bb1d 100644
--- a/package/libva-intel-driver/libva-intel-driver.hash
+++ b/package/libva-intel-driver/libva-intel-driver.hash
@@ -1,2 +1,2 @@
-# http://lists.freedesktop.org/archives/libva/2014-December/002982.html
-sha1	9f8dc82879d1cf6cbbe7ef49b5d659ccdf45acd7	libva-intel-driver-1.5.0.tar.bz2
+# From http://lists.freedesktop.org/archives/libva/2015-March/003250.html
+sha1	98b670517cbd2d0e5e2ef3f171b805815dff9057	libva-intel-driver-1.5.1.tar.bz2
diff --git a/package/libva-intel-driver/libva-intel-driver.mk b/package/libva-intel-driver/libva-intel-driver.mk
index 0d1a0a7..5755207 100644
--- a/package/libva-intel-driver/libva-intel-driver.mk
+++ b/package/libva-intel-driver/libva-intel-driver.mk
@@ -4,12 +4,11 @@
 #
 ################################################################################
 
-LIBVA_INTEL_DRIVER_VERSION = 1.5.0
+LIBVA_INTEL_DRIVER_VERSION = 1.5.1
 LIBVA_INTEL_DRIVER_SOURCE = libva-intel-driver-$(LIBVA_INTEL_DRIVER_VERSION).tar.bz2
 LIBVA_INTEL_DRIVER_SITE = http://www.freedesktop.org/software/vaapi/releases/libva-intel-driver
 LIBVA_INTEL_DRIVER_LICENSE = MIT
 LIBVA_INTEL_DRIVER_LICENSE_FILES = COPYING
-LIBVA_INTEL_DRIVER_AUTORECONF = YES
 LIBVA_INTEL_DRIVER_DEPENDENCIES = host-pkgconf libdrm libva
 
 ifeq ($(BR2_PACKAGE_XORG7),y)
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/2] package/libva: bump version to 1.5.1
  2015-03-21 10:39 [Buildroot] [PATCH 1/2] package/libva: bump version to 1.5.1 Bernd Kuhls
  2015-03-21 10:39 ` [Buildroot] [PATCH 2/2] package/libva-intel-driver: " Bernd Kuhls
@ 2015-03-29 13:27 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-03-29 13:27 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Sat, 21 Mar 2015 11:39:56 +0100, Bernd Kuhls wrote:
> Removed 0002-wayland.patch, patch is not necessary anymore.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/libva/0002-wayland.patch |   26 --------------------------
>  package/libva/libva.hash         |    4 ++--
>  package/libva/libva.mk           |    2 +-
>  3 files changed, 3 insertions(+), 29 deletions(-)
>  delete mode 100644 package/libva/0002-wayland.patch

Both patches applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-29 13:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-21 10:39 [Buildroot] [PATCH 1/2] package/libva: bump version to 1.5.1 Bernd Kuhls
2015-03-21 10:39 ` [Buildroot] [PATCH 2/2] package/libva-intel-driver: " Bernd Kuhls
2015-03-29 13:27 ` [Buildroot] [PATCH 1/2] package/libva: " Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.