summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2017-09-08 22:47:32 +0200
committerChristopher Reimer2017-09-08 22:47:32 +0200
commit6e526c76c5e67545644d00168eacf6657e107f0f (patch)
treed133b71e6ad06a73aa032fc2f5f1e08b284ea216
parent21b6f546112f8d3a835c47a0dfed475e52e67f18 (diff)
downloadaur-6e526c76c5e67545644d00168eacf6657e107f0f.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/8090331b05159b56b7b37df7abd4213ab3bd5330)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88df1908fed7..b147ed1944dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
-# Generated by makepkg 5.0.1
-# Wed Aug 17 16:25:10 UTC 2016
+# Generated by makepkg 5.0.2
+# Fri Sep 8 20:47:31 UTC 2017
pkgbase = vdr-iptv
pkgdesc = Integrates multicast IPTV transport streams seamlessly into VDR
pkgver = 2.2.1
@@ -25,6 +25,7 @@ pkgbase = vdr-iptv
backup = etc/vdr/plugins/iptv/vlcinput/zdf_info-iptv.conf
backup = etc/vdr/plugins/iptv/vlcinput/zdf_kultur-iptv.conf
source = http://www.saunalahti.fi/~rahrenbe/vdr/iptv/files/vdr-iptv-2.2.1.tgz
+ source = https://github.com/rofafor/vdr-plugin-iptv/commit/ccc9bab5e0d1c0e37fd61b6f412563f200b33abd.diff
source = https://github.com/rofafor/vdr-plugin-iptv/commit/201b50eb9d10012560b3143e811340980dda7fcc.diff
source = https://github.com/yavdr/yavdr-base/raw/stable-0.5/etc/vdr/plugins/iptv/vlcinput/3Sat.conf
source = https://github.com/yavdr/yavdr-base/raw/stable-0.5/etc/vdr/plugins/iptv/vlcinput/Bundesligen-TV.conf
@@ -37,6 +38,7 @@ pkgbase = vdr-iptv
source = https://github.com/yavdr/yavdr-base/raw/stable-0.5/etc/vdr/plugins/iptv/vlcinput/zdf_kultur-iptv.conf
source = 50-iptv.conf
md5sums = 318d58e097895789b18a07cac46dfd1c
+ md5sums = 2154addb039a115b6647736926f5b0a1
md5sums = e45d1fdbcf279f1978d4298eb4c63510
md5sums = 5e960f7a71ee493c0bb7a7c56ea109c4
md5sums = 8b51a64c8278f62dd9721a83a0654933
diff --git a/PKGBUILD b/PKGBUILD
index 6c53bfdb8e37..2aa464dcecab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,7 @@ depends=('curl' "vdr-api=${_vdrapi}")
optdepends=('vlc: Needed for vlc2iptv')
_plugname=${pkgname//vdr-/}
source=("http://www.saunalahti.fi/~rahrenbe/vdr/$_plugname/files/$pkgname-$pkgver.tgz"
+ 'https://github.com/rofafor/vdr-plugin-iptv/commit/ccc9bab5e0d1c0e37fd61b6f412563f200b33abd.diff'
'https://github.com/rofafor/vdr-plugin-iptv/commit/201b50eb9d10012560b3143e811340980dda7fcc.diff'
'https://github.com/yavdr/yavdr-base/raw/stable-0.5/etc/vdr/plugins/iptv/vlcinput/3Sat.conf'
'https://github.com/yavdr/yavdr-base/raw/stable-0.5/etc/vdr/plugins/iptv/vlcinput/Bundesligen-TV.conf'
@@ -35,6 +36,7 @@ backup=("etc/vdr/conf.avail/50-$_plugname.conf"
'etc/vdr/plugins/iptv/vlcinput/zdf_info-iptv.conf'
'etc/vdr/plugins/iptv/vlcinput/zdf_kultur-iptv.conf')
md5sums=('318d58e097895789b18a07cac46dfd1c'
+ '2154addb039a115b6647736926f5b0a1'
'e45d1fdbcf279f1978d4298eb4c63510'
'5e960f7a71ee493c0bb7a7c56ea109c4'
'8b51a64c8278f62dd9721a83a0654933'
@@ -49,6 +51,9 @@ md5sums=('318d58e097895789b18a07cac46dfd1c'
prepare() {
cd "${srcdir}/${_plugname}-${pkgver}"
+ if [ `vercmp $_vdrapi 2.3.0` -eq 1 ]; then
+ patch -p1 -i "$srcdir/ccc9bab5e0d1c0e37fd61b6f412563f200b33abd.diff"
+ fi
patch -p1 -i "$srcdir/201b50eb9d10012560b3143e811340980dda7fcc.diff"
}