Search Criteria
Package Details: tvheadend 4.2.8-4
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 |
Last Packager: | LukyLX |
Votes: | 112 |
Popularity: | 0.000067 |
First Submitted: | 2012-10-25 08:49 (UTC) |
Last Updated: | 2020-05-29 17:06 (UTC) |
Dependencies (11)
- avahi (avahi-git, avahi-gtk2)
- ffmpeg (ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-intel-full-git, ffmpeg-yt-dlp-bin, ffmpeg-shinobi, ffmpeg-git, ffmpeg-ndi, ffmpeg-mmal, ffmpeg-nocuda, ffmpeg-obs, ffmpeg-cuda, ffmpeg-decklink, ffmpeg-amd-full-git, ffmpeg-amd-full, ffmpeg-libfdk_aac, ffmpeg-gpl-bin, ffmpeg-v4l2-request-git, ffmpeg-full, ffmpeg-full-git, ffmpeg-jxl, ffmpeg-mpp, ffmpeg-headless)
- openssl (openssl-hardened, openssl-static, quictls-openssl, openssl-git)
- tar (tar-libarchive, tar-git, tar-parallel)
- uriparser
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- python (nogil-python, python36, python32, python311, python39, python38, python37, python312) (make)
- wget (wget-git, wget-xdg, wget-xdg-bin) (make)
- libavresample.so (libavresample, ffmpeg-compat-57, ffmpeg3.4, ffmpeg2.8) (optional) – For use of libav (i.e. for transcoding)
- libiconv (optional) – For conversion of character encodings
- xmltv (optional) – For an alternative source of programme listings
Latest Comments
1 2 3 4 5 6 .. 23 Next › Last »
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...
AlD commented on 2022-11-05 17:10 (UTC) (edited on 2022-11-05 17:11 (UTC) by AlD)
@PaulchenPlump you have that backwards. You have to recompile tvheadend.
PaulchenPlump commented on 2022-11-05 15:20 (UTC) (edited on 2022-11-05 15:21 (UTC) by PaulchenPlump)
After the OpenSSL update I get the following error with TVHeadend:
/usr/bin/tvheadend: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Workarount is "pacman -S openssl-1.1", but this should be more temporary. Please recompile with the current openssl.
willemw commented on 2022-07-07 08:45 (UTC)
Please fix this package. It fails to build out-of-the-box (in a clean chroot build environment).
Please remove "provides" and "conflicts". Quotes from the Wiki: "Do not add pkgname to the provides array" and "you do not need to specify all those conflicting package names in your conflicts array"
m31aur commented on 2022-06-08 15:33 (UTC) (edited on 2022-06-08 15:37 (UTC) by m31aur)
The way I got it to work Add in ./configure --disable-hdhomerun_static \ --disable-hdhomerun_client \
and in build() CFLAGS="$CFLAGS -Wno-error=implicit-function-declaration -Wno-error=use-after-free"
OrrellElectrics commented on 2022-05-19 11:08 (UTC)
https://pastebin.com/uGND3JNm
1 2 3 4 5 6 .. 23 Next › Last »