Skip to content
Snippets Groups Projects
Commit a427fa1a authored by Maxime Gauduin's avatar Maxime Gauduin
Browse files

upgpkg: 1.8.2-1

parent 5145c43d
No related branches found
No related tags found
No related merge requests found
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
pkgname=libva-intel-driver
pkgver=1.8.1
pkgver=1.8.2
pkgrel=1
pkgdesc='VA-API implementation for Intel G45 and HD Graphics family'
arch=(i686 x86_64)
arch=('i686' 'x86_64')
url='https://01.org/linuxmedia/vaapi'
license=(MIT)
depends=(libva)
replaces=(libva-driver-intel)
source=(https://github.com/01org/intel-vaapi-driver/releases/download/$pkgver/intel-vaapi-driver-$pkgver.tar.bz2)
sha1sums=('f29e89b9a9fcafa153110a6a1762541c2a80f899')
license=('MIT')
depends=('libva')
replaces=('libva-driver-intel')
source=("https://github.com/01org/intel-vaapi-driver/releases/download/${pkgver}/intel-vaapi-driver-${pkgver}.tar.bz2")
sha256sums=('866cdf9974911e58b0d3a2cade29dbe7b5b68836e142cf092b99db68e366b702')
prepare() {
cd intel-vaapi-driver-$pkgver
cd intel-vaapi-driver-${pkgver}
# Only relevant if intel-gpu-tools is installed,
# since then the shaders will be recompiled
......@@ -22,13 +23,19 @@ prepare() {
}
build() {
cd intel-vaapi-driver-$pkgver
./configure --prefix=/usr
cd intel-vaapi-driver-${pkgver}
./configure \
--prefix='/usr'
make
}
package() {
cd intel-vaapi-driver-$pkgver
make DESTDIR="$pkgdir" install
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
cd intel-vaapi-driver-${pkgver}
make DESTDIR="${pkgdir}" install
install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libva-intel-driver
}
# vim: ts=2 sw=2 et:
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