forked from pool/SVT-AV1
Compare commits
15 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
386bb0029b | ||
|
9451f542af | ||
|
bd35696047 | ||
413a460f92 | |||
|
ff1bf82040 | ||
|
90b2af800f | ||
|
816825fc17 | ||
|
0cfeef8d28 | ||
|
395c6f231c | ||
|
7c5aae28fb | ||
a9496f26da | |||
501c1140b5 | |||
57f22ae67b | |||
|
bf2ea181b5 | ||
ee0825c4b1 |
BIN
SVT-AV1-v2.3.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
SVT-AV1-v2.3.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
SVT-AV1-v3.0.0.tar.gz
(Stored with Git LFS)
BIN
SVT-AV1-v3.0.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
19
SVT-AV1.spec
19
SVT-AV1.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package SVT-AV1
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,20 +17,19 @@
|
||||
|
||||
|
||||
Name: SVT-AV1
|
||||
Version: 3.0.0
|
||||
Version: 2.3.0
|
||||
Release: 0
|
||||
Summary: An AV1 decoder/encoder for video streams
|
||||
License: BSD-3-Clause-Clear
|
||||
Group: Productivity/Multimedia/Other
|
||||
URL: https://gitlab.com/AOMediaCodec/SVT-AV1
|
||||
Source: https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v%version/SVT-AV1-v%version.tar.gz
|
||||
BuildRequires: cmake >= 3.16
|
||||
BuildRequires: cmake >= 3.5.1
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++ >= 5.4.0
|
||||
BuildRequires: help2man
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(libcpuinfo)
|
||||
BuildRequires: yasm
|
||||
BuildRequires: yasm >= 1.2.0
|
||||
# broken package
|
||||
# BuildRequires: cpuinfo-devel
|
||||
Provides: bundled(fastfeat)
|
||||
@ -45,11 +44,11 @@ a work-in-progress targeting performance levels applicable to both VOD and Live
|
||||
encoding / transcoding video applications. The SVT-AV1 decoder implementation
|
||||
is targeting future codec research activities.
|
||||
|
||||
%package -n libSvtAv1Enc3
|
||||
%package -n libSvtAv1Enc2
|
||||
Summary: An AV1 decoder/encoder for video streams
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libSvtAv1Enc3
|
||||
%description -n libSvtAv1Enc2
|
||||
The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) is an
|
||||
AV1-compliant encoder/decoder library core. The SVT-AV1 encoder development is
|
||||
a work-in-progress targeting performance levels applicable to both VOD and Live
|
||||
@ -59,7 +58,7 @@ is targeting future codec research activities.
|
||||
%package devel
|
||||
Summary: Development files for %name
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libSvtAv1Enc3 = %version
|
||||
Requires: libSvtAv1Enc2 = %version
|
||||
|
||||
%description devel
|
||||
An AV1 encoder for video streams from Intel.
|
||||
@ -103,9 +102,9 @@ mkdir -p "$b"
|
||||
cp -a Docs README.md "$b/"
|
||||
%fdupes %buildroot/%_prefix
|
||||
|
||||
%ldconfig_scriptlets -n libSvtAv1Enc3
|
||||
%ldconfig_scriptlets -n libSvtAv1Enc2
|
||||
|
||||
%files -n libSvtAv1Enc3
|
||||
%files -n libSvtAv1Enc2
|
||||
%license LICENSE.md PATENTS.md third_party/fastfeat/LICENSE.fastfeat third_party/safestringlib/LICENSE.safestringlib
|
||||
%_libdir/libSvtAv1Enc.so.*
|
||||
|
||||
|
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
mtime: 1737214038
|
||||
commit: 5bba03b61b306863c65c77c9deb81ff24e3e11d336eca4ef4b9313d11d807566
|
||||
url: https://src.opensuse.org/jengelh/SVT-AV1
|
||||
revision: master
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4be8ae40959bf8a3dce5011303bf3630b7cdcfc2305422f8d63607cda3a07ba4
|
||||
size 256
|
Loading…
x
Reference in New Issue
Block a user