Search Criteria
Package Details: tvheadend 4.2.8-5
Package Actions
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.55 |
First Submitted: | 2012-10-25 08:49 (UTC) |
Last Updated: | 2023-05-15 20:45 (UTC) |
Dependencies (11)
- avahi (avahi-gtk2AUR)
- ffmpeg (ffmpeg-nonvidiaAUR, ffmpeg-intel-full-gitAUR, ffmpeg-v4l2-request-gitAUR, ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-threading-gitAUR, ffmpeg-mppAUR, ffmpeg-nocudaAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-obsAUR, ffmpeg-amd-full-gitAUR)
- openssl (openssl-gitAUR, openssl-hardenedAUR, openssl-staticAUR, quictls-opensslAUR)
- tar (tar-gitAUR, busybox-coreutilsAUR)
- uriparser
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR) (make)
- python (python32AUR, python37AUR, python310AUR) (make)
- wget (wget-gitAUR) (make)
- libavresample.so (libavresampleAUR, ffmpeg3.4AUR, ffmpeg-compat-57AUR, ffmpeg2.8AUR) (optional) – For use of libav (i.e. for transcoding)
- libiconv (optional) – For conversion of character encodings
- xmltvAUR (optional) – For an alternative source of programme listings
Latest Comments
1 2 3 4 5 6 .. 24 Next › Last »
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
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:
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:
foggybrain commented on 2022-11-17 21:25 (UTC)
Not building anymore
src/muxer/muxer_libav.c:470:39: error: ‘AVStream’ has no member named ‘codec’ 470 | if(av_bitstream_filter_filter(st->codec->codec_id == AV_CODEC_ID_H264 ? | ^~ src/muxer/muxer_libav.c:472:39: error: ‘AVStream’ has no member named ‘codec’ 472 | st->codec, | ^~ src/muxer/muxer_libav.c: In function ‘lav_muxer_destroy’: src/muxer/muxer_libav.c:591:5: warning: implicit declaration of function ‘av_bitstream_filter_close’ [-Wimplicit-function-declaration] 591 | av_bitstream_filter_close(lm->lm_h264_filter); | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/muxer/muxer_libav.c:598:38: error: ‘AVStream’ has no member named ‘codec’ 598 | av_freep(&lm->lm_oc->streams[i]->codec->extradata); | ^~ src/muxer/muxer_libav.c: In function ‘lav_muxer_create’: src/muxer/muxer_libav.c:640:7: error: assignment discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers] 640 | fmt = av_guess_format(mux_name, NULL, NULL); | ^ cc1: all warnings being treated as errors make: *** [Makefile:642: /home/tim/aur/builds/tvheadend/src/tvheadend-4.2.8/build.linux/src/muxer/muxer_libav.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting...
1 2 3 4 5 6 .. 24 Next › Last »