libva: cross compile with our libtool
This commit is contained in:
parent
34486805d7
commit
c97dfdfa2d
1 changed files with 7 additions and 4 deletions
|
@ -2,12 +2,11 @@
|
||||||
pkgname=libva
|
pkgname=libva
|
||||||
_distver=1.3.1
|
_distver=1.3.1
|
||||||
version=1:${_distver}
|
version=1:${_distver}
|
||||||
revision=2
|
revision=3
|
||||||
only_for_archs="i686 x86_64"
|
|
||||||
wrksrc="${pkgname}-${_distver}"
|
wrksrc="${pkgname}-${_distver}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config libtool"
|
||||||
makedepends="libXfixes-devel MesaLib-devel wayland-devel"
|
makedepends="libXfixes-devel MesaLib-devel wayland-devel"
|
||||||
short_desc="Video Acceleration (VA) API"
|
short_desc="Video Acceleration (VA) API"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -16,8 +15,12 @@ license="MIT"
|
||||||
distfiles="http://www.freedesktop.org/software/vaapi/releases/libva/libva-${_distver}.tar.bz2"
|
distfiles="http://www.freedesktop.org/software/vaapi/releases/libva/libva-${_distver}.tar.bz2"
|
||||||
checksum=8789b1f1ca9cbc2c1ae477323ec8f5fb269b9360410d4d5e9ec96d679b3cc297
|
checksum=8789b1f1ca9cbc2c1ae477323ec8f5fb269b9360410d4d5e9ec96d679b3cc297
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
libtoolize -f
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
||||||
libva-devel_package() {
|
libva-devel_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue