package/libva: bump version to 2.7.0
authorBernd Kuhls <bernd.kuhls@t-online.de>
Fri, 3 Apr 2020 05:30:11 +0000 (07:30 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 4 Apr 2020 15:26:59 +0000 (17:26 +0200)
Switched to github helper, upstream does not provide a tarball for this
release.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libva/libva.hash
package/libva/libva.mk

index 8edacf12893bb779618677d64107280f386083bd..53a9f3cceb213f51e075a690abb4aea9bd98ea6d 100644 (file)
@@ -1,5 +1,3 @@
-# From https://github.com/intel/libva/releases/download/2.6.1/libva-2.6.1.tar.bz2.sha1sum
-sha1 6b218e5622174a37fd0cfd8777b10717c95bd20e  libva-2.6.1.tar.bz2
 # Locally computed
-sha256 6c57eb642d828af2411aa38f55dc10111e8c98976dbab8fd62e48629401eaea5  libva-2.6.1.tar.bz2
+sha256 0952ee21069c560f48ebafcba91e1ffb72e5a8736dbab3559af959221b51598f  libva-2.7.0.tar.gz
 sha256 c86a782ee845b52472dae9b9d79fb915d333628ac0efe49cdce63644814931de  COPYING
index 5e9bedbbd5f1413121d32b70159148dc5bd92838..f430847b2fcb9b108fa1642e281a9aaa1b6aa63b 100644 (file)
@@ -4,12 +4,13 @@
 #
 ################################################################################
 
-LIBVA_VERSION = 2.6.1
-LIBVA_SOURCE = libva-$(LIBVA_VERSION).tar.bz2
-LIBVA_SITE = https://github.com/intel/libva/releases/download/$(LIBVA_VERSION)
+LIBVA_VERSION = 2.7.0
+LIBVA_SITE = $(call github,intel,libva,$(LIBVA_VERSION))
 LIBVA_LICENSE = MIT
 LIBVA_LICENSE_FILES = COPYING
 LIBVA_INSTALL_STAGING = YES
+# github tarball does not include configure
+LIBVA_AUTORECONF = YES
 LIBVA_DEPENDENCIES = host-pkgconf libdrm
 
 # libdrm is a hard-dependency