Skip to content
GitLab
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
c980e6c0
Commit
c980e6c0
authored
Nov 27, 2012
by
Carlo Landmeter
Browse files
testing/libva: new aport
parent
9960b8f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
testing/libva/APKBUILD
0 → 100644
View file @
c980e6c0
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
pkgname
=
libva
pkgver
=
1.1.0
pkgrel
=
0
pkgdesc
=
"Video Acceleration (VA) API for Linux"
url
=
"http://freedesktop.org/wiki/Software/vaapi"
arch
=
"all"
license
=
"MIT"
depends
=
""
depends_dev
=
"mesa-dev"
makedepends
=
"
$depends_dev
"
install
=
""
subpackages
=
"
$pkgname
-dev"
source
=
"http://www.freedesktop.org/software/vaapi/releases/libva/libva-
$pkgver
.tar.bz2"
_builddir
=
"
$srcdir
"
/libva-
$pkgver
prepare
()
{
local
i
cd
"
$_builddir
"
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
}
build
()
{
cd
"
$_builddir
"
./configure
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--localstatedir
=
/var
\
||
return
1
make
||
return
1
}
package
()
{
cd
"
$_builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
rm
-f
"
$pkgdir
"
/usr/lib/
*
.la
\
"
$pkgdir
"
/usr/lib/dri/
*
.la
}
md5sums
=
"51bb3b8de1de14ea036f68ef5065a932 libva-1.1.0.tar.bz2"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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