diff --git a/_service b/_service index 28c840b..ca5eadd 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ git @PARENT_TAG@ v(.*) - v1.12.0 + v1.13.0 diff --git a/baselibs.conf b/baselibs.conf index a21f528..d975687 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libvpx7 +libvpx8 diff --git a/libvpx-1.12.0.obscpio b/libvpx-1.12.0.obscpio deleted file mode 100644 index 6c35d07..0000000 --- a/libvpx-1.12.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5d8cdf339d5d5a07893ef9452699dbe14da96f89684f6bcf6212c59f282cfdf -size 23551501 diff --git a/libvpx-1.13.0.obscpio b/libvpx-1.13.0.obscpio new file mode 100644 index 0000000..c68c183 --- /dev/null +++ b/libvpx-1.13.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad179c757b63e0a36d52fe0fe402c848bdf32c5e2bb63bf9b0ed02472d1f958 +size 23993869 diff --git a/libvpx.changes b/libvpx.changes index de2ef35..a3aeb80 100644 --- a/libvpx.changes +++ b/libvpx.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Tue Feb 14 12:31:04 UTC 2023 - Bjørn Lie + +- Update to version 1.13.0: + * This release includes more Neon and AVX2 optimizations, adds a + new codec control to set per frame QP, upgrades GoogleTest to + v1.12.1, and includes numerous bug fixes. + * Upgrading: + - This release is ABI incompatible with the previous release. + - New codec control VP9E_SET_QUANTIZER_ONE_PASS to set per + frame QP. + - GoogleTest is upgraded to v1.12.1. + - .clang-format is upgraded to clang-format-11. + - VPX_EXT_RATECTRL_ABI_VERSION was bumped due to incompatible + changes to the feature of using external rate control models + for vp9. + * Enhancement: + - Numerous improvements on Neon optimizations. + - Numerous improvements on AVX2 optimizations. + - Additional ARM targets added for Visual Studio. + * Bug fixes: + - Fix to calculating internal stats when frame dropped. + - Fix to segfault for external resize test in vp9. + - Fix to build system with replacing egrep with grep -E. + - Fix to a few bugs with external RTC rate control library. + - Fix to make SVC work with VBR. + - Fix to key frame setting in VP9 external RC. + - Fix to -Wimplicit-int (Clang 16). + - Fix to VP8 external RC for buffer levels. + - Fix to VP8 external RC for dynamic update of layers. + - Fix to VP9 auto level. + - Fix to off-by-one error of max w/h in validate_config. + - Fix to make SVC work for Profile 1. +- Bump sover define to 8 (and in baselibs.conf) following upstream + changes. + ------------------------------------------------------------------- Fri Jul 22 21:46:30 UTC 2022 - Dirk Müller diff --git a/libvpx.obsinfo b/libvpx.obsinfo index 4f7ee19..f9021c6 100644 --- a/libvpx.obsinfo +++ b/libvpx.obsinfo @@ -1,4 +1,4 @@ name: libvpx -version: 1.12.0 -mtime: 1656442848 -commit: 03265cd42b3783532de72f2ded5436652e6f5ce3 +version: 1.13.0 +mtime: 1675820031 +commit: d6eb9696aa72473c1a11d34d928d35a3acc0c9a9 diff --git a/libvpx.spec b/libvpx.spec index 9b688ce..295cc73 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -1,7 +1,7 @@ # # spec file for package libvpx # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%define sover 7 +%define sover 8 Name: libvpx -Version: 1.12.0 +Version: 1.13.0 Release: 0 Summary: VP8/VP9 codec library License: BSD-3-Clause AND GPL-2.0-or-later @@ -142,8 +142,7 @@ make %{?_smp_mflags} verbose=yes GEN_EXAMPLES= DESTDIR=%{buildroot} install # needs network to download >400MB data # make test -%post -n %{name}%{sover} -p /sbin/ldconfig -%postun -n %{name}%{sover} -p /sbin/ldconfig +%ldconfig_scriptlets -n %{name}%{sover} %files -n vpx-tools %{_bindir}/*