Update package version to 4.0.1

This commit is contained in:
2026-02-09 10:44:21 +02:00
parent e6ec27f653
commit 8ce4022aaf
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
name: svt-av1 name: svt-av1
description: Scalable Video Technology for AV1 description: Scalable Video Technology for AV1
version: 3.1.2 version: 4.0.1
revision: 2 revision: 1
url: https://gitlab.com/AOMediaCodec/SVT-AV1 url: https://gitlab.com/AOMediaCodec/SVT-AV1
license: BSD-3-Clause-Clear license: BSD-3-Clause-Clear
maintainers: maintainers:
@@ -17,4 +17,4 @@ downloads:
- url: https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v${BPM_PKG_VERSION}/SVT-AV1-v${BPM_PKG_VERSION}.tar.gz - url: https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v${BPM_PKG_VERSION}/SVT-AV1-v${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: d0d73bfea42fdcc1222272bf2b0e2319e9df5574721298090c3d28315586ecb1 checksum: 9c0f9a4327334c40a76d2f39940d8a1b2dd8b1358375a11c4715d516b90a65cb
+1 -1
View File
@@ -11,7 +11,7 @@ prepare() {
# The build function is executed in the source directory # The build function is executed in the source directory
# This function is used to compile the source code # This function is used to compile the source code
build() { build() {
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON DNATIVE=OFF cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON -DNATIVE=OFF
cmake --build build cmake --build build
} }