This website requires JavaScript.
Explore
Help
Register
Sign In
bonsai
/
repo
Watch
4
Star
0
Fork
0
You've already forked repo
forked from
kiss-community/repo
Code
Issues
28
Pull Requests
2
Projects
Releases
Activity
4c2b0fc0b0
repo
/
extra
/
intel-vaapi-driver
/
build
9 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
intel-vaapi-driver: new package at 2.4.0
2020-01-20 13:37:57 -07:00
#!/bin/sh -e
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.
2020-06-04 10:05:00 -06:00
meson \
--prefix=/usr \
. output
intel-vaapi-driver: new package at 2.4.0
2020-01-20 13:37:57 -07:00
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.
2020-06-04 10:05:00 -06:00
ninja -C output
ninja -C output install
Reference in New Issue
Copy Permalink