summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Reimer2022-08-18 13:48:27 +0200
committerManuel Reimer2022-08-18 13:48:27 +0200
commitc0589e2e482eeb5adb7539addd8437e57bcf5faf (patch)
tree3207b383a4d9702f60b6d8ab7bc29b4efaf5da57 /PKGBUILD
parentb0033a8e08c00f7032ec1182f1148ae1f328199e (diff)
downloadaur-c0589e2e482eeb5adb7539addd8437e57bcf5faf.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/886dc19f96237cf9bd80ae58e4d163dd8ebff039)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ab53d56b4c9..fb8c4f451458 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-softhddevice
-pkgver=1.8.2
+pkgver=1.9.0
epoch=1
_vdrapi=2.6.1
pkgrel=1
@@ -10,7 +10,7 @@ pkgdesc="software and GPU emulated HD output device plugin for VDR"
url="https://github.com/ua0lnj/vdr-plugin-softhddevice"
arch=('x86_64' 'i686')
license=('AGPL3')
-depends=('freeglut' 'glew' 'mesa' "vdr-api=${_vdrapi}" 'xcb-util-wm' 'xorg-server'
+depends=('freeglut' 'glew' 'mesa' "vdr-api=${_vdrapi}" 'xcb-util-wm' 'xorg-server' 'libva'
'libavcodec.so' 'libswscale.so' 'libswresample.so')
optdepends=('nvidia: Required for VDPAU decoding',
'vdr-xorg: Recommended way to start X.org server together with VDR')
@@ -19,7 +19,7 @@ _plugname=${pkgname//vdr-/}
source=("$pkgname-$pkgver.tar.gz::https://github.com/ua0lnj/vdr-plugin-softhddevice/archive/v$pkgver.tar.gz"
"50-$_plugname.conf")
backup=("etc/vdr/conf.avail/50-$_plugname.conf")
-sha256sums=('8751ffb53a0ea0174faf3f0a9b81987dd5bf0cea52594c8c583d8b8bf61d016a'
+sha256sums=('58fa926e6e016a711fb4c654ca10b1ee120801c2d801a1aae67f5c42530b262d'
'889d4c19770a926f8aa6a014ff8219800a7a74c464ef0b12dcef6bb8db93e719')
prepare() {