summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Ziemba2018-06-01 17:39:59 -0400
committerDan Ziemba2018-06-01 17:39:59 -0400
commit084d5c3436b51a0e9198bb80d55cdda2c4693fb9 (patch)
tree68bdcccfeebfc8f249ba981e3134d9f33e224d1a /PKGBUILD
parenta213efa63419d88788318876720838715fc473da (diff)
downloadaur-084d5c3436b51a0e9198bb80d55cdda2c4693fb9.tar.gz
Enabled DVB descrambling
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb5fc9cee03c..f91bc0308f4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,17 @@
# To enable hdhomerun, add 'libhdhomerun' to depends and '--enable-hdhomerun_client' to
# the configure command in build().
-#
-# To enable DVB descrambling, add 'libdvbcsa' to depends and change '--disable-tvhcsa'
-# to '--enable-tvhcsa'
pkgname=tvheadend-git
_gitname='tvheadend-git'
pkgver=4.3.r1252.g595fd174f
-pkgrel=3
+pkgrel=4
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')
+depends=('avahi' 'openssl' 'uriparser' 'ffmpeg' 'pcre2' 'libfdk-aac'
+ 'libdvbcsa')
makedepends=('git' 'python')
optdepends=('xmltv: For an alternative source of programme listings')
provides=('tvheadend')
@@ -78,7 +76,7 @@ build() {
--enable-dvben50221 \
--enable-dbus_1 \
--disable-hdhomerun_static \
- --disable-tvhcsa
+ --enable-tvhcsa
make
}