From 63a41d6773ea44d6e846a136d673fb282e720d353a0ca4a40545d7903e2dc9b3 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 23 Feb 2025 23:17:25 +0100 Subject: [PATCH] SVT-AV1 3.0.0 --- SVT-AV1-v2.3.0.tar.gz | 3 --- SVT-AV1-v3.0.0.tar.gz | 3 +++ SVT-AV1.spec | 19 ++++++++++--------- 3 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 SVT-AV1-v2.3.0.tar.gz create mode 100644 SVT-AV1-v3.0.0.tar.gz diff --git a/SVT-AV1-v2.3.0.tar.gz b/SVT-AV1-v2.3.0.tar.gz deleted file mode 100644 index 2955be1..0000000 --- a/SVT-AV1-v2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebb0b484ef4a0dc281e94342a9f73ad458496f5d3457eca7465bec943910c6c3 -size 10839376 diff --git a/SVT-AV1-v3.0.0.tar.gz b/SVT-AV1-v3.0.0.tar.gz new file mode 100644 index 0000000..054c84e --- /dev/null +++ b/SVT-AV1-v3.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5c357388859d15ba2b9b139c24e17ad6b84b94ca9b281921a6f0b839e78ebc +size 10883250 diff --git a/SVT-AV1.spec b/SVT-AV1.spec index b0ff69b..ee57a75 100644 --- a/SVT-AV1.spec +++ b/SVT-AV1.spec @@ -1,7 +1,7 @@ # # spec file for package SVT-AV1 # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,19 +17,20 @@ Name: SVT-AV1 -Version: 2.3.0 +Version: 3.0.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.5.1 +BuildRequires: cmake >= 3.16 BuildRequires: fdupes BuildRequires: gcc-c++ >= 5.4.0 BuildRequires: help2man BuildRequires: pkg-config -BuildRequires: yasm >= 1.2.0 +BuildRequires: pkgconfig(libcpuinfo) +BuildRequires: yasm # broken package # BuildRequires: cpuinfo-devel Provides: bundled(fastfeat) @@ -44,11 +45,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 libSvtAv1Enc2 +%package -n libSvtAv1Enc3 Summary: An AV1 decoder/encoder for video streams Group: System/Libraries -%description -n libSvtAv1Enc2 +%description -n libSvtAv1Enc3 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 @@ -58,7 +59,7 @@ is targeting future codec research activities. %package devel Summary: Development files for %name Group: Development/Libraries/C and C++ -Requires: libSvtAv1Enc2 = %version +Requires: libSvtAv1Enc3 = %version %description devel An AV1 encoder for video streams from Intel. @@ -102,9 +103,9 @@ mkdir -p "$b" cp -a Docs README.md "$b/" %fdupes %buildroot/%_prefix -%ldconfig_scriptlets -n libSvtAv1Enc2 +%ldconfig_scriptlets -n libSvtAv1Enc3 -%files -n libSvtAv1Enc2 +%files -n libSvtAv1Enc3 %license LICENSE.md PATENTS.md third_party/fastfeat/LICENSE.fastfeat third_party/safestringlib/LICENSE.safestringlib %_libdir/libSvtAv1Enc.so.*