summaryrefslogtreecommitdiff
path: root/user/libvpx/APKBUILD
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-18 00:39:57 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-18 00:39:57 -0500
commita33ccb6922dc4db426d1fe9393f320eead0e424f (patch)
tree124bd0cd0a1b557f6d277cca8693af66354b38ea /user/libvpx/APKBUILD
parentc896aec32eda4c1e303e53c546e2120e4986a7fb (diff)
downloadpackages-a33ccb6922dc4db426d1fe9393f320eead0e424f.tar.gz
packages-a33ccb6922dc4db426d1fe9393f320eead0e424f.tar.bz2
packages-a33ccb6922dc4db426d1fe9393f320eead0e424f.tar.xz
packages-a33ccb6922dc4db426d1fe9393f320eead0e424f.zip
user/libvpx: [PD] bump to 1.7.0, fix up
Diffstat (limited to 'user/libvpx/APKBUILD')
-rw-r--r--user/libvpx/APKBUILD23
1 files changed, 11 insertions, 12 deletions
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 <ncopa@alpinelinux.org>
+# 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"