qsv: update to 0.138.0.

This commit is contained in:
icp 2024-09-27 11:47:15 +05:30 committed by cinerea0
parent 194f8f128b
commit f720be280e
1 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,12 @@
# Template file for 'qsv' # Template file for 'qsv'
pkgname=qsv pkgname=qsv
version=0.133.1 version=0.138.0
revision=1 revision=1
archs="x86_64* i686* aarch64* arm*" # ring archs="x86_64* i686* aarch64* arm*" # ring
build_style=cargo build_style=cargo
configure_args="--features=feature_capable" configure_args="--features=feature_capable"
make_check_args="-- --skip=test_comments --skip=test_sample --skip=test_sort" # fails in i686 make_check_args="-- --skip=test_comments --skip=test_sample --skip=test_sort
--skip=test_describegpt"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libzstd-devel" makedepends="libzstd-devel"
short_desc="CLI toolkit for CSV data-wrangling" short_desc="CLI toolkit for CSV data-wrangling"
@ -14,7 +15,7 @@ license="Unlicense"
homepage="https://qsv.dathere.com" homepage="https://qsv.dathere.com"
changelog="https://raw.githubusercontent.com/jqnatividad/qsv/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/jqnatividad/qsv/master/CHANGELOG.md"
distfiles="https://github.com/jqnatividad/qsv/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/jqnatividad/qsv/archive/refs/tags/${version}.tar.gz"
checksum=f2f59c07ea8d84d527641b6f6c2e1eeff114d04860d2904a2b85361ea62db204 checksum=c53299dc56dbf7776a86d3802e928a8dc44a922b1bdaa1f1903d0ab8bb457201
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
XBPS_CROSS_RUSTFLAGS+=" -latomic" XBPS_CROSS_RUSTFLAGS+=" -latomic"