mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/libva-utils: Upgrade to 2.1.0
This commit is contained in:
parent
902c00fda1
commit
4de7c6b5e3
@ -1,15 +1,17 @@
|
|||||||
|
# Contributor: Taner Tas <taner76@gmail.com>
|
||||||
# Maintainer: Taner Tas <taner76@gmail.com>
|
# Maintainer: Taner Tas <taner76@gmail.com>
|
||||||
pkgname=libva-utils
|
pkgname=libva-utils
|
||||||
pkgver="2.0.0"
|
pkgver=2.1.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Intel VA-API Media Applications and Scripts for libva"
|
pkgdesc="Intel VA-API Media Applications and Scripts for libva"
|
||||||
url="https://github.com/01org/libva-utils"
|
url="https://github.com/01org/libva-utils"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="custom"
|
license="MIT"
|
||||||
makedepends="mesa-dev libva-dev autoconf automake libtool"
|
makedepends="mesa-dev libva-dev autoconf automake libtool libva-dev"
|
||||||
source="https://github.com/01org/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2"
|
source="https://github.com/01org/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2"
|
||||||
options="!check"
|
options="!check"
|
||||||
builddir="${srcdir}/${pkgname}-${pkgver}"
|
builddir="${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
./autogen.sh \
|
./autogen.sh \
|
||||||
@ -33,4 +35,4 @@ package() {
|
|||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
sha512sums="6f6da5ca99745f78ad1ee9c7fa8c9d986a5a4360b8e7b01031fd33bfe3884075291c7596817824f7dbd310b07614b0633b60cf29195769e651e2e8c579d1d211 libva-utils-2.0.0.tar.bz2"
|
sha512sums="17517c09197a84d1c56b2da1b8af5cc17cfe5bf6a667eb78d80398d54a74e2f27d45808710d52a4348700fcd6cde9866140e9826b24ffa39e08e6400ec17a5f2 libva-utils-2.1.0.tar.bz2"
|
||||||
|
Loading…
Reference in New Issue
Block a user