summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Ziemba2017-09-27 22:15:40 -0400
committerDan Ziemba2017-09-27 22:15:40 -0400
commite8d2ec9a807293b95ed922010a64ff8f64ca4ea5 (patch)
tree8845d0b2d4285f8e91c0521bc4975a4986119486
parent003c566263d0f8e3e441174acd42ee97f19c1ae8 (diff)
downloadaur-e8d2ec9a807293b95ed922010a64ff8f64ca4ea5.tar.gz
System libopus, missing deps, enabled fdkaac
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fb82bd7e27f..414db06d848a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Mar 19 21:18:11 UTC 2017
+# Thu Sep 28 02:15:12 UTC 2017
pkgbase = tvheadend-git
pkgdesc = TV streaming server for Linux
- pkgver = 4.1.r2483.g1f3411cd1
+ pkgver = 4.3.r504.g75c2b30a2
pkgrel = 1
url = https://tvheadend.org/
install = tvheadend.install
@@ -20,6 +20,8 @@ pkgbase = tvheadend-git
depends = uriparser
depends = ffmpeg
depends = linuxtv-dvb-apps
+ depends = pcre2
+ depends = libfdk-aac
optdepends = xmltv: For an alternative source of programme listings
provides = tvheadend
conflicts = tvheadend
diff --git a/PKGBUILD b/PKGBUILD
index 1f5b94922511..908cb4468fcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=tvheadend-git
_gitname='tvheadend-git'
-pkgver=4.1.r2483.g1f3411cd1
+pkgver=4.3.r504.g75c2b30a2
pkgrel=1
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' 'linuxtv-dvb-apps')
+depends=('avahi' 'openssl' 'uriparser' 'ffmpeg' 'linuxtv-dvb-apps' 'pcre2' 'libfdk-aac')
makedepends=('git' 'python')
optdepends=('xmltv: For an alternative source of programme listings')
provides=('tvheadend')
@@ -49,7 +49,8 @@ build() {
--disable-libvpx_static \
--disable-libtheora_static \
--disable-libvorbis_static \
- --disable-libfdkaac_static \
+ --disable-libfdkaac_static --enable-libfdkaac \
+ --disable-libopus_static \
--disable-libmfx_static --disable-qsv \
--disable-nvenc \
--disable-hdhomerun_static