index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-09 14:13:45 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-09 14:13:45 +0200 |
commit | 3fb403f251a707224436e5c737a92edb2b32ee27 (patch) | |
tree | e9a8eb67ed5d2f682d6f8810bc68ccfb81d45a13 /community/libavif/PKGBUILD | |
parent | bad788bc9298b26d2b99ddcf2f909ff9e3daa018 (diff) |
-rw-r--r-- | community/libavif/PKGBUILD | 8 |
diff --git a/community/libavif/PKGBUILD b/community/libavif/PKGBUILD new file mode 100644 index 00000000..21f0f5ad --- /dev/null +++ b/community/libavif/PKGBUILD @@ -0,0 +1,8 @@ +# svt-av1 is 64-bit only +depends=(${depends[@]//svt-av1/}) +eval "$( + declare -f build | \ + sed ' + s/-DAVIF_CODEC_SVT=ON/-DAVIF_CODEC_SVT=OFF/ + ' +)" |