diff options
Diffstat (limited to 'libraries/dav1d/dav1d.SlackBuild')
-rw-r--r-- | libraries/dav1d/dav1d.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libraries/dav1d/dav1d.SlackBuild b/libraries/dav1d/dav1d.SlackBuild index 65b83b5f051d1..f968eac866aa4 100644 --- a/libraries/dav1d/dav1d.SlackBuild +++ b/libraries/dav1d/dav1d.SlackBuild @@ -24,7 +24,7 @@ # ---------------------------------------------------------------------- PRGNAM=dav1d -VERSION=${VERSION:-0.5.2} +VERSION=${VERSION:-0.8.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,10 +70,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# 14.2 has a version of nasm that is .01 away from the required nasm version -# so this is adjusted here with no issues that I can see. Courtesy of Alien Bob: -sed -i meson.build -e 's/2.13.02/2.13.01/' - mkdir build cd build CFLAGS="$SLKCFLAGS" \ |