Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Will Sinatra
aports
Commits
7617ab2d
Commit
7617ab2d
authored
Jul 15, 2018
by
prspkt
Committed by
Timo Teräs
Jul 19, 2018
Browse files
main/libva: upgrade to 2.2.0, use https, improve
parent
bf57f0fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/libva/APKBUILD
View file @
7617ab2d
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libva
pkgver
=
2.
1
.0
pkgrel
=
1
pkgver
=
2.
2
.0
pkgrel
=
0
pkgdesc
=
"Video Acceleration (VA) API for Linux"
url
=
"http://freedesktop.org/wiki/Software/vaapi"
url
=
"http
s
://freedesktop.org/wiki/Software/vaapi"
arch
=
"all"
options
=
"!check"
# No test suite.
license
=
"MIT"
...
...
@@ -13,7 +13,8 @@ depends_dev="libx11-dev libxext-dev libxfixes-dev libdrm-dev"
makedepends
=
"
$depends_dev
autoconf automake libtool"
install
=
""
subpackages
=
"
$pkgname
-dev"
source
=
"https://github.com/01org/
${
pkgname
}
/releases/download/
${
pkgver
}
/
${
pkgname
}
-
${
pkgver
}
.tar.bz2"
source
=
"https://github.com/01org/libva/releases/download/
$pkgver
/
$pkgname
-
$pkgver
.tar.bz2"
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
prepare
()
{
(
if
[
-f
"
$startdir
"
/../libva-glx/APKBUILD
]
;
then
...
...
@@ -54,4 +55,4 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"
973b32117375f81ad0ebb8b9f8d5516fd115a9eb9ac95cf9a0e10ee7d340d8d9e41f3e7aa79a2c85f2736f2bc206abbb57a59998cf69019616788e6a571bf24b
libva-2.
1
.0.tar.bz2"
sha512sums
=
"
21e79b32cd846f3786635f470763c2046b302fdd3574eb70ac67c40140168ec76a33e2bbcdd2408859b38b9774fa15c89429e128ef381092505b4f39b1b1331a
libva-2.
2
.0.tar.bz2"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment