intel-vaapi-driver: bump to 2.4.1

Upstream sometimes don't create release tarballs. This makes it
impossible to keep up-to-date without perl and autotools installed.

With this release, the package will use meson instead.
This commit is contained in:
Dylan Araps 2020-06-04 19:05:00 +03:00
parent d00687dac7
commit 21991b24a2
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
4 changed files with 10 additions and 6 deletions

View File

@ -1,10 +1,13 @@
#!/bin/sh -e
export DESTDIR="$1"
# Fix build fail with GCC 10.
export CFLAGS="$CFLAGS -fcommon"
./configure \
--prefix=/usr
meson \
--prefix=/usr \
. output
make
make DESTDIR="$1" install
ninja -C output
ninja -C output install

View File

@ -1 +1 @@
71e2ddd985af6b221389db1018c4e8ca27a7f939fb51dcdf49d0efcb5ff3d089 intel-vaapi-driver-2.4.0.tar.bz2
03cd7e16acc94f828b6e7f3087863d8ca06e99ffa3385588005b1984bdd56157 2.4.1.tar.gz

View File

@ -2,3 +2,4 @@ libdrm
libpciaccess
libva
linux-headers make
meson make

View File

@ -1 +1 @@
https://github.com/intel/intel-vaapi-driver/releases/download/2.4.0/intel-vaapi-driver-2.4.0.tar.bz2
https://github.com/intel/intel-vaapi-driver/archive/2.4.1.tar.gz