mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qsv: update to 0.119.0.
This commit is contained in:
parent
37e8d85804
commit
ada58bcde3
1 changed files with 7 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'qsv'
|
# Template file for 'qsv'
|
||||||
pkgname=qsv
|
pkgname=qsv
|
||||||
version=0.118.0
|
version=0.119.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="--no-default-features --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" # fails in i686
|
||||||
short_desc="CLI toolkit for CSV data-wrangling"
|
short_desc="CLI toolkit for CSV data-wrangling"
|
||||||
maintainer="icp <pangolin@vivaldi.net>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
|
@ -12,4 +12,8 @@ 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=b312fef7fc9798e9077a56618c56fa25aec3714e197217bef49a1dc7a52bbb7f
|
checksum=b50333767856cb04cc88154d715861740f912c10156a7a801bd61964e1ee562c
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
|
XBPS_CROSS_RUSTFLAGS+=" -latomic"
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue