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