summaryrefslogtreecommitdiff
path: root/libva
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2020-11-03 15:25:29 +0100
committerJuergen Daubert <jue@jue.li>2020-11-03 15:25:29 +0100
commit567dae0051d3a9101be0c13ca4a1306f77198e72 (patch)
tree8c8c10a5b0303631b8ea569d9e8e033baef2b1c5 /libva
parent39f6c9b01a3319d7b854fab9e1bdcf88cf6d7c08 (diff)
downloadxorg-567dae0051d3a9101be0c13ca4a1306f77198e72.tar.gz
xorg-567dae0051d3a9101be0c13ca4a1306f77198e72.tar.xz
libva: update to 2.9.1
Diffstat (limited to 'libva')
-rw-r--r--libva/.signature6
-rw-r--r--libva/Pkgfile13
2 files changed, 11 insertions, 8 deletions
diff --git a/libva/.signature b/libva/.signature
index 7742011b..349f9e75 100644
--- a/libva/.signature
+++ b/libva/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
-RWTSGWF5Q7TndINX1tE7ycBvNHKc0th5ohnPKYxSLXT2HVJpcooBewmtbVK9/Tu1G98Tx0ByF3CdPkzA7NGVbbZleM6zItpdOgk=
-SHA256 (Pkgfile) = 32a3e514c3a976321cb478b9026375e78b6afcbaa0843447b8a91d02aef5ffe7
+RWTSGWF5Q7TndJX8iZ8yg9EoVwjONPmeq7pdXatvAK3UHLk/RxXDTakK6cYDRipXUfqqEaCNJXXJ3eL3/yVM2UMYjo6qQSBWxwE=
+SHA256 (Pkgfile) = 798e1796f4ec063e328557eb862b5ad84e73f7fc10853b08dbb6f610650d751e
SHA256 (.footprint) = bf6c513f6edc22c6f5b141188209d8ae3cc41b44416b14a0dc7edf4649739a48
-SHA256 (libva-2.9.0.tar.bz2) = e344c1392dde92696c9ffd9cb3c7277d0a3b912236eb4e0fdedf7f375434584b
+SHA256 (libva-2.9.1.tar.gz) = 4e8640f65ad659332c5d24b7715703c95e820083ee11126c9cd051d418e3d9e0
diff --git a/libva/Pkgfile b/libva/Pkgfile
index 0b26f535..ac9bc9df 100644
--- a/libva/Pkgfile
+++ b/libva/Pkgfile
@@ -1,15 +1,18 @@
# Description: Video Acceleration API to enable hardware accelerated video decode/encode.
# URL: https://01.org/linuxmedia/vaapi
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
-# Depends on: libdrm libglvnd xorg-libxfixes
+# Depends on: libdrm libglvnd meson ninja xorg-libxfixes
name=libva
-version=2.9.0
+version=2.9.1
release=1
-source=(https://github.com/intel/libva/releases/download/$version/$name-$version.tar.bz2)
+source=(https://github.com/intel/libva/archive/$version/$name-$version.tar.gz)
build() {
- meson build $name-$version --prefix=/usr
- ninja -C build -j ${JOBS:-1}
+ meson setup build $name-$version \
+ --prefix=/usr \
+ --buildtype=plain
+
+ meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build
}

Generated by cgit