diff options
author | Michał Polański <michal@polanski.me> | 2022-04-20 23:16:37 +0200 |
---|---|---|
committer | Michał Polański <michal@polanski.me> | 2022-04-20 23:16:37 +0200 |
commit | be7704d88f5c6d1a4162da739fc1c8f748f031d2 (patch) | |
tree | 1fbbe92c72791b0bebf687712f65ea9c34cd8a98 | |
parent | ad39d4375df73d93e33836e6ef99183a4f9302ba (diff) |
testing/zimg: downgrade to 3.0.3
version 3.0.4 has failing tests on armv7 and aarch64
> [ FAILED ] 2 tests, listed below:
> [ FAILED ] ColorspaceConversionNeonTest.test_matrix
> [ FAILED ] ColorspaceConversionNeonTest.test_transfer_lut
-rw-r--r-- | testing/zimg/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/zimg/APKBUILD b/testing/zimg/APKBUILD index c95f6151e8e..180565cb65c 100644 --- a/testing/zimg/APKBUILD +++ b/testing/zimg/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Nicolas Lorin <androw95220@gmail.com> # Maintainer: pkgname=zimg -pkgver=3.0.4 -pkgrel=0 +pkgver=3.0.3 +pkgrel=1 pkgdesc="Scaling, colorspace conversion and dithering library" url="https://github.com/sekrit-twc/zimg" arch="all !s390x" # Tests fail on big-endian @@ -59,7 +59,7 @@ package() { } sha512sums=" -94beddb109f0b301f0fecf09ea2761d3707aaa1f0cc1caf682bb3d1d7dcd89164de8388e922758e274914df9c7c7c1a0a0c5192e78f88655ed4c6da0ee51995c zimg-3.0.4.tar.gz +859c625599b412ecdd72c73d7618f6c7f9760337f7c8aec69fb97e30e1e65e4da51f6cbc5a2c8ad58cb7fbccdccb5322b95f24166c0204da6a3a8cd862cfb2ab zimg-3.0.3.tar.gz 6fcc7827e4c4d95e3ae643dd65e6c4fc0e3d04e1778b84f6e06e390410fe3d18026c131d828d949d2f20dde6327d30ecee24dcd3ef919e21c91e010d149f3a28 zimg-gtest-1.11.0.tar.gz 06c1b1220e0418ed5051a6c594bbf48ba7ed10a4e2a95b51d6ae2451ba49b1f0be97347115c203fe82322c7f3b9f75756ba03eabe902898b3e3dd2c9e1765891 musl-missing-include.patch " |