qsv: update to 0.130.0.

This commit is contained in:
icp 2024-07-31 12:22:57 +05:30 committed by Andrew J. Hesford
parent 71eb7de553
commit 2d94c0eb34
1 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'qsv'
pkgname=qsv
version=0.129.1
version=0.130.0
revision=1
archs="x86_64* i686* aarch64* arm*" # ring
build_style=cargo
@ -14,8 +14,14 @@ license="Unlicense"
homepage="https://qsv.dathere.com"
changelog="https://raw.githubusercontent.com/jqnatividad/qsv/master/CHANGELOG.md"
distfiles="https://github.com/jqnatividad/qsv/archive/refs/tags/${version}.tar.gz"
checksum=feae013bedd3e48d194088c5de1b2364461fdc295423641b88426d356ad12c39
checksum=d87d8420e79ec3482b2b9d0851938401309886ba7825e870883b9a397828c922
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
XBPS_CROSS_RUSTFLAGS+=" -latomic"
fi
post_install() {
for shell in bash fish zsh; do
vcompletion contrib/completions/examples/qsv.$shell $shell
done
}