* update libvpx to 1.15.0-1

This commit is contained in:
Alexander Baldeck 2025-01-03 12:31:30 +01:00
parent d24912cefd
commit 3066dc1db4
2 changed files with 8 additions and 10 deletions

View File

@ -1,7 +1,7 @@
pkgbase = libvpx
pkgdesc = VP8 and VP9 codec
pkgver = 1.14.1
pkgrel = 1.1
pkgver = 1.15.0
pkgrel = 1
url = https://www.webmproject.org/
arch = x86_64
arch = powerpc64le
@ -13,8 +13,8 @@ pkgbase = libvpx
depends = gcc-libs
depends = glibc
provides = libvpx.so
source = git+https://chromium.googlesource.com/webm/libvpx#tag=12f3a2ac603e8f10742105519e0cd03c3b8f71dd
b2sums = 2ee22fba5822c0f3667c0c74de799536724ce88694b31e0493ce10c6f9a11c6ac563e39f5dcaf9fb4378346276610008dcbfc47f9407411b7c35ba4c71fb5f66
source = git+https://chromium.googlesource.com/webm/libvpx#tag=5a65405dde363f5c50b568cf85bd7d6d874ce145
b2sums = 6b2db5d77c0f6f8f0353dc9ae021a55e32ff8412d0cea9f2c0c5b258497d77c93968535bf98abb8108bf639fed303d961016817902767875d959fd5f21c8a2d3
makedepends_x86_64 = nasm
pkgname = libvpx

View File

@ -1,11 +1,10 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
pkgname=libvpx
pkgver=1.14.1
pkgrel=1.1
pkgver=1.15.0
pkgrel=1
pkgdesc='VP8 and VP9 codec'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url=https://www.webmproject.org/
@ -21,13 +20,12 @@ makedepends_x86_64=(
nasm
)
provides=(libvpx.so)
_tag=12f3a2ac603e8f10742105519e0cd03c3b8f71dd
_tag=5a65405dde363f5c50b568cf85bd7d6d874ce145
source=(git+https://chromium.googlesource.com/webm/libvpx#tag=${_tag})
b2sums=('2ee22fba5822c0f3667c0c74de799536724ce88694b31e0493ce10c6f9a11c6ac563e39f5dcaf9fb4378346276610008dcbfc47f9407411b7c35ba4c71fb5f66')
b2sums=('6b2db5d77c0f6f8f0353dc9ae021a55e32ff8412d0cea9f2c0c5b258497d77c93968535bf98abb8108bf639fed303d961016817902767875d959fd5f21c8a2d3')
pkgver() {
cd libvpx
git describe --tags | sed 's/^v//'
}