Browse Source

multimedia/svt-av1: Updated for version 3.1.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/329/head
Vijay Marcel 3 weeks ago
committed by Willy Sudiarto Raharjo
parent
commit
c0556ab9e3
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 13
      multimedia/svt-av1/svt-av1.SlackBuild
  2. 8
      multimedia/svt-av1/svt-av1.info

13
multimedia/svt-av1/svt-av1.SlackBuild

@ -27,7 +27,7 @@
# 27/08/2022: Added to slackbuilds.org
# 26/11/2022: Gitlab tag handling fixed by Andrew Clemons
# 18/02/2023: Slackbuild script template fixed by B.Watson
# 18/02/2023: Slackbuild script template fixed by B.Watson
# 12/05/2023: Updated to version 1.5.0
# 06/02/2024: Updated to version 1.8.0
# 23/04/2024: Updated to version 2.0.0
@ -35,17 +35,20 @@
# 04/09/2024: Updated to version 2.2.1
# 20/11/2024: Updated to version 2.3.0
# 18/04/2025: updated to version 3.0.2
# 12/09/2025: svt-av1 for now compiles and works on 32-bit,support for it
# will be dropped by upstream in future.cpuinfo is no longer a dependency.
# updated to version 3.1.2
# -----------------------------------------------------------------------
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=svt-av1
VERSION=${VERSION:-3.0.2}
VERSION=${VERSION:-3.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
DIR=${DIR:-SVT-AV1-v3.0.2}
DIR=${DIR:-SVT-AV1-v3.1.2}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@ -91,9 +94,9 @@ cd $DIR
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
-o -perm 511 \) -exec chmod 755 {} \+ -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
cmake -B build -S $TMP/$DIR \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \

8
multimedia/svt-av1/svt-av1.info

@ -1,10 +1,10 @@
PRGNAM="svt-av1"
VERSION="3.0.2"
VERSION="3.1.2"
HOMEPAGE="https://gitlab.com/AOMediaCodec/SVT-AV1/"
DOWNLOAD="https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v3.0.2/SVT-AV1-v3.0.2.tar.gz"
MD5SUM="2e9fc34ed253a4fea292b35b5f3f6aa2"
DOWNLOAD="https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v3.1.2/SVT-AV1-v3.1.2.tar.gz"
MD5SUM="77b9d52e8c26bacf8bca742f8448dbc1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cpuinfo"
REQUIRES=""
MAINTAINER="Vijay Marcel"
EMAIL="vijaymarcel@outlook.com"
Loading…
Cancel
Save