Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/libavif/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libavif/PKGBUILD')
-rw-r--r--community/libavif/PKGBUILD20
1 files changed, 0 insertions, 20 deletions
diff --git a/community/libavif/PKGBUILD b/community/libavif/PKGBUILD
deleted file mode 100644
index 10c53c42..00000000
--- a/community/libavif/PKGBUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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
-