summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean V Kelley2016-11-14 10:51:16 -0800
committerSean V Kelley2016-11-14 10:51:16 -0800
commit882091ac3f1cef48c500c8bc4d35734eb744e7fc (patch)
tree4ae4f9416db83a3fdb5222416da11b4d76d864de
parent8b00b8591d42ab09fb87ee6ac314618fe97cc27e (diff)
downloadaur-882091ac3f1cef48c500c8bc4d35734eb744e7fc.tar.gz
Updated for 1.0.1 release of Libyami
Signed-off-by: Sean V Kelley <seanvk@posteo.de>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28e5b07dffb0..1774abd77054 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libyami
pkgdesc = Yet Another Media Infrastructure: Intel VA-API Media codecs with hardware acceleration
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/01org/libyami
arch = i686
@@ -9,8 +9,8 @@ pkgbase = libyami
depends = libva
optdepends = libva-intel-driver: Hardware Video Acceleration on Intel x86 GPU
options = !emptydirs
- source = https://github.com/01org/libyami/archive/libyami-1.0.0.tar.gz
- sha256sums = ef83e0d279b387e8475cdd5898a9a00132fabaadd4a5b6224f707a31cd159af5
+ source = https://github.com/01org/libyami/archive/libyami-1.0.1.tar.gz
+ sha256sums = 1051d3e3366a933c4fbfb883b3900e81a8c0e4e1cd4d5a08b9c7d4e1bf7cec34
pkgname = libyami
diff --git a/PKGBUILD b/PKGBUILD
index 3e5543cfc94c..fac411eccad0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Sean V Kelley <seanvk@posteo.de>
pkgname=libyami
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="Yet Another Media Infrastructure: Intel VA-API Media codecs with hardware acceleration"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ optdepends=('libva-intel-driver: Hardware Video Acceleration on Intel x86 GPU')
options=('!emptydirs')
changelog=
source=($url/archive/$pkgname-$pkgver.tar.gz)
-sha256sums=('ef83e0d279b387e8475cdd5898a9a00132fabaadd4a5b6224f707a31cd159af5')
+sha256sums=('1051d3e3366a933c4fbfb883b3900e81a8c0e4e1cd4d5a08b9c7d4e1bf7cec34')
build() {
export LD_RUN_PATH='$ORIGIN/lib/'