kumquat-buildroot/package/libva-utils/libva-utils.mk
Bernd Kuhls b526bdb5ee package/libva-utils: bump version to 2.14.0
Release notes: https://github.com/intel/libva-utils/releases/tag/2.14.0

Upstream does not provide a tarball so switch to github helper.
Switch build system to meson to avoid autoreconf.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-03-14 13:17:39 +01:00

14 lines
419 B
Makefile

################################################################################
#
# libva-utils
#
################################################################################
LIBVA_UTILS_VERSION = 2.14.0
LIBVA_UTILS_SITE = $(call github,intel,libva-utils,$(LIBVA_UTILS_VERSION))
LIBVA_UTILS_LICENSE = MIT
LIBVA_UTILS_LICENSE_FILES = COPYING
LIBVA_UTILS_DEPENDENCIES = host-pkgconf libva
$(eval $(meson-package))