libva: update to 1.0.15.
This commit is contained in:
parent
baa6601026
commit
bea87aedd4
3 changed files with 10 additions and 11 deletions
|
@ -5,8 +5,7 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
Add_dependency run libXfixes-devel
|
Add_dependency run glibc-devel
|
||||||
Add_dependency run MesaLib-devel
|
|
||||||
Add_dependency run libva
|
Add_dependency run libva
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
|
|
@ -1,15 +1,13 @@
|
||||||
# Template file for 'libva'
|
# Template file for 'libva'
|
||||||
pkgname=libva
|
pkgname=libva
|
||||||
version=1.0.14
|
version=1.0.15
|
||||||
#distfiles="http://cgit.freedesktop.org/libva/snapshot/libva-$version.tar.bz2"
|
distfiles="http://cgit.freedesktop.org/libva/snapshot/libva-$version.tar.bz2"
|
||||||
distfiles="http://dl.t2-project.org/mirror/9.0/l/libva-$version.tar.bz2"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-i965-driver --enable-glx"
|
|
||||||
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"
|
||||||
checksum=b15ab93b549651a07664ced831b20e559e0f7edabb57169af8049b3e761ea764
|
checksum=7cc24ae9c947aa13904255244810d3637b03d41e2b6f4b643db3b97412cacd37
|
||||||
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
|
||||||
|
@ -23,18 +21,18 @@ Add_dependency run libXext
|
||||||
Add_dependency run libdrm
|
Add_dependency run libdrm
|
||||||
Add_dependency run libXfixes
|
Add_dependency run libXfixes
|
||||||
Add_dependency run MesaLib
|
Add_dependency run MesaLib
|
||||||
|
Add_dependency run libva-intel-driver ">=${version}" # Intel graphics backend
|
||||||
|
Add_dependency run vdpau-video # VDPAU backend
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build automake
|
Add_dependency build automake
|
||||||
Add_dependency build libXfixes-devel
|
Add_dependency build libXfixes-devel
|
||||||
Add_dependency build MesaLib-devel
|
Add_dependency build MesaLib-devel
|
||||||
|
|
||||||
pre_configure()
|
pre_configure() {
|
||||||
{
|
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install()
|
post_install() {
|
||||||
{
|
|
||||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
||||||
}
|
}
|
||||||
|
|
|
@ -832,6 +832,8 @@ libwebp.so.2 libwebp libwebp-devel
|
||||||
libva-x11.so.1 libva libva-devel
|
libva-x11.so.1 libva libva-devel
|
||||||
libva.so.1 libva libva-devel
|
libva.so.1 libva libva-devel
|
||||||
libva-glx.so.1 libva libva-devel
|
libva-glx.so.1 libva libva-devel
|
||||||
|
libva-tpi.so.1 libva libva-devel
|
||||||
|
libva-egl.so.1 libva libva-devel
|
||||||
libv4l2.so.0 v4l-utils v4l-utils-devel
|
libv4l2.so.0 v4l-utils v4l-utils-devel
|
||||||
libv4lconvert.so.0 v4l-utils v4l-utils-devel
|
libv4lconvert.so.0 v4l-utils v4l-utils-devel
|
||||||
libv4l1.so.0 v4l-utils v4l-utils-devel
|
libv4l1.so.0 v4l-utils v4l-utils-devel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue