b526bdb5ee
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>
14 lines
419 B
Makefile
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))
|