Compare commits

...

6 Commits

Author SHA256 Message Date
Ana Guerrero
7c5aae28fb Accepting request 1186921 from multimedia:libs
- update to 2.1.2:

OBS-URL: https://build.opensuse.org/request/show/1186921
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SVT-AV1?expand=0&rev=16
2024-07-14 06:49:11 +00:00
a9496f26da [info=9a076443a1834f5745ad8b4f1cb74a3e2e32ddfaf0911031083836fb2d31c382]
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=56
2024-07-11 16:04:10 +00:00
501c1140b5 [info=6a9119cfd5e6b251e16d56dbe52c10c965903f7ad927675217215c4350ef76a1]
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=55
2024-07-11 15:59:59 +00:00
57f22ae67b Accepting request 1186791 from home:dirkmueller:Factory
- update to 2.1.2:
  * Cleanup, bug fixes:
  * Fixed profile-guided-optimization build by removing the
    remaining decoder path

OBS-URL: https://build.opensuse.org/request/show/1186791
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=54
2024-07-11 15:26:06 +00:00
Ana Guerrero
bf2ea181b5 Accepting request 1183252 from multimedia:libs
- Update to release 2.1.1

OBS-URL: https://build.opensuse.org/request/show/1183252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SVT-AV1?expand=0&rev=15
2024-06-27 13:57:46 +00:00
ee0825c4b1 - Update to release 2.1.1
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=52
2024-06-25 21:17:48 +00:00
6 changed files with 29 additions and 28 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72a076807544f3b269518ab11656f77358284da7782cece497781ab64ed4cb8a
size 12714001

BIN
SVT-AV1-v2.1.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Jul 11 08:47:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.1.2:
* Cleanup, bug fixes:
* Fixed profile-guided-optimization build by removing the
remaining decoder path
-------------------------------------------------------------------
Tue Jun 25 20:46:15 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.1.1
* Removed the SVT-AV1 Decoder portion of the project.
* Improved documentation.
-------------------------------------------------------------------
Mon May 20 10:20:18 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,7 +17,7 @@
Name: SVT-AV1
Version: 2.1.0
Version: 2.1.2
Release: 0
Summary: An AV1 decoder/encoder for video streams
License: BSD-3-Clause-Clear
@ -28,7 +28,7 @@ BuildRequires: cmake >= 3.5.1
BuildRequires: fdupes
BuildRequires: gcc-c++ >= 5.4.0
BuildRequires: help2man
BuildRequires: pkgconfig
BuildRequires: pkg-config
BuildRequires: yasm >= 1.2.0
ExclusiveArch: aarch64 riscv64 x86_64
@ -39,17 +39,6 @@ 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 libSvtAv1Dec0
Summary: An AV1 decoder/encoder for video streams
Group: System/Libraries
%description -n libSvtAv1Dec0
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
encoding / transcoding video applications. The SVT-AV1 decoder implementation
is targeting future codec research activities.
%package -n libSvtAv1Enc2
Summary: An AV1 decoder/encoder for video streams
Group: System/Libraries
@ -61,13 +50,12 @@ 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 devel
%package devel
Summary: Development files for %name
Group: Development/Libraries/C and C++
Requires: libSvtAv1Dec0 = %version
Requires: libSvtAv1Enc2 = %version
%description devel
%description devel
An AV1 encoder for video streams from Intel.
This package contains the header files for svt-av1.
@ -85,9 +73,6 @@ This package contains the header files for svt-av1.
# Generate manpages
install -d -m0755 %buildroot/%_mandir/man1
LD_LIBRARY_PATH="%buildroot%_libdir" \
help2man -N --help-option=-help --version-string=%version %buildroot%_bindir/SvtAv1DecApp > %buildroot%_mandir/man1/SvtAv1DecApp.1
LD_LIBRARY_PATH="%buildroot%_libdir" \
help2man -N --help-option=-help --version-string=%version --no-discard-stderr %buildroot%_bindir/SvtAv1EncApp > %buildroot%_mandir/man1/SvtAv1EncApp.1
@ -96,13 +81,8 @@ mkdir -p "$b"
cp -a Docs README.md "$b/"
%fdupes %buildroot/%_prefix
%ldconfig_scriptlets -n libSvtAv1Dec0
%ldconfig_scriptlets -n libSvtAv1Enc2
%files -n libSvtAv1Dec0
%license LICENSE.md PATENTS.md
%_libdir/libSvtAv1Dec.so.*
%files -n libSvtAv1Enc2
%license LICENSE.md PATENTS.md
%_libdir/libSvtAv1Enc.so.*
@ -113,7 +93,6 @@ cp -a Docs README.md "$b/"
%doc %_defaultdocdir/%name/
%files devel
%_libdir/libSvtAv1Dec.so
%_libdir/libSvtAv1Enc.so
%_libdir/pkgconfig/*.pc
%_includedir/svt-av1/

4
_scmsync.obsinfo Normal file
View File

@ -0,0 +1,4 @@
mtime: 1720712580
commit: 9a076443a1834f5745ad8b4f1cb74a3e2e32ddfaf0911031083836fb2d31c382
url: https://src.opensuse.org/jengelh/SVT-AV1
revision: master

3
build.specials.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f6d36e0188c01150b12fb44f0ebee07295b145e3b1c0930e3996eb6c5f070c87
size 256