libva: update to 1.1.0.
This commit is contained in:
parent
ef6f205a7d
commit
9326d85a4a
5 changed files with 14 additions and 16 deletions
|
@ -112,6 +112,7 @@ libXrender.so.1 libXrender-0.9.4_1
|
|||
libXrandr.so.2 libXrandr-1.3.0_1
|
||||
libGLU.so.1 libGLU-7.11_1
|
||||
libEGL.so.1 libEGL-7.11_1
|
||||
libGLESv1_CM.so.1 libEGL-7.11_1
|
||||
libGL.so.1 libGL-7.11_1
|
||||
libglapi.so.0 libglapi-7.11_1
|
||||
libOpenVG.so.1 libOpenVG-7.11_1
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'libva-intel-driver'
|
||||
_distname=intel-driver
|
||||
pkgname=libva-${_distname}
|
||||
version=1.0.17
|
||||
version=1.0.18
|
||||
revision=1
|
||||
wrksrc=${_distname}-${version}
|
||||
distfiles="http://cgit.freedesktop.org/vaapi/${_distname}/snapshot/${_distname}-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
makedepends="automake pkg-config libva-devel libdrm-devel libX11-devel"
|
||||
revision=1
|
||||
short_desc="Video Acceleration (VA) API - Intel Graphics backend"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://freedesktop.org/wiki/Software/vaapi"
|
||||
license="MIT"
|
||||
checksum=83bee4de6e156b3a95af3ac41bcb2dbfecbb547444e8ff8ef005dc5ad92e0b3f
|
||||
distfiles="http://cgit.freedesktop.org/vaapi/${_distname}/snapshot/${_distname}-$version.tar.bz2"
|
||||
checksum=6c37fcf1bdd7835fbb5da50a50ad0d593bbc6257b88401e7d56c51b6ac075ebe
|
||||
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
|
||||
|
@ -21,7 +21,6 @@ long_desc="
|
|||
This package includes the VA-API backend for Intel G45 chipsets and Intel
|
||||
HD Graphics."
|
||||
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
# Template file for 'libva-devel'.
|
||||
#
|
||||
depends="glibc-devel libva"
|
||||
depends="glibc-devel libva>=$version"
|
||||
short_desc="${short_desc} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
||||
|
|
|
@ -6,3 +6,5 @@ libdrm.so.2
|
|||
libXfixes.so.3
|
||||
libGL.so.1
|
||||
libpthread.so.0
|
||||
libEGL.so.1
|
||||
libGLESv1_CM.so.1
|
||||
|
|
|
@ -1,24 +1,22 @@
|
|||
# Template file for 'libva'
|
||||
pkgname=libva
|
||||
version=1.0.15
|
||||
revision=4
|
||||
distfiles="http://cgit.freedesktop.org/libva/snapshot/libva-$version.tar.bz2"
|
||||
version=1.1.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config automake libXfixes-devel MesaLib-devel"
|
||||
subpackages="$pkgname-devel"
|
||||
short_desc="Video Acceleration (VA) API"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://freedesktop.org/wiki/Software/vaapi"
|
||||
license="MIT"
|
||||
checksum=7cc24ae9c947aa13904255244810d3637b03d41e2b6f4b643db3b97412cacd37
|
||||
distfiles="http://cgit.freedesktop.org/libva/snapshot/libva-$version.tar.bz2"
|
||||
checksum=a7289f9c36639f04e7c140ac7ae67d0398d54625a1b5e87990fcba547349990f
|
||||
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)."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fiv
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue