AptRepositories » History » Version 52
Mark Clarkstone, 2017-04-21 22:08
1 | 50 | Jaroslav Kysela | h1. Official Repositories |
---|---|---|---|
2 | 1 | Adam Sutton | |
3 | 50 | Jaroslav Kysela | The repositories are provided by "Bintray":https://bintray.com/tvheadend containing packages built by "Doozer.io":https://doozer.io/tvheadend/tvheadend. |
4 | 46 | Mark Clarkstone | |
5 | 50 | Jaroslav Kysela | h2. DEB - Debian & Ubuntu |
6 | 1 | Adam Sutton | |
7 | 50 | Jaroslav Kysela | This repository provides Debian and Ubuntu packages. |
8 | 1 | Adam Sutton | |
9 | 50 | Jaroslav Kysela | *Please note that with the changes to the build system, the list of supported distros has changed.* Please check the _Supported Distributions / Platforms_ list below, if your distribution isn't listed, there may be an older version available, new build targets *will* be added as soon as possible. |
10 | |||
11 | --- |
||
12 | |||
13 | h3. 4.2 |
||
14 | |||
15 | This is the current-stable release. |
||
16 | |||
17 | h4. Supported Distributions / Platforms |
||
18 | |||
19 | 1 | Adam Sutton | * Debian |
20 | 50 | Jaroslav Kysela | ** Jessie "jessie" (8.x) - i386 / amd64 |
21 | 1 | Adam Sutton | |
22 | * Ubuntu |
||
23 | 50 | Jaroslav Kysela | ** Xenial "xenial" (16.04.x) - i386 / amd64 / armhf / arm64. |
24 | ** Trusty "trusty" (14.04.x) - i386 / amd64 - see note 1. |
||
25 | 1 | Adam Sutton | |
26 | 50 | Jaroslav Kysela | Notes: |
27 | # The armhf and arm64 builds do not have transcoding built in at the moment. |
||
28 | 1 | Adam Sutton | |
29 | 50 | Jaroslav Kysela | h4. Build types |
30 | 1 | Adam Sutton | |
31 | 50 | Jaroslav Kysela | * stable-4.2 - The latest official / stable code including changes between releases (like 4.2.2-10~gHASH). |
32 | * release-4.2 - The latest version marked as release. (like 4.2.2). |
||
33 | 1 | Adam Sutton | |
34 | 50 | Jaroslav Kysela | --- |
35 | 1 | Adam Sutton | |
36 | 50 | Jaroslav Kysela | h3. 4.0 |
37 | 1 | Adam Sutton | |
38 | 50 | Jaroslav Kysela | This is the old-stable release. Please note, there will be no further updates to this version. |
39 | 1 | Adam Sutton | |
40 | 50 | Jaroslav Kysela | h4. Supported Distributions / Platforms |
41 | 1 | Adam Sutton | |
42 | 50 | Jaroslav Kysela | * Debian |
43 | ** Jessie "jessie" (8.x) - i386 / amd64 |
||
44 | 28 | Adam Sutton | |
45 | 1 | Adam Sutton | * Ubuntu |
46 | 50 | Jaroslav Kysela | ** Xenial "xenial" (16.04.x) - i386 / amd64 |
47 | ** Wily Werewolf "wily" (15.10.x) - i386 / amd64 |
||
48 | ** Trusty (14.04.x) "trusty" - i386 / amd64 |
||
49 | 1 | Adam Sutton | |
50 | 50 | Jaroslav Kysela | h4. Build types |
51 | 1 | Adam Sutton | |
52 | 50 | Jaroslav Kysela | There is currently only one build type for 4.0. |
53 | |||
54 | * stable - An old-stable build from the 4.0 release branch. |
||
55 | |||
56 | --- |
||
57 | |||
58 | h3. Development/Unstable |
||
59 | |||
60 | This is the current development "bleeding-edge" release. It contains builds from the development (master) branch on "Github":https://github.com/tvheadend/tvheadend. *Only use this build if you want bleeding-edge & don't mind breakages!* |
||
61 | |||
62 | h4. Supported Distributions / Platforms |
||
63 | |||
64 | * Debian |
||
65 | ** Jessie "jessie" (8.x) - i386 / amd64 |
||
66 | |||
67 | * Ubuntu |
||
68 | ** Xenial "xenial" (16.04.x) - i386 / amd64 / armhf / arm64 - see note 1 + 2. |
||
69 | ** Trusty "trusty" (14.04.x) - i386 / amd64 - see note 1. |
||
70 | |||
71 | 21 | Mark Clarkstone | Notes: |
72 | 50 | Jaroslav Kysela | # Due to issues with building x264, i386 builds have limited transcoding support. |
73 | # armhf and arm64 builds do not have transcoding built in at the moment. |
||
74 | 28 | Adam Sutton | |
75 | 50 | Jaroslav Kysela | h4. Build types |
76 | 28 | Adam Sutton | |
77 | 50 | Jaroslav Kysela | There is currently only one build type for unstable. |
78 | |||
79 | * unstable - This will contain a nightly build from the development branch (master) |
||
80 | |||
81 | --- |
||
82 | |||
83 | h3. Usage |
||
84 | |||
85 | 1 | Adam Sutton | First install bintray's GPG key: |
86 | |||
87 | <pre> |
||
88 | sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61 |
||
89 | </pre> |
||
90 | |||
91 | Select which build type you want and add the repository accordingly: |
||
92 | |||
93 | 21 | Mark Clarkstone | <pre> |
94 | 28 | Adam Sutton | echo "deb https://dl.bintray.com/tvheadend/deb DISTRO BUILDTYPE" | sudo tee -a /etc/apt/sources.list |
95 | 21 | Mark Clarkstone | </pre> |
96 | |||
97 | 33 | Mark Clarkstone | Replace DISTRO with the distribution's code name (as quoted in the _Supported Distro's / Platforms_ list). |
98 | 21 | Mark Clarkstone | Replace BUILDTYPE with the desired build type. |
99 | 1 | Adam Sutton | |
100 | 35 | Mark Clarkstone | > Example: |
101 | 34 | Mark Clarkstone | > <pre> |
102 | 50 | Jaroslav Kysela | echo "deb https://dl.bintray.com/tvheadend/deb xenial stable-4.2" | sudo tee -a /etc/apt/sources.list |
103 | 21 | Mark Clarkstone | </pre> |
104 | |||
105 | Refresh the available packages and install: |
||
106 | 28 | Adam Sutton | |
107 | 21 | Mark Clarkstone | <pre> |
108 | sudo apt-get update |
||
109 | sudo apt-get install tvheadend |
||
110 | 28 | Adam Sutton | </pre> |
111 | 21 | Mark Clarkstone | |
112 | Note: if you install more than one suite you will only ever get packages from the one holding the most recent version number, so the order of priority would be: |
||
113 | |||
114 | 28 | Adam Sutton | <pre> |
115 | 50 | Jaroslav Kysela | unstable > stable-4.2 > stable |
116 | 28 | Adam Sutton | </pre> |
117 | |||
118 | 50 | Jaroslav Kysela | --- |
119 | 28 | Adam Sutton | |
120 | 50 | Jaroslav Kysela | h3. Help! |
121 | 1 | Adam Sutton | |
122 | 50 | Jaroslav Kysela | *Where are the builds for my distro/arch?* |
123 | At the moment the Doozer build system only has support for a limited number of build targets. New targets will be added as soon as possible. If you're impatient you may build your own packages. |
||
124 | 1 | Adam Sutton | |
125 | 50 | Jaroslav Kysela | *What happened to nightly builds?* |
126 | They're no longer being provided. packages are now built on the fly once a commit to the branch has been pushed. |
||
127 | 28 | Adam Sutton | |
128 | 50 | Jaroslav Kysela | *Is there an Ubuntu PPA?* |
129 | Not an official one, but there is one provided by Michael Marley that provides *unstable* packages for Artful (untested), Zesty, Yakkety, and Xenial - amd64, arm64, armhf, i386, ppc64el. |
||
130 | 1 | Adam Sutton | |
131 | 50 | Jaroslav Kysela | You can install it by doing the following: |
132 | 1 | Adam Sutton | |
133 | 50 | Jaroslav Kysela | * Add the PPA to your system: |
134 | <pre>sudo apt-add-repository ppa:mamarley/tvheadend-git</pre> |
||
135 | 1 | Adam Sutton | |
136 | 52 | Mark Clarkstone | * Update your packages: |
137 | 50 | Jaroslav Kysela | <pre>sudo apt update</pre> |
138 | 1 | Adam Sutton | |
139 | 52 | Mark Clarkstone | * Install: |
140 | 50 | Jaroslav Kysela | <pre>sudo apt install tvheadend</pre> |
141 | 1 | Adam Sutton | |
142 | 50 | Jaroslav Kysela | If you experience issues with this PPA please contact Michael on "Launchpad":https://launchpad.net/~mamarley. |