Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
647
Issues
647
List
Boards
Labels
Service Desk
Milestones
Merge Requests
202
Merge Requests
202
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
86a99eec
Commit
86a99eec
authored
Apr 24, 2019
by
Leo
Committed by
Natanael Copa
May 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/libva-glx: update to 2.4.1
parent
343339a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
29 deletions
+20
-29
main/libva-glx/APKBUILD
main/libva-glx/APKBUILD
+20
-29
No files found.
main/libva-glx/APKBUILD
View file @
86a99eec
...
...
@@ -3,19 +3,17 @@
# this package is to resolve the circular dependency libva -> mesa -> libva
pkgname
=
libva-glx
pkgver
=
2.
2.0
pkgver
=
2.
4.1
pkgrel
=
0
pkgdesc
=
"Video Acceleration (VA) API for Linux with MESA support"
url
=
"https://freedesktop.org/wiki/Software/vaapi"
arch
=
"all"
options
=
"!check"
# No test suite.
license
=
"MIT"
depends
=
""
depends_dev
=
"libva-dev mesa-dev"
makedepends
=
"
$depends_dev
autoconf automake libtool"
install
=
""
depends_dev
=
"libva-dev mesa-dev libxfixes-dev"
makedepends
=
"
$depends_dev
meson wayland-dev"
subpackages
=
"
$pkgname
-dev"
source
=
"
https://github.com/01org/libva/releases/download/
$pkgver
/libva-
$pkgver
.tar.bz2
"
source
=
"
libva-
$pkgver
.tar.gz::https://github.com/intel/libva/archive/
${
pkgver
}
.tar.gz
"
builddir
=
"
$srcdir
"
/libva-
$pkgver
prepare
()
{
...
...
@@ -26,38 +24,31 @@ prepare() {
die
"libva and libva-glx needs to be same version"
fi
fi
)
cd
"
$builddir
"
default_prepare
# we need to regen the configure script which will unconditionally
# depend on wayland scanner otherwise
libtoolize
--force
&&
aclocal
-I
m4
&&
autoconf
\
&&
automake
--add-missing
}
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--localstatedir
=
/var
\
--enable-x11
\
--enable-glx
\
--disable-drm
\
--disable-wayland
\
--disable-static
\
--enable-shared
make
meson builddir
\
--prefix
=
/usr
\
-Dwith_glx
=
yes
\
-Dwith_wayland
=
yes
ninja
-C
builddir
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
find
"
$pkgdir
"
\(
-type
f
-o
-type
l
\)
\!
-name
'*glx*'
-delete
DESTDIR
=
"
$pkgdir
"
ninja
-C
builddir
install
mkdir
-p
${
builddir
}
/temp/usr/lib/pkgconfig
${
builddir
}
/temp/usr/include/va
mv
${
pkgdir
}
/usr/lib/libva-glx
*
${
builddir
}
/temp/usr/lib
mv
${
pkgdir
}
/usr/include/va/va_glx.h
${
builddir
}
/temp/usr/include/va
mv
${
pkgdir
}
/usr/include/va/va_backend_glx.h
${
builddir
}
/temp/usr/include/va
mv
${
pkgdir
}
/usr/lib/pkgconfig/libva-glx.pc
${
builddir
}
/temp/usr/lib/pkgconfig
rm
-rf
${
pkgdir
}
/
*
mv
${
builddir
}
/temp/
*
${
pkgdir
}
}
sha512sums
=
"
21e79b32cd846f3786635f470763c2046b302fdd3574eb70ac67c40140168ec76a33e2bbcdd2408859b38b9774fa15c89429e128ef381092505b4f39b1b1331a libva-2.2.0.tar.bz2
"
sha512sums
=
"
6ad2255aebcc62b3a7f67f03585f8046742a8a9b33c0feaee7dc0a713ab2117b13f154c3574f98aa2fb07fd2336635df3ea2675ec4d1c25ae3b2834aeab8692e libva-2.4.1.tar.gz
"
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