forked from kiss-community/repo
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:
parent
d00687dac7
commit
21991b24a2
@ -1,10 +1,13 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
export DESTDIR="$1"
|
||||||
|
|
||||||
# Fix build fail with GCC 10.
|
# Fix build fail with GCC 10.
|
||||||
export CFLAGS="$CFLAGS -fcommon"
|
export CFLAGS="$CFLAGS -fcommon"
|
||||||
|
|
||||||
./configure \
|
meson \
|
||||||
--prefix=/usr
|
--prefix=/usr \
|
||||||
|
. output
|
||||||
|
|
||||||
make
|
ninja -C output
|
||||||
make DESTDIR="$1" install
|
ninja -C output install
|
||||||
|
@ -1 +1 @@
|
|||||||
71e2ddd985af6b221389db1018c4e8ca27a7f939fb51dcdf49d0efcb5ff3d089 intel-vaapi-driver-2.4.0.tar.bz2
|
03cd7e16acc94f828b6e7f3087863d8ca06e99ffa3385588005b1984bdd56157 2.4.1.tar.gz
|
||||||
|
@ -2,3 +2,4 @@ libdrm
|
|||||||
libpciaccess
|
libpciaccess
|
||||||
libva
|
libva
|
||||||
linux-headers make
|
linux-headers make
|
||||||
|
meson make
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user