Search Criteria
Package Details: tvheadend 4.2.8-8
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/ |
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)
- avahi
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- uriparser (uriparser-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- wget (wget-gitAUR, wurlAUR) (make)
- libiconv (optional) – For conversion of character encodings
- xmltvAUR (optional) – For an alternative source of programme listings
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 25 Next › Last »
willemw commented on 2021-10-22 10:08 (UTC)
provides=('tvheadend')
is redundant.conflicts=('tvheadend-git')
does not need to be specified (as stated in the Wiki).tar
is already installed (part ofbase
).Maybe use
install
instead ofchmod
and maybe switch to using systemd'ssysusers.d
andtmpfiles.d
folders.aphirst commented on 2021-10-22 09:19 (UTC)
Build now unfortunately fails.
http://download.silicondust.com/hdhomerun/libhdhomerun_20171221.tgz: 2021-10-22 10:18:40 ERROR 404: Not Found. make[1]: *** [Makefile.hdhomerun:79: /home/adam/.cache/aurutils/sync/tvheadend/src/tvheadend-4.2.8/build.linux/hdhomerun/libhdhomerun_20171221/.tvh_download] Error 8
holunder commented on 2021-03-24 12:28 (UTC) (edited on 2021-03-24 17:43 (UTC) by holunder)
I had to recompile it after last day’s system updates. Now I get into the web interface again but cannot start any stream. Edit: Just had to reconnect the DVB-T2 usb cable.
pelle commented on 2020-11-02 08:08 (UTC)
@RoKoInfo
Thx for your help. I use the armv7l architecture. If I use the two flags mentioned, the error message also appears, see @pokabjoern. Seems to me like it has to do with architecture.
pelle
RoKoInfo commented on 2020-11-01 12:12 (UTC) (edited on 2020-11-01 12:13 (UTC) by RoKoInfo)
When trying to compile for armv7h, I needed both flags,
-Wno-error=format-truncation
and-Wno-error=stringop-truncation
. Compiling was successful, however, I do not know right now, if tvheadend works fine with it.RoKoInfo
pelle commented on 2020-10-20 12:40 (UTC)
@Neil
Thx for the patch. Even when I use the patch, I get the same error message as described by @pokabjoern.
Meanwhile I'm at a loss.
Pelle
Neil commented on 2020-10-03 19:27 (UTC)
@pelle
Here's my git diff:
As you can see I just added the line above to the prepare() function in PKGBUILD.
Hope this helps,
Neil.
pelle commented on 2020-10-01 09:04 (UTC) (edited on 2020-10-01 09:05 (UTC) by pelle)
@Neil
I've tried it too and fail.
I've tried the following:
...
detect libavresample and prepare for using it
...
I get the error message, see @pokabjoern.
What am I doing wrong?
thanks in advance
Neil commented on 2020-09-23 22:08 (UTC)
Thanks @pokabjoern - now I can build tvheadend also :-)
pokabjoern commented on 2020-08-15 06:52 (UTC)
I had to add
to PKGBUILD's build section, otherwise makepkg fails:« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 25 Next › Last »