libva-intel-driver: update to 2.4.1
Also drop -fcommon CFLAG.
This commit is contained in:
parent
f2cf2af481
commit
69a62feccd
1 changed files with 5 additions and 7 deletions
|
@ -1,22 +1,20 @@
|
||||||
# Template file for 'libva-intel-driver'
|
# Template file for 'libva-intel-driver'
|
||||||
pkgname=libva-intel-driver
|
pkgname=libva-intel-driver
|
||||||
version=2.4.0
|
version=2.4.1
|
||||||
revision=2
|
revision=1
|
||||||
|
archs="i686* x86_64*"
|
||||||
wrksrc="intel-vaapi-driver-${version}"
|
wrksrc="intel-vaapi-driver-${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dwith_wayland=yes -Dwith_x11=yes"
|
configure_args="-Dwith_wayland=yes -Dwith_x11=yes"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libX11-devel libva-glx-devel libdrm-devel wayland-devel MesaLib-devel"
|
makedepends="libX11-devel libva-glx-devel libdrm-devel wayland-devel MesaLib-devel"
|
||||||
short_desc="Video Acceleration (VA) API - Intel Graphics backend"
|
short_desc="Video Acceleration (VA) API - Intel Graphics backend"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://01.org/linuxmedia"
|
homepage="https://01.org/linuxmedia"
|
||||||
changelog="https://raw.githubusercontent.com/intel/intel-vaapi-driver/master/NEWS"
|
changelog="https://raw.githubusercontent.com/intel/intel-vaapi-driver/master/NEWS"
|
||||||
distfiles="https://github.com/intel/intel-vaapi-driver/archive/${version}.tar.gz"
|
distfiles="https://github.com/intel/intel-vaapi-driver/archive/${version}.tar.gz"
|
||||||
checksum=58567dac882167021f031489062cbbab76bc646214be0ee44d5f724d960b3d76
|
checksum=03cd7e16acc94f828b6e7f3087863d8ca06e99ffa3385588005b1984bdd56157
|
||||||
archs="i686* x86_64*"
|
|
||||||
|
|
||||||
CFLAGS="-fcommon"
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Only relevant if intel-gpu-tools is installed,
|
# Only relevant if intel-gpu-tools is installed,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue