Package Details: tvheadend 4.2.8-8

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/
Keywords: tvheadend
Licenses: GPL-3.0-only
Submitter: BELzEBUB
Maintainer: fossdd
Last Packager: fossdd
Votes: 115
Popularity: 0.000016
First Submitted: 2012-10-25 08:49 (UTC)
Last Updated: 2025-05-14 06:50 (UTC)

Dependencies (9)

Required by (0)

Sources (5)

Latest Comments

« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 25 Next › Last »

LukyLX commented on 2016-06-08 13:11 (UTC)

Updated to v4.0.9 and: - changed dependency ffmpeg to ffmpeg2.8 (including PKG_CONFIG_PATH=/usr/lib/ffmpeg2.8/pkgconfig during prepare()) - removed optional libhdhomerun dependency because it's linked statically by default now. - patched for compilation error concerning misleading-indentation in htsmsg.c

binhex commented on 2016-05-03 14:51 (UTC)

am i reading this right that the bug shown below regards ffmpeg v3.0 is holding up this package from being updated?, just wondering as its been over a month since this was flagged out of date.

FieldOfClay commented on 2016-04-19 06:50 (UTC)

This error is caused by ffmpeg v3.0: src/plumbing/transcoding.c:27:36: fatal error: libavutil/audioconvert.h: No such file or directory A bug has been submitted upstream here: https://tvheadend.org/issues/3597 In the meantime, changing the depends from "ffmpeg" to "ffmpeg2.8" and removing ffmpeg allows this to compile and install.

AlD commented on 2016-04-17 14:10 (UTC)

Couldn't find this package as repository on github, but I applied the 4.0.9 update and incorporated the arch request from the comments here: https://github.com/AlD/archlinux/commit/0302959c9285f75af6d5138fd1e3dc706d987297 Tested on a Pi. Didn't notice any issues wrt libavutil.

pejobo commented on 2016-04-12 13:27 (UTC)

I get this error on raspberry pi (armv7h): src/plumbing/transcoding.c:27:36: fatal error: libavutil/audioconvert.h: No such file or directory

mitaka_g commented on 2016-04-11 08:02 (UTC)

Can you please add 'aarch64' to the list of supported architectures?

emilsvennesson commented on 2016-04-10 22:43 (UTC)

v4.0.9 has been released. https://github.com/tvheadend/tvheadend/archive/v4.0.9.tar.gz

cleanrock commented on 2016-02-28 07:02 (UTC)

Use PKG_CONFIG_PATH=/usr/lib/ffmpeg2.8/pkgconfig with new package ffmpeg2.8. https://tvheadend.org/issues/3597

cgx commented on 2016-02-24 17:22 (UTC)

Does not build with ffmpeg 3.0-1 in testing: CC src/plumbing/transcoding.o src/plumbing/transcoding.c:27:36: fatal error: libavutil/audioconvert.h: No such file or directory compilation terminated. Makefile:441: recipe for target '/tmp/pacaurtmp-cromos/tvheadend/src/tvheadend-4.0.8/build.linux/src/plumbing/transcoding.o' failed make: *** [/tmp/pacaurtmp-cromos/tvheadend/src/tvheadend-4.0.8/build.linux/src/plumbing/transcoding.o] Error 1

aplund commented on 2015-12-15 01:40 (UTC)

I have BUILDDIR set in my /etc/makepkg.conf. This seems to conflict with the way the tvheadend build system works and it fails on install. (I have BUILDDIR=/tmp/makepkg in makepkg.conf). CC tvheadend /usr/bin/ld: cannot open output file /tmp/makepkg/tvheadend: Is a directory collect2: error: ld returned 1 exit status Makefile:437: recipe for target '/tmp/makepkg/tvheadend' failed make: *** [/tmp/makepkg/tvheadend] Error 1