Actions
Official Repositories¶
The repositories are provided by Bintray containing packages built by Doozer.io.
Status¶
No further updates will be available from Bintray. We are looking into alternatives.
RPM¶
There are three types of repositories, updated on-the-fly when the code is commited to github:
- release
- final release (such as 4.2.5) - stable
- includes stable changes between releases (such as 4.2.5-x~gHASH) - upstable
- all changes from the 'master' development branch (such as 4.3-x~gHASH)
Fedora¶
dnf config-manager --add-repo https://dl.bintray.com/tvheadend/fedora/bintray-tvheadend-fedora-4.2-stable.repo ...or.# dnf config-manager --add-repo https://dl.bintray.com/tvheadend/fedora/bintray-tvheadend-fedora-4.2-release.repo ...or.# dnf config-manager --add-repo https://dl.bintray.com/tvheadend/fedora/bintray-tvheadend-fedora-unstable.repo dnf install tvheadend
CentOS¶
yum-config-manager --add-repo https://dl.bintray.com/tvheadend/centos/bintray-tvheadend-centos-4.2-stable.repo ...or.# yum-config-manager --add-repo https://dl.bintray.com/tvheadend/centos/bintray-tvheadend-centos-4.2-release.repo ...or.# yum-config-manager --add-repo https://dl.bintray.com/tvheadend/centos/bintray-tvheadend-centos-unstable.repo yum install tvheadend
RpmFusion¶
The tvheadend package is also available through rpmfusion :
Updated by Mark Clarkstone about 6 years ago · 7 revisions