Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions srcpkgs/libva-intel-driver-irql/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Template file for 'libva-intel-driver-irql'
pkgname=libva-intel-driver-irql
version=2.4.5
revision=1
archs="i686* x86_64*"
build_style=meson
hostmakedepends="pkg-config"
makedepends="libX11-devel libva-glx-devel libdrm-devel wayland-devel MesaLib-devel"
short_desc="Video Acceleration (VA) API - Intel Graphics backend"
maintainer="masn <void@togeter.net>"
license="MIT"
homepage="https://github.com/irql-notlessorequal/intel-vaapi-driver"
changelog="https://github.com/irql-notlessorequal/intel-vaapi-driver/master/NEWS"
distfiles="https://github.com/irql-notlessorequal/intel-vaapi-driver/archive/refs/tags/${version}.tar.gz"
checksum=f89f77bc46ec6f46392c1b90b9bf34d09f908bf33c9d16d385897b1fe282bacc
conflicts="libva-intel-driver"

pre_configure() {
# Only relevant if intel-gpu-tools is installed,
# since then the shaders will be recompiled
sed -i '1s/python$/&2/' src/shaders/gpp.py
}
post_install() {
vlicense LICENSE
}