libva: update to 1.1.0.
This commit is contained in:
parent
601791258b
commit
d08631a789
2 changed files with 7 additions and 9 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'libva-devel'.
|
# Template file for 'libva-devel'.
|
||||||
#
|
#
|
||||||
depends="glibc-devel libva>=${version}"
|
noarch=yes
|
||||||
|
depends="libva-${version}_${revision}"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
|
|
@ -1,28 +1,25 @@
|
||||||
# Template file for 'libva'
|
# Template file for 'libva'
|
||||||
pkgname=libva
|
pkgname=libva
|
||||||
_distver=1.0.16
|
_distver=1.1.0
|
||||||
version=1:${_distver}
|
version=1:${_distver}
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${_distver}"
|
wrksrc="${pkgname}-${_distver}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="pkg-config automake libXfixes-devel MesaLib-devel"
|
configure_args="--disable-static"
|
||||||
|
makedepends="pkg-config libXfixes-devel MesaLib-devel"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-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>"
|
||||||
homepage="http://freedesktop.org/wiki/Software/vaapi"
|
homepage="http://freedesktop.org/wiki/Software/vaapi"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="http://cgit.freedesktop.org/libva/snapshot/libva-${_distver}.tar.bz2"
|
distfiles="http://www.freedesktop.org/software/vaapi/releases/libva/libva-${_distver}.tar.bz2"
|
||||||
checksum=a9a39a2b92eeab73c517de7e6b841c2840b040ea685f850866fe58242cc2f161
|
checksum=db6adc24a6f02f234a823dd8ced4a7e38084581f4ae02b6aac10716e523cefa8
|
||||||
long_desc="
|
long_desc="
|
||||||
The main motivation for VA-API (Video Acceleration API) is to enable hardware
|
The main motivation for VA-API (Video Acceleration API) is to enable hardware
|
||||||
accelerated video decode/encode at various entry-points (VLD, IDCT, Motion
|
accelerated video decode/encode at various entry-points (VLD, IDCT, Motion
|
||||||
Compensation etc.) for the prevailing coding standards today (MPEG-2,
|
Compensation etc.) for the prevailing coding standards today (MPEG-2,
|
||||||
MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3)."
|
MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3)."
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fiv
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue