index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/handbrake/PKGBUILD | 8 |
diff --git a/community/handbrake/PKGBUILD b/community/handbrake/PKGBUILD new file mode 100644 index 00000000..9986e55a --- /dev/null +++ b/community/handbrake/PKGBUILD @@ -0,0 +1,8 @@ +# x265 has hand-optimized assembly breaking with arch i686, disabled for now +# (reported as https://github.com/HandBrake/HandBrake/issues/1363) +eval "$( + declare -f build | \ + sed ' + s@./configure@\0 --arch=i686 --disable-x265@ + ' +)" |