From a13077216e76e49e1f406c374761d8360479e5d6 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 5 Aug 2018 01:44:46 -0300 Subject: [PATCH] libva: update to 2.3.0. --- common/shlibs | 9 ++++----- srcpkgs/libva/template | 15 ++++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/common/shlibs b/common/shlibs index e22fc3d561e..261c0ce0d6c 100644 --- a/common/shlibs +++ b/common/shlibs @@ -855,13 +855,12 @@ libwebp.so.7 libwebp-0.6.0_1 libwebpmux.so.3 libwebp-0.6.0_1 libwebpdemux.so.2 libwebp-0.5.0_1 libwebpdecoder.so.3 libwebp-0.6.0_1 -libva-x11.so.1 libva-1.0.14_1 -libva.so.1 libva-1.0.14_1 +libva-x11.so.2 libva-2.2.0_1 +libva.so.2 libva-2.2.0_1 libva-glx.so.1 libva-glx-1.5.0_1 libva-egl.so.1 libva-glx-1.5.0_1 -libva-tpi.so.1 libva-1.0.14_1 -libva-drm.so.1 libva-1.6.0_1 -libva-wayland.so.1 libva-1.6.0_1 +libva-drm.so.2 libva-2.2.0_1 +libva-wayland.so.2 libva-2.2.0_1 libv4l2.so.0 v4l-utils-0.8.5_1 libv4lconvert.so.0 v4l-utils-0.8.5_1 libv4l1.so.0 v4l-utils-0.8.5_1 diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template index 498eba97eb4..95dcee6fa93 100644 --- a/srcpkgs/libva/template +++ b/srcpkgs/libva/template @@ -1,17 +1,18 @@ # Template file for 'libva' pkgname=libva -version=1.8.3 +version=2.3.0 revision=1 -build_style=gnu-configure -configure_args="--disable-egl --disable-glx" +build_style=meson +configure_args="-Dwith_glx=no -Dwith_wayland=yes -Dwith_egl=yes" hostmakedepends="pkg-config wayland-devel" makedepends="libXfixes-devel libXext-devel libdrm-devel wayland-devel" short_desc="Video Acceleration (VA) API" maintainer="Juan RP " -homepage="https://01.org/linuxmedia" license="MIT" -distfiles="https://github.com/01org/libva/releases/download/${version}/libva-${version}.tar.bz2" -checksum=56ee129deba99b06eb4a8d4f746b117c5d1dc2ec5b7a0bfc06971fca1598ab9b +homepage="https://01.org/linuxmedia" +changelog="https://raw.githubusercontent.com/intel/libva/master/NEWS" +distfiles="https://github.com/intel/libva/archive/${version}.tar.gz" +checksum=8d95e65c4d84d0f82097581e163d3770694c600cbb040ebd827f2d375e004f4b post_install() { vlicense COPYING @@ -23,6 +24,6 @@ libva-devel_package() { pkg_install() { vmove usr/include vmove usr/lib/pkgconfig - vmove usr/lib/*.so + vmove "usr/lib/*.so" } }