Package Details: tvheadend-git 4.3.r2354.gadef81b-1

Git Clone URL: https://aur.archlinux.org/tvheadend-git.git (read-only, click to copy)
Package Base: tvheadend-git
Description: TV streaming server and DVR
Upstream URL: https://tvheadend.org/
Keywords: dvb iptv pvr streaming tv
Licenses: GPL-3.0-or-later
Conflicts: tvheadend
Provides: tvheadend
Submitter: zman0900
Maintainer: willemw
Last Packager: willemw
Votes: 28
Popularity: 0.000006
First Submitted: 2015-08-10 20:59 (UTC)
Last Updated: 2024-08-13 12:33 (UTC)

Pinned Comments

francoism90 commented on 2021-03-21 14:16 (UTC) (edited on 2021-03-21 14:16 (UTC) by francoism90)

Warning: if you have previously used this package, you need to reinstall! Sorry for introducing breaking changes, but hopefully the introduced changes will provide a better experience for most users. :)

Backup your configs (if needed) before performing the upgrade!

Changes:

  • TVHeadend will be installed to /var/lib/tvheadend instead of /usr/share/tvheadend
  • Package will create the system user tvheadend (member of group video) with config files stored in /etc/tvheadend, it will not use a home directory anymore.
  • By using sysusers.d and tmpfiles.d permissions should be easier to manage.
  • tvheadend.service now includes -C by default.
  • Added some missing deps

If you have any questions or suggestions, please let me know. :)

luciferin commented on 2017-04-06 14:01 (UTC) (edited on 2019-08-14 12:21 (UTC) by luciferin)

I started up a wiki page for Tvheadend. Input and help is welcome.

https://wiki.archlinux.org/index.php/Tvheadend

Latest Comments

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

willemw commented on 2023-03-11 08:11 (UTC)

It now builds without the GCC 12 workaround.

void09 commented on 2022-12-22 12:44 (UTC)

I'd like to suggest adding '!lto' to the options list in the PKGBUILD. tvheadend still does not currently compile with lto enabled: https://tvheadend.org/issues/6026 And some users might have it enabled by default in makepkg.conf Thanks.

ericwoud commented on 2022-09-27 12:21 (UTC) (edited on 2022-11-01 11:26 (UTC) by ericwoud)

When I execute:

ldd /usr/bin/tvheadend | grep resample
    libswresample.so.3 => /usr/lib/libswresample.so.3 (0xb4a30000)

So please change dependency from libavresample to only depend on ffmepg (no version). Tvheadend migrated already 4 years ago. See:

https://tvheadend.org/issues/5235

Then also change configuration to: --disable-libav

theben_m commented on 2022-09-24 10:34 (UTC)

I hope this is the right place for this remark - Currently linux 5.19 breaks vaapi transcoding on i915 devices (see https://bugs.archlinux.org/task/75641). I was able to mitigate the issue by downgrading to linux-5.18.x for now.

OrrellElectrics commented on 2022-08-02 08:17 (UTC)

@gazza_c @willemw Thank you

willemw commented on 2022-08-02 07:49 (UTC)

@francoism90: you may want to update the workaround comment to mention GCC 12.

These warnings, which are now being ignored, will hopefully be fixed upstream.

francoism90 commented on 2022-08-02 07:30 (UTC)

@gazza_c @willemw I have applied the workaround, it seems to compile. :)

willemw commented on 2022-07-31 18:47 (UTC)

Or change export CFLAGS="${CFLAGS} -fcommon" to export CFLAGS="$CFLAGS -Wno-error=array-bounds -Wno-error=address"