package/libva: bump version to 2.7.0
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>
This commit is contained in:
parent
79c640e2e0
commit
226bbae9d1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user