libva-intel-driver: update to 2.3.0.
This commit is contained in:
parent
ec4b500dd6
commit
efb4502eb0
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libva-intel-driver'
|
||||
pkgname=libva-intel-driver
|
||||
version=2.2.0
|
||||
version=2.3.0
|
||||
revision=1
|
||||
wrksrc="intel-vaapi-driver-${version}"
|
||||
build_style=meson
|
||||
|
@ -13,15 +13,13 @@ license="MIT"
|
|||
homepage="https://01.org/linuxmedia"
|
||||
changelog="https://raw.githubusercontent.com/intel/intel-vaapi-driver/master/NEWS"
|
||||
distfiles="https://github.com/intel/intel-vaapi-driver/archive/${version}.tar.gz"
|
||||
checksum=13eb518bd168106a64d8e1c0f0a72e9b9937e6fd9a4c713a10f51e52508ea9b2
|
||||
checksum=fcc3f09291e58fd316fd015d4e1329e7e03c38cffa4651bda725d500a66aa74e
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
|
||||
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
|
||||
# Fix undefined variable in src/meson.build
|
||||
sed -i 's/2.2.0/2.2.0.0/' meson.build
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue