Skip to content

Commit fd4ed40

Browse files
author
Esteve Soria
committed
libsvtav1: Added latest releases
1 parent a50d1bb commit fd4ed40

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

recipes/libsvtav1/all/conandata.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
sources:
2+
"1.4.1":
3+
url: https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v1.4.1/SVT-AV1-v1.4.1.tar.bz2
4+
sha256: 0e988582f315fe76c909accf5e7f81b975c5bd2b850ee760d8e9fac297f70b5d
5+
"1.3.0":
6+
url: https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v1.3.0/SVT-AV1-v1.3.0.tar.bz2
7+
sha256: f85fd13ef16880550e425797bdfdf1b0ba310c21d6b343f74ea79dd2fbb2336e
28
"1.2.1":
39
url: https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v1.2.1/SVT-AV1-v1.2.1.tar.bz2
410
sha256: 805827daa8aedec4f1362b959f377075e2a811680bfc76b6f4fbf2ef4e7101d4

recipes/libsvtav1/all/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class SVTAV1Conan(ConanFile):
1010
name = "libsvtav1"
1111
license = "BSD-3-Clause"
1212
description = "An AV1-compliant software encoder/decoder library"
13-
topics = "av1", "codec", "encoder", "ffmpeg", "video"
13+
topics = "av1", "codec", "encoder", "decoder", "video"
1414
homepage = "https://gitlab.com/AOMediaCodec/SVT-AV1"
1515
url = "https://github.com/conan-io/conan-center-index"
1616
settings = "os", "arch", "compiler", "build_type"

recipes/libsvtav1/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
versions:
2+
"1.4.1":
3+
folder: all
4+
"1.3.0":
5+
folder: all
26
"1.2.1":
37
folder: all

0 commit comments

Comments
 (0)