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