From e74cde76c104df82b120a7b13964cb786da8f565 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 22 May 2023 20:18:50 +0200 Subject: community -> extra --- extra/libavif/PKGBUILD | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 extra/libavif/PKGBUILD (limited to 'extra/libavif') diff --git a/extra/libavif/PKGBUILD b/extra/libavif/PKGBUILD new file mode 100644 index 00000000..10c53c42 --- /dev/null +++ b/extra/libavif/PKGBUILD @@ -0,0 +1,20 @@ +# svt-av1 is 64-bit only +depends=(${depends[@]//svt-av1/}) +eval "$( + declare -f build | \ + sed ' + s/-DAVIF_CODEC_SVT=ON/-DAVIF_CODEC_SVT=OFF/ + ' +)" + +# on i486 we ignore rav1e for now (needs rust) +if [ "$CARCH" = 'i486' ]; then + depends=(${depends[@]//rav1e/}) + eval "$( + declare -f build | \ + sed ' + s/-DAVIF_CODEC_RAV1E=ON/-DAVIF_CODEC_RAV1E=OFF/ + ' + )" +fi + -- cgit v1.2.3-54-g00ecf