summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2021-06-05 13:44:13 +0200
committerManuel Reimer2021-06-05 13:44:13 +0200
commit1cccd030720c707b81548cd80ada47d0c3f0a061 (patch)
treeb92f13a91000e1741802a2f7c5b7f132b4939d00
parentb0f4d1079864d5a002bb6cce080b5d68decb6815 (diff)
downloadaur-1cccd030720c707b81548cd80ada47d0c3f0a061.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/c27877b262655a135254b707b0af1b923a4c0dca)
-rw-r--r--.SRCINFO15
-rw-r--r--50-softhddevice.conf10
-rw-r--r--PKGBUILD8
3 files changed, 19 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa13f3a14d37..65fbe4c6486c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by makepkg 5.2.2
-# Sat May 1 09:39:50 UTC 2021
+# Generated by makepkg 6.0.0
+# Sat Jun 5 11:44:12 UTC 2021
pkgbase = vdr-softhddevice
pkgdesc = software and GPU emulated HD output device plugin for VDR
- pkgver = 1.0.15
- pkgrel = 2
+ pkgver = 1.1.0
+ pkgrel = 1
epoch = 1
url = https://github.com/ua0lnj/vdr-plugin-softhddevice
arch = x86_64
@@ -22,10 +22,9 @@ pkgbase = vdr-softhddevice
optdepends = nvidia: Required for VDPAU decoding,
optdepends = vdr-xorg: Recommended way to start X.org server together with VDR
backup = etc/vdr/conf.avail/50-softhddevice.conf
- source = vdr-softhddevice-1.0.15.tar.gz::https://github.com/ua0lnj/vdr-plugin-softhddevice/archive/v1.0.15.tar.gz
+ source = vdr-softhddevice-1.1.0.tar.gz::https://github.com/ua0lnj/vdr-plugin-softhddevice/archive/v1.1.0.tar.gz
source = 50-softhddevice.conf
- sha256sums = 7759b8e62960e125d316f34f17292e132f472a1a2af16f2fdb4d5282de8040c1
- sha256sums = 67bb0c168042b27ead3f62a98f9b434d0164da5fe334a76ccc5dd061932d1952
+ sha256sums = 7815e38a5be462d38075eef9f461c2fc00338476203fb3ee2c5c99a2f16b6309
+ sha256sums = 889d4c19770a926f8aa6a014ff8219800a7a74c464ef0b12dcef6bb8db93e719
pkgname = vdr-softhddevice
-
diff --git a/50-softhddevice.conf b/50-softhddevice.conf
index f53b3c3856e8..70f3cb77db97 100644
--- a/50-softhddevice.conf
+++ b/50-softhddevice.conf
@@ -17,6 +17,9 @@
#-g geometry
# x11 window geometry wxh+x+y
+#-l loglevel
+# set the log level (0=none, 1=errors, 2=info, 3=debug)
+
#-p device
# audio device for pass-through (hw:0,1)
@@ -24,7 +27,7 @@
# start in suspended mode
#-v device
-# video driver device (va-api, vdpau, noop)
+# video driver device (va-api, vdpau, cuvid, noop)
#-w workaround
# enable/disable workarounds
@@ -44,10 +47,13 @@
# enable close open delay to fix no sound bug
# ignore-repeat-pict
# disable repeat pict message
+# use-possible-defect-frames
+# prefer faster channel switch
+# disable-ogl-osd
+# disable openGL osd
#-x
# start x11 server, with -xx try to connect, if this fails
#-X args
# X11 server arguments (f.e. -nocursor)
-
diff --git a/PKGBUILD b/PKGBUILD
index 60d595716ceb..544e53ec27c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-softhddevice
-pkgver=1.0.15
+pkgver=1.1.0
epoch=1
_vdrapi=2.4.7
-pkgrel=2
+pkgrel=1
pkgdesc="software and GPU emulated HD output device plugin for VDR"
url="https://github.com/ua0lnj/vdr-plugin-softhddevice"
arch=('x86_64' 'i686')
@@ -18,8 +18,8 @@ _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=('7759b8e62960e125d316f34f17292e132f472a1a2af16f2fdb4d5282de8040c1'
- '67bb0c168042b27ead3f62a98f9b434d0164da5fe334a76ccc5dd061932d1952')
+sha256sums=('7815e38a5be462d38075eef9f461c2fc00338476203fb3ee2c5c99a2f16b6309'
+ '889d4c19770a926f8aa6a014ff8219800a7a74c464ef0b12dcef6bb8db93e719')
prepare() {
cd "${srcdir}/vdr-plugin-${_plugname}-$pkgver"