summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2016-08-17 18:25:10 +0200
committerChristopher Reimer2016-08-17 18:25:10 +0200
commit21b6f546112f8d3a835c47a0dfed475e52e67f18 (patch)
tree39a01314d4fcac51d572e4ad7bc5f922c05ee1fd
parentf0ba531cf861adbc5c4e5b04baaecc9b4d9aa4f2 (diff)
downloadaur-21b6f546112f8d3a835c47a0dfed475e52e67f18.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/8f75de88202d3773961ebab9f1d70347deaf93a6)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 13 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 727cda885e29..88df1908fed7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by makepkg 5.0.1
+# Wed Aug 17 16:25:10 UTC 2016
pkgbase = vdr-iptv
pkgdesc = Integrates multicast IPTV transport streams seamlessly into VDR
pkgver = 2.2.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.saunalahti.fi/~rahrenbe/vdr/iptv/
arch = x86_64
arch = i686
@@ -23,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/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
source = https://github.com/yavdr/yavdr-base/raw/stable-0.5/etc/vdr/plugins/iptv/vlcinput/Daytona-Beach.conf
@@ -34,6 +37,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 = e45d1fdbcf279f1978d4298eb4c63510
md5sums = 5e960f7a71ee493c0bb7a7c56ea109c4
md5sums = 8b51a64c8278f62dd9721a83a0654933
md5sums = 48c790160833a16bc29aff1e0410995b
diff --git a/PKGBUILD b/PKGBUILD
index 58d30d517b35..6c53bfdb8e37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=vdr-iptv
pkgver=2.2.1
_vdrapi=2.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Integrates multicast IPTV transport streams seamlessly into VDR"
url="http://www.saunalahti.fi/~rahrenbe/vdr/iptv/"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
@@ -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/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'
'https://github.com/yavdr/yavdr-base/raw/stable-0.5/etc/vdr/plugins/iptv/vlcinput/Daytona-Beach.conf'
@@ -34,6 +35,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'
+ 'e45d1fdbcf279f1978d4298eb4c63510'
'5e960f7a71ee493c0bb7a7c56ea109c4'
'8b51a64c8278f62dd9721a83a0654933'
'48c790160833a16bc29aff1e0410995b'
@@ -45,6 +47,11 @@ md5sums=('318d58e097895789b18a07cac46dfd1c'
'793750d284f06285ea317128abcc398c'
'5ffc4e10ee120975540a7b3bff916d56')
+prepare() {
+ cd "${srcdir}/${_plugname}-${pkgver}"
+ patch -p1 -i "$srcdir/201b50eb9d10012560b3143e811340980dda7fcc.diff"
+}
+
build() {
cd "${srcdir}/${_plugname}-${pkgver}"
make GITTAG=''