mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
libva: update to 1.3.0.
This commit is contained in:
parent
e47e610dab
commit
058e4a5c22
2 changed files with 5 additions and 4 deletions
|
@ -803,6 +803,7 @@ libva-glx.so.1 libva-1.0.14_1
|
||||||
libva-tpi.so.1 libva-1.0.14_1
|
libva-tpi.so.1 libva-1.0.14_1
|
||||||
libva-egl.so.1 libva-1.0.14_1
|
libva-egl.so.1 libva-1.0.14_1
|
||||||
libva-drm.so.1 libva-1:1.1.0_1
|
libva-drm.so.1 libva-1:1.1.0_1
|
||||||
|
libva-wayland.so.1 libva-1:1.3.0_1
|
||||||
libv4l2.so.0 v4l-utils-0.8.5_1
|
libv4l2.so.0 v4l-utils-0.8.5_1
|
||||||
libv4lconvert.so.0 v4l-utils-0.8.5_1
|
libv4lconvert.so.0 v4l-utils-0.8.5_1
|
||||||
libv4l1.so.0 v4l-utils-0.8.5_1
|
libv4l1.so.0 v4l-utils-0.8.5_1
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'libva'
|
# Template file for 'libva'
|
||||||
pkgname=libva
|
pkgname=libva
|
||||||
_distver=1.2.1
|
_distver=1.3.0
|
||||||
version=1:${_distver}
|
version=1:${_distver}
|
||||||
revision=2
|
revision=1
|
||||||
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"
|
||||||
makedepends="libXfixes-devel MesaLib-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>"
|
||||||
homepage="http://freedesktop.org/wiki/Software/vaapi"
|
homepage="http://freedesktop.org/wiki/Software/vaapi"
|
||||||
license="MIT"
|
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=70080f8b260ca4316f7e100f2ce15ad3e2356a2b9eff951278085ff8d48ea83b
|
checksum=36be87d0f26fb9010477350f7d05ef65e294fce9c21e17713c5ded582c18ce5d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
||||||
|
|
Loading…
Add table
Reference in a new issue