RpmRepository » History » Version 3
  Jaroslav Kysela, 2017-04-21 21:17 
  
| 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 | - final release (like 4.2.2) | ||
| 11 | * stable | ||
| 12 | 2 | Jaroslav Kysela | - includes stable changes between releases (like 4.2.2-10~gHASH) | 
| 13 | 1 | Jaroslav Kysela | * upstable | 
| 14 | 2 | Jaroslav Kysela | - all changes from the 'master' development branch (like 4.3-520~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/ |