summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122023-12-02 08:17:16 +0100
committerwillemw122023-12-02 08:17:16 +0100
commitb63f9d52472a8f24e3ff84f7d4b35c2074a7c673 (patch)
treef0de9a34553ad6ba899a8a62ea669c46d0b49e52 /PKGBUILD
parent9d7a4b63edccaac671b8d62c9aa7c3b1bbf87404 (diff)
downloadaur-b63f9d52472a8f24e3ff84f7d4b35c2074a7c673.tar.gz
Upgrade from ffmpeg4.4 to ffmpeg (version 6)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27451bf739c6..74ae3434fe24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,19 +4,18 @@
# Contributor: Benjamin Hedrich <kiwisauce (a) pagenotfound (dot) de>
pkgname=tvheadend-git
-pkgver=4.3.r2154.gec56067
+pkgver=4.3.r2165.gdd884b8
pkgrel=1
pkgdesc='TV streaming server and DVR'
#arch=(x86_64)
arch=(aarch64 arm armv6h armv7h i686 x86_64)
url=https://tvheadend.org/
license=(GPL3)
-# NOTE: ffmpeg 6 is not supported (https://github.com/tvheadend/tvheadend/pull/1522)
-depends=(avahi ffmpeg4.4 libdvbcsa libfdk-aac libhdhomerun libogg libtheora libvorbis libvpx
+depends=(avahi ffmpeg libdvbcsa libfdk-aac libhdhomerun libogg libtheora libvorbis libvpx
openssl opus pcre2 pngquant uriparser x264 x265)
makedepends=(git python)
optdepends=('xmltv: alternative source of programme listings')
-# NOTE: !lto : avoid build error. See https://tvheadend.org/issues/6026
+# NOTE: !lto : to avoid build errors in case lto is enabled (in makepkg.conf). See https://tvheadend.org/issues/6026
options=(!lto !strip emptydirs)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
@@ -36,8 +35,6 @@ pkgver() {
build() {
cd $pkgname
- export PKG_CONFIG_PATH=/usr/lib/ffmpeg4.4/pkgconfig
-
./configure \
--datadir=/var/lib \
--disable-ffmpeg_static \