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.20
First Submitted: 2012-10-25 08:49 (UTC)
Last Updated: 2024-10-12 22:02 (UTC)

Dependencies (9)

Required by (0)

Sources (5)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 25 Next › Last »

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

halfagascan commented on 2022-03-09 15:25 (UTC)

from: https://wiki.archlinux.org/title/Tvheadend

The tvheadendAUR package does not have HDHomeRun support enabled. To enable you will need to edit the PKGBUILD and append libhdhomerun (libhdhomerunAUR) to the depends list. Finally, append --enable-hdhomerun_client in the configure array.

from: commented on 2022-01-30 22:30 (UTC) @aphirst If you don't need HDHomeRun support, simply edit the PKGBUILD as follows

something out of sync.

pokabjoern commented on 2022-01-30 22:30 (UTC)

@aphirst If you don't need HDHomeRun support, simply edit the PKGBUILD as follows:

Add this to the ./configure section:

        --disable-hdhomerun_static \
        --disable-hdhomerun_client \

and this to the build() section one line above the make command:

CFLAGS="$CFLAGS -Wno-error=format-truncation -Wno-error=implicit-function-declaration"

Tvheadend will build fine after these changes.

francoism90 commented on 2021-10-23 18:40 (UTC) (edited on 2021-10-23 18:41 (UTC) by francoism90)

@willemw tvheadend-git includes those changes. If you want the stable build, you can include the improvements yourself. :)

I don't know if @LukyLX wants to bump this, TVH doesn't seem to provide any newer stable builds atm.