summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Ziemba2018-06-01 17:41:52 -0400
committerDan Ziemba2018-06-01 17:44:47 -0400
commitd1378435a8282fde531b1af84e6ca4ecfcc84ed8 (patch)
treef4c9b00377bf50a6d20333e9d70feb682249cceb /PKGBUILD
parent6617e29d0bf0820a1d6b6e6b3e22d4a800ddcc19 (diff)
downloadaur-d1378435a8282fde531b1af84e6ca4ecfcc84ed8.tar.gz
Enabled HDHomerun client
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cdb54ae924f3..604d92ace8c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,16 @@
# Maintainer: Dan Ziemba <zman0900@gmail.com>
# Contributor: Benjamin Hedrich <kiwisauce (a) pagenotfound (dot) de>
-# To enable hdhomerun, add 'libhdhomerun' to depends and '--enable-hdhomerun_client' to
-# the configure command in build().
-
pkgname=tvheadend-git
_gitname='tvheadend-git'
pkgver=4.3.r1252.g595fd174f
-pkgrel=4
+pkgrel=5
pkgdesc="TV streaming server for Linux"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://tvheadend.org/"
license=('GPL3')
depends=('avahi' 'openssl' 'uriparser' 'ffmpeg' 'pcre2' 'libfdk-aac'
- 'libdvbcsa')
+ 'libdvbcsa' 'libhdhomerun')
makedepends=('git' 'python')
optdepends=('xmltv: For an alternative source of programme listings')
provides=('tvheadend')
@@ -75,7 +72,7 @@ build() {
--enable-uriparser \
--enable-dvben50221 \
--enable-dbus_1 \
- --disable-hdhomerun_static \
+ --disable-hdhomerun_static --enable-hdhomerun_client \
--enable-tvhcsa
make
}