RpmRepository » History » Version 7
Mark Clarkstone, 2018-10-26 00:57
1 | 3 | Jaroslav Kysela | h1. Official Repositories |
---|---|---|---|
2 | |||
3 | 1 | Jaroslav Kysela | The repositories are provided by "Bintray":https://bintray.com/tvheadend containing packages built by "Doozer.io":https://doozer.io/tvheadend/tvheadend. |
4 | |||
5 | 7 | Mark Clarkstone | h2. Status |
6 | |||
7 | (!) *+No further updates will be available from Bintray. We are looking into alternatives.+* |
||
8 | |||
9 | 1 | Jaroslav Kysela | h2. RPM |
10 | |||
11 | There are three types of repositories, updated on-the-fly when the code is commited to github: |
||
12 | |||
13 | * release |
||
14 | 7 | Mark Clarkstone | - final release (such as 4.2.5) |
15 | 1 | Jaroslav Kysela | * stable |
16 | 7 | Mark Clarkstone | - includes stable changes between releases (such as 4.2.5-x~gHASH) |
17 | 1 | Jaroslav Kysela | * upstable |
18 | 7 | Mark Clarkstone | - all changes from the 'master' development branch (such as 4.3-x~gHASH) |
19 | 1 | Jaroslav Kysela | |
20 | h3. Fedora |
||
21 | |||
22 | <pre> |
||
23 | dnf config-manager --add-repo https://dl.bintray.com/tvheadend/fedora/bintray-tvheadend-fedora-4.2-stable.repo |
||
24 | ...or.# dnf config-manager --add-repo https://dl.bintray.com/tvheadend/fedora/bintray-tvheadend-fedora-4.2-release.repo |
||
25 | ...or.# dnf config-manager --add-repo https://dl.bintray.com/tvheadend/fedora/bintray-tvheadend-fedora-unstable.repo |
||
26 | dnf install tvheadend |
||
27 | </pre> |
||
28 | |||
29 | h3. CentOS |
||
30 | |||
31 | <pre> |
||
32 | yum-config-manager --add-repo https://dl.bintray.com/tvheadend/centos/bintray-tvheadend-centos-4.2-stable.repo |
||
33 | ...or.# yum-config-manager --add-repo https://dl.bintray.com/tvheadend/centos/bintray-tvheadend-centos-4.2-release.repo |
||
34 | ...or.# yum-config-manager --add-repo https://dl.bintray.com/tvheadend/centos/bintray-tvheadend-centos-unstable.repo |
||
35 | yum install tvheadend |
||
36 | </pre> |
||
37 | |||
38 | 3 | Jaroslav Kysela | h1. RpmFusion |
39 | 1 | Jaroslav Kysela | |
40 | The tvheadend package is also available through "rpmfusion":http://rpmfusion.org : |
||
41 | |||
42 | https://admin.rpmfusion.org/pkgdb/package/free/tvheadend/ |