mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
Upgraded libva-utils from 2.18.2 to 2.20.1
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
# VAA-API Utilities
|
||||
# Source: https://github.com/intel/libva-utils/releases/download/2.18.2/libva-utils-2.18.2.tar.bz2
|
||||
# Source: https://github.com/intel/libva-utils/releases/download/2.20.1/libva-utils-2.20.1.tar.bz2
|
||||
#
|
||||
# $BUILD = Directory to temporarily install
|
||||
# $PKGS = Directory to store built packages
|
||||
@ -36,5 +36,5 @@ libva-utils: is necessary to properly operate.
|
||||
libva-utils:
|
||||
EOF
|
||||
sudo -S mv -v /tmp/slack-desc install/ &&
|
||||
sudo -S makepkg -l y -c n $PKGS/libva-utils-2.18.2-$PSUFFIX &&
|
||||
sudo -S makepkg -l y -c n $PKGS/libva-utils-2.20.1-$PSUFFIX &&
|
||||
sudo -S rm -rf ${BUILD}/*
|
||||
|
Reference in New Issue
Block a user