void-packages/srcpkgs/libva/template

42 lines
1.2 KiB
Text
Raw Normal View History

2011-08-11 19:27:10 +00:00
# Template file for 'libva'
pkgname=libva
2013-06-27 13:28:38 +00:00
_distver=1.2.1
2012-08-16 09:09:49 +00:00
version=1:${_distver}
2013-04-20 06:00:33 +00:00
revision=1
2012-08-16 09:09:49 +00:00
wrksrc="${pkgname}-${_distver}"
build_style=gnu-configure
2012-10-09 17:44:21 +00:00
configure_args="--disable-static"
hostmakedepends="pkg-config"
makedepends="libXfixes-devel MesaLib-devel"
2011-08-11 19:27:10 +00:00
short_desc="Video Acceleration (VA) API"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://freedesktop.org/wiki/Software/vaapi"
license="MIT"
2012-10-09 17:44:21 +00:00
distfiles="http://www.freedesktop.org/software/vaapi/releases/libva/libva-${_distver}.tar.bz2"
2013-06-27 13:28:38 +00:00
checksum=70080f8b260ca4316f7e100f2ce15ad3e2356a2b9eff951278085ff8d48ea83b
2011-08-11 19:27:10 +00:00
long_desc="
The main motivation for VA-API (Video Acceleration API) is to enable hardware
accelerated video decode/encode at various entry-points (VLD, IDCT, Motion
Compensation etc.) for the prevailing coding standards today (MPEG-2,
MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3)."
2011-11-03 08:54:47 +00:00
post_install() {
2011-08-11 19:27:10 +00:00
vinstall COPYING 644 usr/share/licenses/${pkgname}
}
libva-devel_package() {
depends="libva-${version}_${revision}"
2013-06-26 20:58:32 +00:00
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
2013-06-26 20:58:32 +00:00
vmove "usr/lib/*.so"
}
}
libva_package() {
pkg_install() {
2013-04-20 06:00:33 +00:00
vmove all
}
}