Package Details: tvheadend 4.2.8-5

Git Clone URL: https://aur.archlinux.org/tvheadend.git (read-only, click to copy)
Package Base: tvheadend
Description: TV streaming server for Linux
Upstream URL: https://tvheadend.org/projects/tvheadend
Keywords: tvheadend
Licenses: GPL3
Conflicts: tvheadend-git
Provides: tvheadend
Submitter: BELzEBUB
Maintainer: LukyLX (Louis)
Last Packager: Louis
Votes: 113
Popularity: 0.066791
First Submitted: 2012-10-25 08:49 (UTC)
Last Updated: 2023-05-15 20:45 (UTC)

Dependencies (11)

Required by (1)

Sources (4)

Latest Comments

1 2 3 4 5 6 .. 24 Next › Last »

fossdd commented on 2024-02-17 18:10 (UTC)

Hey, quick question: Why is the user installed as install hook instead of a simply adding a file using sysusers.d(5)?

binhex commented on 2023-10-02 13:41 (UTC)

+1 on the issue reported by manio, exact same issue.

user20159 commented on 2023-09-09 22:25 (UTC)

For me, building this package fails with

/src/tvheadend-4.2.8/build.linux/hdhomerun/libhdhomerun_20180327.tgz: No such file or directory

even when installing libhdhomerun previously. tvheadend-git works though.

berturion commented on 2023-08-21 15:35 (UTC)

I have the same problem and console output as @manio (on an package update).

manio commented on 2023-08-20 08:10 (UTC)

I have a fresh arch packages and this package is failing to build:

src/libav.c: In function ‘libav_is_encoder’:
src/libav.c:190:15: error: ‘AVCodec’ has no member named ‘encode’
  190 |   return codec->encode || codec->encode2;
      |               ^~
src/libav.c:190:32: error: ‘AVCodec’ has no member named ‘encode2’
  190 |   return codec->encode || codec->encode2;
      |                                ^~
src/libav.c: In function ‘libav_init’:
src/libav.c:216:3: warning: implicit declaration of function ‘av_register_all’ [-Wimplicit-function-declaration]
  216 |   av_register_all();
      |   ^~~~~~~~~~~~~~~
src/libav.c:217:3: warning: implicit declaration of function ‘avfilter_register_all’ [-Wimplicit-function-declaration]
  217 |   avfilter_register_all();
      |   ^~~~~~~~~~~~~~~~~~~~~
src/libav.c: In function ‘libav_is_encoder’:
src/libav.c:192:1: error: control reaches end of non-void function [-Werror=return-type]
  192 | }
      | ^
cc1: all warnings being treated as errors
make: *** [Makefile:643: /usr/src/tvheadend/src/tvheadend-4.2.8/build.linux/src/libav.o] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

Sirfon commented on 2023-06-14 20:41 (UTC)

6.3.7 breaks dvb it seems - see https://bbs.archlinux.org/viewtopic.php?id=286421

Reverting to 6.3.6 will work for now, and looks like the problematic patch will be reverted.

holunder commented on 2023-06-14 12:04 (UTC) (edited on 2023-06-14 12:29 (UTC) by holunder)

tvheadend is broken for me after recent system updates. systemd service is still active but no web interface and no channels available. Edit: It is kernel 6.3.7 which is breaking it here. Am I the only one?

Louis commented on 2023-05-15 23:46 (UTC)

Package currently fails to build if "libavresample" is detected. Will fix tomorrow.

Louis commented on 2023-05-08 18:39 (UTC)

@LukyLX

Could you add me as a co-maintainer?

Helloagain commented on 2023-01-05 22:23 (UTC)

Getting the following error when trying to build:

make -f Makefile.hdhomerun build
make[1]: Entering directory '/home/kodi/.cache/yay/tvheadend/src/tvheadend-4.2.8'
WGET            http://download.silicondust.com/hdhomerun/libhdhomerun_20171221.tgz
http://download.silicondust.com/hdhomerun/libhdhomerun_20171221.tgz:
2023-01-05 23:21:36 ERROR 404: Not Found.
make[1]: *** [Makefile.hdhomerun:79: /home/kodi/.cache/yay/tvheadend/src/tvheadend-4.2.8/build.linux/hdhomerun/libhdhomerun_20171221/.tvh_download] Error 8
make[1]: Leaving directory '/home/kodi/.cache/yay/tvheadend/src/tvheadend-4.2.8'
make: *** [Makefile:800: /home/kodi/.cache/yay/tvheadend/src/tvheadend-4.2.8/build.linux/hdhomerun/libhdhomerun/libhdhomerun.a] Error 2