Skip to content
Snippets Groups Projects
Commit 57b8bbe7 authored by Natanael Copa's avatar Natanael Copa
Browse files

main/libva: upgrade to 1.3.1

parent b3504d79
No related merge requests found
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libva
pkgver=1.3.0
pkgver=1.3.1
pkgrel=0
pkgdesc="Video Acceleration (VA) API for Linux"
url="http://freedesktop.org/wiki/Software/vaapi"
......@@ -9,7 +9,7 @@ arch="all"
license="MIT"
depends=""
depends_dev="mesa-dev"
makedepends="$depends_dev"
makedepends="$depends_dev autoconf automake libtool"
install=""
subpackages="$pkgname-dev"
source="http://www.freedesktop.org/software/vaapi/releases/libva/libva-$pkgver.tar.bz2"
......@@ -24,6 +24,10 @@ prepare() {
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
esac
done
# we need to regen the configure script which will unconditionally
# depend on wayland scanner otherwise
libtoolize --force && aclocal -I m4 && autoconf \
&& automake --add-missing
}
build() {
......@@ -36,6 +40,10 @@ build() {
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--localstatedir=/var \
--enable-x11 \
--disable-wayland \
--disable-static \
--enable-shared \
|| return 1
make || return 1
}
......@@ -47,6 +55,6 @@ package() {
"$pkgdir"/usr/lib/dri/*.la
}
md5sums="471bef887e92437914a7e1f799995570 libva-1.3.0.tar.bz2"
sha256sums="36be87d0f26fb9010477350f7d05ef65e294fce9c21e17713c5ded582c18ce5d libva-1.3.0.tar.bz2"
sha512sums="dd33c6bbfd94665626368cbab96ee8be31ded7e6a0f1cd42c03507e5e2d6c591a6aadbbbb69b128de4792b16908dee12f81b8e3724f12383c56e1aa6ea45f585 libva-1.3.0.tar.bz2"
md5sums="eb4db967f068854444b597071c66b480 libva-1.3.1.tar.bz2"
sha256sums="8789b1f1ca9cbc2c1ae477323ec8f5fb269b9360410d4d5e9ec96d679b3cc297 libva-1.3.1.tar.bz2"
sha512sums="12afa39b965c50beb4a3f356b0fea18123d885a3c24b452a59906db38369362b290b35eaebcbc3e6079aa5d63f8d9c263d236bde9744d4b3725497bc700e5661 libva-1.3.1.tar.bz2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment