summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 10 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82f55c07648a..a2a355a9ef23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr
pkgver=2.4.0
-pkgrel=8
+pkgrel=9
pkgdesc="'open' digital satellite receiver and timer controlled video disk recorder"
url="http://tvdr.de/"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
@@ -35,6 +35,9 @@ source=("ftp://ftp.tvdr.de/vdr/${pkgname}-${pkgver}.tar.bz2"
'ftp://ftp.tvdr.de/vdr/Developer/Patches/vdr-2.4/vdr-2.4.0-15-fix-skincurses.diff'
'ftp://ftp.tvdr.de/vdr/Developer/Patches/vdr-2.4/vdr-2.4.0-16-fix-nit-transponder-processing.diff'
'ftp://ftp.tvdr.de/vdr/Developer/Patches/vdr-2.4/vdr-2.4.0-17-fix-nit-sdt-trigger.diff'
+ 'ftp://ftp.tvdr.de/vdr/Developer/Patches/vdr-2.4/vdr-2.4.0-19-add-eac3-from-other-sources.diff'
+ 'ftp://ftp.tvdr.de/vdr/Developer/Patches/vdr-2.4/vdr-2.4.0-20-fix-logging-inactive-transponders.diff'
+ 'ftp://ftp.tvdr.de/vdr/Developer/Patches/vdr-2.4/vdr-2.4.0-21-fix-libsi.diff'
'MainMenuHooks-v1_0_2.diff::https://www.vdr-portal.de/index.php?attachment/30330'
'00-vdr.conf' '50-hello.conf' '50-pictures.conf'
'60-create-dvb-device-units.rules'
@@ -71,6 +74,9 @@ md5sums=('12c6a3abeadfa915fcfe736bb047a3ab'
'5e6f5d331cdd0d1a7ae006640876f6cc'
'00fe7bf44ae9f3e54f24f12460196de9'
'cc93aba56562643f2b0ac551ac981af8'
+ '593c0ecd28748467e181f4e2a84929f6'
+ '8c164c58e529372f36058539f14a7cc2'
+ 'b2721133ab1558698f2f86c700071a1d'
'301c9b9766ed5182b07f1debc79abc21'
'de3dcdea1a4282211c6dac370019548b'
'fc450f75037b8712673db4969a1dd758'
@@ -111,6 +117,9 @@ prepare() {
patch -p0 -i "$srcdir/vdr-2.4.0-15-fix-skincurses.diff"
patch -p0 -i "$srcdir/vdr-2.4.0-16-fix-nit-transponder-processing.diff"
patch -p0 -i "$srcdir/vdr-2.4.0-17-fix-nit-sdt-trigger.diff"
+ patch -p0 -i "$srcdir/vdr-2.4.0-19-add-eac3-from-other-sources.diff"
+ patch -p0 -i "$srcdir/vdr-2.4.0-20-fix-logging-inactive-transponders.diff"
+ patch -p0 -i "$srcdir/vdr-2.4.0-21-fix-libsi.diff"
# Custom extensions
sed -i 's/NULL, 0, true/NULL, 0, OpenSubMenus/g' "$srcdir/MainMenuHooks-v1_0_2.diff"