summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Ziemba2018-06-01 17:39:59 -0400
committerDan Ziemba2018-06-01 17:39:59 -0400
commit084d5c3436b51a0e9198bb80d55cdda2c4693fb9 (patch)
tree68bdcccfeebfc8f249ba981e3134d9f33e224d1a
parenta213efa63419d88788318876720838715fc473da (diff)
downloadaur-084d5c3436b51a0e9198bb80d55cdda2c4693fb9.tar.gz
Enabled DVB descrambling
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 979866053140..714d698e87f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tvheadend-git
pkgdesc = TV streaming server for Linux
pkgver = 4.3.r1252.g595fd174f
- pkgrel = 3
+ pkgrel = 4
url = https://tvheadend.org/
install = tvheadend.install
arch = i686
@@ -19,6 +19,7 @@ pkgbase = tvheadend-git
depends = ffmpeg
depends = pcre2
depends = libfdk-aac
+ depends = libdvbcsa
optdepends = xmltv: For an alternative source of programme listings
provides = tvheadend
conflicts = tvheadend
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
}