Project

General

Profile

AptRepositories » History » Version 55

Mark Clarkstone, 2017-04-22 12:59

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