summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Ziemba2018-05-31 20:13:52 -0400
committerDan Ziemba2018-05-31 20:13:52 -0400
commita5c44c69662dadce990a4089221068125787a831 (patch)
treef38884baabe4e595948b21450aaf3e1548131b1d /PKGBUILD
parentb56533f9b9f9b8fce42d1dd0c52bdb9ed7394bf2 (diff)
downloadaur-a5c44c69662dadce990a4089221068125787a831.tar.gz
Disabled CSA
Avoids needing to build another AUR library for what I think is an uncommon need.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53f93304219a..c23bb4734f83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,13 @@
# 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.r912.g5fe3ebd48
+pkgver=4.3.r1252.g595fd174f
pkgrel=1
pkgdesc="TV streaming server for Linux"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -61,7 +64,8 @@ build() {
--enable-uriparser \
--enable-dvben50221 \
--enable-dbus_1 \
- --disable-hdhomerun_static
+ --disable-hdhomerun_static \
+ --disable-tvhcsa
make
}