diff options
author | prspkt <prspkt@protonmail.com> | 2018-07-15 20:03:46 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-07-19 10:25:57 +0000 |
commit | bf57f0fc1bfc2c04844506a9123dd680b0a884aa (patch) | |
tree | 2f3cc190f2f79881812262cb8b0deb90bf5578e1 /main/libva-glx | |
parent | c2dd3795830f7685e453b8cb1aa1c83a8cfa2068 (diff) | |
download | aports-bf57f0fc1bfc2c04844506a9123dd680b0a884aa.tar.bz2 aports-bf57f0fc1bfc2c04844506a9123dd680b0a884aa.tar.xz |
main/libva-glx: upgrade to 2.2.0, use https, improve
Diffstat (limited to 'main/libva-glx')
-rw-r--r-- | main/libva-glx/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/libva-glx/APKBUILD b/main/libva-glx/APKBUILD index 98ef61ef9c..cf1ec7ef57 100644 --- a/main/libva-glx/APKBUILD +++ b/main/libva-glx/APKBUILD @@ -3,10 +3,10 @@ # this package is to resolve the circular dependency libva -> mesa -> libva pkgname=libva-glx -pkgver=2.1.0 +pkgver=2.2.0 pkgrel=0 pkgdesc="Video Acceleration (VA) API for Linux with MESA support" -url="http://freedesktop.org/wiki/Software/vaapi" +url="https://freedesktop.org/wiki/Software/vaapi" arch="all" options="!check" # No test suite. license="MIT" @@ -15,7 +15,7 @@ depends_dev="libva-dev mesa-dev" makedepends="$depends_dev autoconf automake libtool" install="" subpackages="$pkgname-dev" -source="https://github.com/01org/libva/releases/download/${pkgver}/libva-${pkgver}.tar.bz2" +source="https://github.com/01org/libva/releases/download/$pkgver/libva-$pkgver.tar.bz2" builddir="$srcdir"/libva-$pkgver prepare() { @@ -60,4 +60,4 @@ package() { find "$pkgdir" \( -type f -o -type l \) \! -name '*glx*' -delete } -sha512sums="973b32117375f81ad0ebb8b9f8d5516fd115a9eb9ac95cf9a0e10ee7d340d8d9e41f3e7aa79a2c85f2736f2bc206abbb57a59998cf69019616788e6a571bf24b libva-2.1.0.tar.bz2" +sha512sums="21e79b32cd846f3786635f470763c2046b302fdd3574eb70ac67c40140168ec76a33e2bbcdd2408859b38b9774fa15c89429e128ef381092505b4f39b1b1331a libva-2.2.0.tar.bz2" |