diff --git a/common/shlibs b/common/shlibs index 7412c01b8f0..ed1b717536e 100644 --- a/common/shlibs +++ b/common/shlibs @@ -827,7 +827,7 @@ libclutter-gtk-1.0.so.0 clutter-gtk-1.1.2_1 libchamplain-0.12.so.0 libchamplain-0.12.5_2 libchamplain-gtk-0.12.so.0 libchamplain-0.12.5_2 libshumate-1.0.so.1 libshumate-1.0.0_1 -libvpx.so.7 libvpx7-1.11.0_1 +libvpx.so.8 libvpx-1.13.0_1 libatspi.so.0 at-spi2-core-1.91.91_1 libatk-bridge-2.0.so.0 at-spi2-atk-2.6.0_1 libvte-2.91.so.0 vte3-0.68.0_1 diff --git a/srcpkgs/libvpx-devel b/srcpkgs/libvpx-devel index c7fce52cd7e..230e0dffa9e 120000 --- a/srcpkgs/libvpx-devel +++ b/srcpkgs/libvpx-devel @@ -1 +1 @@ -libvpx7 \ No newline at end of file +libvpx \ No newline at end of file diff --git a/srcpkgs/libvpx-tools b/srcpkgs/libvpx-tools index c7fce52cd7e..230e0dffa9e 120000 --- a/srcpkgs/libvpx-tools +++ b/srcpkgs/libvpx-tools @@ -1 +1 @@ -libvpx7 \ No newline at end of file +libvpx \ No newline at end of file diff --git a/srcpkgs/libvpx7/patches/CVE-2023-5217.patch b/srcpkgs/libvpx/patches/CVE-2023-5217.patch similarity index 100% rename from srcpkgs/libvpx7/patches/CVE-2023-5217.patch rename to srcpkgs/libvpx/patches/CVE-2023-5217.patch diff --git a/srcpkgs/libvpx7/template b/srcpkgs/libvpx/template similarity index 89% rename from srcpkgs/libvpx7/template rename to srcpkgs/libvpx/template index db2d1e457ee..913d5aa526b 100644 --- a/srcpkgs/libvpx7/template +++ b/srcpkgs/libvpx/template @@ -1,16 +1,16 @@ -# Template file for 'libvpx7' +# Template file for 'libvpx' # updates generally break abi, so if you update this, # have fun rebuilding everything -pkgname=libvpx7 -version=1.11.0 -revision=2 +pkgname=libvpx +version=1.13.0 +revision=1 hostmakedepends="perl yasm" short_desc="VP8 and VP9 video codec" maintainer="Orphaned " license="BSD-3-Clause-Clear" homepage="http://www.webmproject.org" distfiles="https://github.com/webmproject/libvpx/archive/v${version}.tar.gz" -checksum=965e51c91ad9851e2337aebcc0f517440c637c506f3a03948062e3d5ea129a83 +checksum=cb2a393c9c1fae7aba76b950bb0ad393ba105409fe1a147ccd61b0aaa1501066 do_configure() { export LD="$CC"