This website requires JavaScript.
Explore
Help
Register
Sign In
kiss-community
/
repo
Watch
2
Star
0
Fork
1
You've already forked repo
mirror of
https://codeberg.org/kiss-community/repo
synced
2024-11-15 11:10:08 -07:00
Code
Issues
Wiki
60d31336e8
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
Copy Permalink