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
bf57f0fc
Commit
bf57f0fc
authored
Jul 15, 2018
by
prspkt
Committed by
Timo Teräs
Jul 19, 2018
Browse files
main/libva-glx: upgrade to 2.2.0, use https, improve
parent
c2dd3795
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/libva-glx/APKBUILD
View file @
bf57f0fc
...
...
@@ -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
=
"http
s
://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"
Write
Preview
Supports
Markdown
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