From a33ccb6922dc4db426d1fe9393f320eead0e424f Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 18 Jul 2018 00:39:57 -0500 Subject: user/libvpx: [PD] bump to 1.7.0, fix up --- user/libvpx/APKBUILD | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'user/libvpx/APKBUILD') diff --git a/user/libvpx/APKBUILD b/user/libvpx/APKBUILD index 582b4983a..e52733795 100644 --- a/user/libvpx/APKBUILD +++ b/user/libvpx/APKBUILD @@ -1,18 +1,17 @@ -# Maintainer: Natanael Copa +# Maintainer: pkgname=libvpx -pkgver=1.6.1 -pkgrel=1 -pkgdesc="Library for the vp8 codec" -url="http://www.webmproject.org/" +pkgver=1.7.0 +pkgrel=0 +pkgdesc="Library for the VP8 and VP9 codecs" +url="https://www.webmproject.org/" arch="all" -license="GPL" -options="!check" +options="!check" # Requires at least 2 GB of sample videos... +license="BSD-3-Clause" depends="" -makedepends="coreutils yasm bash perl which" +makedepends="bash coreutils perl yasm cmd:which" subpackages="$pkgname-dev $pkgname-utils" -source="https://storage.googleapis.com/downloads.webmproject.org/releases/webm/$pkgname-$pkgver.tar.bz2" +source="https://github.com/webmproject/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz" -builddir="$srcdir"/$pkgname-$pkgver build() { cd "$builddir" # fix build for armv7 @@ -47,9 +46,9 @@ package() { } utils() { - pkgdesc="VP8 utilities and tools" + pkgdesc="VP8 and VP9 vode codec utilities and tools" install -d "$subpkgdir"/usr mv "$pkgdir"/usr/bin "$subpkgdir"/usr/ } -sha512sums="1a4b009fe1737715c6563a79848126a5859394a5074b1e9cca9bc2e213df90890c15e708040d5f2c96c7c21e268f51e1352ac6911514bf891a4bf3eea154159d libvpx-1.6.1.tar.bz2" +sha512sums="8b3b766b550f8d86907628d7ed88035f9a2612aac21542e0fd5ad35b905eb82cbe1be02a1a24afce7a3bcc4766f62611971f72724761996b392136c40a1e7ff0 libvpx-1.7.0.tar.gz" -- cgit v1.2.3-60-g2f50