* update libvpx to 1.14.0-1
This commit is contained in:
parent
fa54111cdf
commit
923a6d8598
@ -1,15 +1,19 @@
|
||||
# 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.13.1
|
||||
pkgver=1.14.0
|
||||
pkgrel=1
|
||||
pkgdesc='VP8 and VP9 codec'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url=https://www.webmproject.org/
|
||||
license=(BSD)
|
||||
depends=(gcc-libs)
|
||||
license=(custom:BSD)
|
||||
depends=(
|
||||
gcc-libs
|
||||
glibc
|
||||
)
|
||||
makedepends=(
|
||||
git
|
||||
)
|
||||
@ -17,9 +21,9 @@ makedepends_x86_64=(
|
||||
nasm
|
||||
)
|
||||
provides=(libvpx.so)
|
||||
_tag=9d36fd0ac716fb3357b498ec9c04f71c6ab1022b
|
||||
_tag=602e2e8979d111b02c959470da5322797dd96a19
|
||||
source=(git+https://chromium.googlesource.com/webm/libvpx#tag=${_tag})
|
||||
sha256sums=('SKIP')
|
||||
b2sums=(SKIP)
|
||||
|
||||
pkgver() {
|
||||
cd libvpx
|
||||
@ -29,7 +33,6 @@ pkgver() {
|
||||
|
||||
build() {
|
||||
cd libvpx
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-install-docs \
|
||||
@ -48,7 +51,6 @@ build() {
|
||||
|
||||
package() {
|
||||
cd libvpx
|
||||
|
||||
make DIST_DIR="${pkgdir}"/usr install
|
||||
install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/libvpx/
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user