From 1ecff7f605ea1f3d3b840c1a4061764fc1ce3e18 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 22 Nov 2016 16:24:50 +0100 Subject: add new packages libva/libva-intel-driver --- package/libva-intel-driver/Makefile | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 package/libva-intel-driver/Makefile (limited to 'package/libva-intel-driver') diff --git a/package/libva-intel-driver/Makefile b/package/libva-intel-driver/Makefile new file mode 100644 index 000000000..2b29f8c75 --- /dev/null +++ b/package/libva-intel-driver/Makefile @@ -0,0 +1,33 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include $(ADK_TOPDIR)/rules.mk + +PKG_NAME:= libva-intel-driver +PKG_VERSION:= 1.7.3 +PKG_RELEASE:= 1 +PKG_HASH:= 76ad37d9fd5ae23d8ce6052d50b5e6438a8df9e769b13fe34b771cd453f4f937 +PKG_DESCR:= video acceleration api driver for intel cards +PKG_SECTION:= libs/video +PKG_DEPENDS:= libdrm +PKG_URL:= https://www.freedesktop.org/wiki/Software/vaapi/ +PKG_SITES:= https://www.freedesktop.org/software/vaapi/releases/libva-intel-driver/ +PKG_OPTS:= dev + +DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2 + +include $(ADK_TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,LIBVA_INTEL_DRIVER,libva-intel-driver,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS))) + +CONFIGURE_ARGS+= --disable-wayland \ + --disable-tests \ + --enable-drm \ + --enable-x11 + +libva-intel-driver-install: + $(INSTALL_DIR) $(IDIR_LIBVA_INTEL_DRIVER)/usr/lib/va/drivers + $(CP) $(WRKINST)//usr/lib/va/drivers/*.so \ + $(IDIR_LIBVA_INTEL_DRIVER)/usr/lib/va/drivers + +include $(ADK_TOPDIR)/mk/pkg-bottom.mk -- cgit v1.2.3